서울대학교 학위논문을 LaTeX를 이용하여 우리말로 작성할 때 사용하는 템플릿입니다. 참고로 학교 도서관 공식 양식(doc, hwp)을 LaTeX로 구현하였으며, 국문 논문의 특성인 한/영 참고문헌 혼용을 biber를 통해 지원합니다.
manuscript.tex에 글꼴 파일명을 명시했습니다. 운영체제마다 다른 글꼴 처리 방식을 해결하기 위해 Fonts 디렉토리 내 파일명을 직접 지정하는 방식을 적용했습니다.
Fonts 디렉토리를 생성합니다.Fonts_to_install.7z.001 및 .002 파일을 해당 디렉토리에 넣고 7-zip으로 압축을 풉니다.Fonts 폴더 내에 위치해야 합니다.sudo tlmgr update --self 실행settings.json 파일을 각 OS 경로에 맞게 복사합니다.
%AppData%\Code\User~/.config/Code/User~/Library/Application Support/Code/User레시피:xelaex -> biber -> xelatex를 선택합니다.winget install -e --id StrawberryPerl.StrawberryPerl 실행tex-gyre 및 tex-gyre-math 설치
ln -s /Library/TeX/Root/texmf-dist/fonts/opentype ~/Library/Fonts/opentype
ln -s /Library/TeX/Root/texmf-dist/fonts/truetype ~/Library/Fonts/truetype
2026년 1월 기준, 맥OS에서는 MikTeX의 라이브러리 호환성 및 Apple Silicon 미지원 문제로 인해 MacTeX 설치가 필수적입니다.
상세 가이드 및 파일 다운로드는 GitHub 저장소를 참조하세요.