"TeX"의 두 판 사이의 차이

ph
이동: 둘러보기, 검색
잔글
잔글
2번째 줄: 2번째 줄:
 
* [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}
12번째 줄: 12번째 줄:
 
It looks like [https://www.mathjax.org Mathjax] does not support <c>\overbracket, \underbracket</c>
 
It looks like [https://www.mathjax.org Mathjax] does not support <c>\overbracket, \underbracket</c>
 
https://tex.stackexchange.com/a/132527/90875
 
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]

2017년 8월 18일 (금) 01:53 판

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]