Windows
Miktex 설치 및 새 문서 작성
dokpin
2021. 12. 19. 17:34
728x90
Miktex는 Latex를 사용할 수 있는 프로그램 중 하나입니다.
추가 기능을 사용하기 위해서는 패키지가 필요한데
Miktex에서 필요한 패키지들을 설치하고 관리할 수 있습니다.
또한 texwork라는 편집기로 Latex 문서를 작성할 수 있습니다.
Home
Welcome to the MiKTeX project page! MiKTeX is a modern TeX distribution for Windows, Linux and macOS. MiKTeX's integrated package manager installs missing components from the Internet, if required. This allows you to keep your TeX installation as minimal a
miktex.org
texwork를 실행시키고 테스트용 문서를 작성합니다.
\documentclass{article}
\begin{document}
This is my \emph{first} document prepared in \LaTeX.
\end{document}
녹색 화살표를 누르면 pdf파일이 생성됩니다.