"TeX"의 두 판 사이의 차이
ph
잔글 |
잔글 |
||
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] |
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]