-
Notifications
You must be signed in to change notification settings - Fork 17
PDF 빌드하기
WooKyoung Noh edited this page Aug 27, 2020
·
15 revisions
- julia-1.5.1.pdf http://juliakorea.github.io/ko/latest/julia-1.5.1.pdf
translate-doc/tools/documenter.sty
파일의 setsansfont
, setmonofont
부분을 고칩니다.
현재 지정된 글꼴은 IropkeBatangM, D2Coding 입니다.
- IropkeBatangM http://font.iropke.com/batang/
- D2Coding https://github.com/naver/d2codingfont
- MacTeX-2020 설치 https://tug.org/mactex/
translate-doc$ TRAVIS_TAG="1.5.1" julia make.jl pdf
translate-doc/_build/html/ko/latest/julia-1.5.1.pdf
에 PDF 파일이 생성됩니다.
전체 빌드 시간은 오래걸리므로, 테스트 빌드는 make.jl
의 PAGES
값을 다음과 같이 수정합니다.
const PAGES = [
t_Manual => ["index.md", Manual[1]]
]