"TeX"의 두 판 사이의 차이

ph
이동: 둘러보기, 검색
잔글 (→‎links)
잔글
 
(같은 사용자의 중간 판 2개는 보이지 않습니다)
1번째 줄: 1번째 줄:
 +
매뉴얼은 많이 있겠지만 [https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference 이것]만큼 간략하고 쓸모있는 것은 드물다.
 +
 
==links==
 
==links==
 
* [https://math.meta.stackexchange.com/q/5020/64186 MathJax basic tutorial and quick reference]
 
* [https://math.meta.stackexchange.com/q/5020/64186 MathJax basic tutorial and quick reference]
 
* [https://www.sharelatex.com/learn/Spacing_in_math_mode#!#Operators_spacing Spacing in math mode]
 
* [https://www.sharelatex.com/learn/Spacing_in_math_mode#!#Operators_spacing Spacing in math mode]
 
+
 
==Set no indent for entire file==
 
==Set no indent for entire file==
 
  \setlength\parindent{0pt}
 
  \setlength\parindent{0pt}
  
 
https://tex.stackexchange.com/a/27804/90875
 
https://tex.stackexchange.com/a/27804/90875
 +
 +
==underbrace, overbrace==
 +
$$ \overbrace{a+b+c}^d + \underbrace{e+f+g}_e $$
 +
It looks like [https://www.mathjax.org Mathjax] does not support <c>\overbracket, \underbracket</c>
 +
https://tex.stackexchange.com/a/132527/90875
 +
 +
==<c>tag</c>==
 +
<c>\begin{equation}</c> \(\cdots\) <c>\end{equation}</c>대신에 <c>\tag</c>쓰면 간편하다 [https://math.meta.stackexchange.com/a/13343/64186]

2018년 1월 29일 (월) 13:24 기준 최신판

매뉴얼은 많이 있겠지만 이것만큼 간략하고 쓸모있는 것은 드물다.

links

Set no indent for entire file

\setlength\parindent{0pt}

https://tex.stackexchange.com/a/27804/90875

underbrace, overbrace

$$ \overbrace{a+b+c}^d + \underbrace{e+f+g}_e $$ It looks like Mathjax does not support \overbracket, \underbracket https://tex.stackexchange.com/a/132527/90875

tag

\begin{equation} \(\cdots\) \end{equation}대신에 \tag쓰면 간편하다 [1]