LaTex : 문서 작성 도구의 일종으로, 논문이나 출판물 등의 특수 형식 문서를 작성하는 데 쓰이는 시스템;
자연과학이나 인문과학중 수식, 그래프, 다이어그램을 많이 그리는 학자들에게 유용한 문서 저작도구
https://www.latex-project.org/
LaTeX - A document preparation system
LaTeX – A document preparation system LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation. LaTeX is the de facto standard for the communication and publication of scientif
www.latex-project.org
Overleaf, Online LaTeX Editor
An online LaTeX editor that’s easy to use. No installation, real-time collaboration, version control, hundreds of LaTeX templates, and more.
www.overleaf.com
https://en.wikibooks.org/wiki/LaTeX
LaTeX - Wikibooks, open books for an open world
This is a guide to the LaTeX typesetting system. It is intended as a useful resource for everybody, from new users who wish to learn, to old hands who need a quick reference. TeX and LaTeX TeX is a typesetting computer program created by Donald Knuth, orig
en.wikibooks.org
Notion 수식 KATEX
https://katex.org/docs/supported.html
KaTeX – The fastest math typesetting library for the web
Simple API, no dependencies – yet super fast on all major browsers.
katex.org
https://ko.wikipedia.org/wiki/%EC%9C%84%ED%82%A4%EB%B0%B1%EA%B3%BC:TeX_%EB%AC%B8%EB%B2%95
위키백과:TeX 문법 - 위키백과, 우리 모두의 백과사전
위키백과, 우리 모두의 백과사전. 이 문서는 한국어 위키백과의 정보문입니다.이 문서는 정책과 지침은 아니지만, 위키백과의 규범과 관습 측면에서 공동체의 확립된 관행을 설명하고 있습니다
ko.wikipedia.org
주요 사용법
주석
한 줄 주석처리
% [주석처리할 부분]
여러 줄 주석처리
% 서두(preamble)에 다음 명령어 추가
\documentclass{article}
\usepackage{verbatim}
\begin{comment}
[주석 처리할 부분]
[주석 처리할 부분]
[주석 처리할 부분]
\end{comment}
줄 바꾸기
\par
\\
다음 페이지
\newpage
폰트 스타일 적용 (진하게, 기울임, 밑줄)
Overleaf에서는 단축키 사용 가능
진하게(볼드체)
\textbf{ [특정부분] } % Overleaf에서 단축키 Ctrl+B
기울임(이탤릭체)
\textit{ [특정부분] } % Overleaf에서 단축키 Ctrl+I
밑줄
\underline{ [특정부분] }
Figure, Table 옵션
\begin{figure}[옵션]
\end{figure}
- h : here
- t : top
- b : bottom
- p : page of float
참고
https://goodtogreate.tistory.com/entry/LaTex-%EC%82%AC%EC%9A%A9-Tip-%EC%A0%95%EB%A6%AC
LaTex 사용 Tip 정리
(La)Tex 사용법 정리 논문 작성 필수 도구이다. the art of programming의 저자이자 튜링상(CS의 노벨상) 수상자인 Donald Knuth 교수가 처음으로 Tex이라는 언어를 만들었다. 알고리즘이라는 학문을 수립한 CS
goodtogreate.tistory.com