728x90
Overleaf에서 LaTeX로 글 작성 시
찾아봤던 문법들을 정리해보았다.
텍스트 모드
- 굵은 글씨 : \textbf{ }
- 기울임 (이탤릭체) : \emph{ } 또는 \textit{ }
- 그림, 표 등 가운데 정렬 : \begin{foo}, \end{foo} 사이에 \centering 입력 / https://tex.stackexchange.com/questions/2651/should-i-use-center-or-centering-for-figures-and-tables
- section 참조 (subsection도 가능) : https://stackoverflow.com/questions/1491842/references-with-text-in-latex
- 수식 모드 & 텍스트 모드 글씨체 (LaTeX Error: \mathrm allowed only in math mode) : https://ko.overleaf.com/learn/latex/Errors/LaTeX_Error%3A_%5Cmathrm_allowed_only_in_math_mode
- 도(º) : \textdegree
- 역슬래시 : \textbackslash
- 목록 만들기 : https://forestunit.tistory.com/133
- 그림/표 위치 지정 : \begin{figure} 혹은 \begin{table} 뒤에 [hbt!] 입력 (최대한 내가 지정한 위치에서 변화하지않도록 해달라는 요구를 한 것 → 표나 그림이 여러 문단들과 엉키지 않음)
수식 모드
- 수식 모음 (1) : https://ko.wikipedia.org/wiki/%EC%9C%84%ED%82%A4%EB%B0%B1%EA%B3%BC:TeX_%EB%AC%B8%EB%B2%95
- 수식 모음 (2) : https://bo-10000.tistory.com/97
- 수식 모음 (3) : http://tomoyo.ivyro.net/123/wiki.php/TeX_%EB%B0%8F_LaTeX_%EC%88%98%EC%8B%9D_%EB%AC%B8%EB%B2%95
- 방정식 : https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=jinis_stat&logNo=221809458983
- for all : \forall
- 도(º) : ^{\circ}
- 역슬래시 : \backslash
- 공백 : https://iuscaler.tistory.com/198
- 수식 줄바꿈 : https://forestunit.tistory.com/26
- 수식 번호 : https://forestunit.tistory.com/28
- 수식 내에서 텍스트 글꼴로 변경 (수식모드→텍스트모드) : \texttt{ }
- 행렬 : https://m31phy.tistory.com/178 / [LaTeX] 레이텍 행렬 만들기
- display style : https://ko.overleaf.com/learn/latex/Display_style_in_math_mode
- 텍스트의 위첨자, 아래첨자 가운데(\displaystyle)로 : 시그마(\sum), 곱기호(\prod), 극한(\lim), 적분(\int, \oint)의 경우 \displaystyle(수식 모드에서는 default)에서 _{ }^{ }를 사용하면 내장된 기능이 알아서 위첨자, 아래첨자를 가운데에 위치시켜주지만, 그 외의 텍스트에 위첨자, 아래첨자를 가운데에 위치시키기 위해서는 \underset{ }{ }, \overset{ }{ }을 사용해야 한다. 예를 들어, || 문자에 위첨자, 아래첨자를 \displaystyle로 표시하려면 아래와 같이 입력한다.
\underset{i=1}{\overset{N}{\parallel}}
728x90
'메모 > 글쓰기' 카테고리의 다른 글
[영작] QuillBot Tool을 이용한 Paraphrasing (0) | 2022.04.15 |
---|
댓글