2025. 8. 13. 22:19ㆍ기타/Latex
0. Introduce
- Over Leaf 컴파일 속도가 느리기 때문에 속도가 빠르며 향후 Over Leaf로 동시에 작업 할 수 있게 하기 위해서 Over Leaf 서버에서 사용하는 Tex Live를 오프라인으로 기존 Visual Studio Code 편집기를 이용하고자 한다.
1. LaTeX 설치 - TeX Live 설치 (1시간 이상 걸림)
https://www.tug.org/texlive/acquire-netinstall.html
Installing TeX Live over the Internet - TeX Users Group
Installing TeX Live over the Internet TeX Live 2025 was released on March 8, 2025. For typical needs, we recommend starting the TeX Live installation by downloading (these links go to mirrors) install-tl-windows.exe for Windows (~20mb), or install-tl-unx.t
www.tug.org

- window 검색창에 시스템 환경 변수 편집을 검색 > 고급 > 환경 변수 > 시스템 변수 > 편집(I)... 순으로 환경 변수를 설정한다.
- 2025년도 texlive 같은 경우 C:\textlive\2025\bin\windows 다.

2. Visual Studio Code 다운로드
- 운영체제에 맞는 Visual Studio Code 설치하기
- Extention 설치를 위해 2024년 12월 이후에 나온 버전(VSCode 1.96.0)을 설치 해야한다.
https://code.visualstudio.com/docs/?dv=win64user
Documentation for Visual Studio Code
Find out how to set-up and get the most from Visual Studio Code. Optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
- 설치시 다음과 같이 PATH에 추가 기능을 클릭하는 것이 좋다.

3. Visual Studio Setting
- LaTeX Workshop을 설치하면 된다.
- 해당 Extention은 라텍스를 실행하는게 아니라 LaTeX를 이용할 때 도움을 주는 Extention이다.
- Tex Live, TinyTex, MiKTex 등 다양한 버전을 사용 가능되며 이때 LateX는 시스템 PATH에 등록 되어야 한다.
- 자세한 기능은 https://github.com/James-Yu/LaTeX-Workshop/wiki 해당 사이트에서 확인하면 된다.
