소스 검색

Update some configuration for creating the PDF

Samuel W. Flint 2 년 전
부모
커밋
545a069ac2
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      booxdown

+ 3 - 2
booxdown

@@ -22,14 +22,15 @@ monofontoptions:
  - Scale=MatchLowercase
  - StylisticSet=3
 csquotes: true
-links-as-notes: true
 highlight-style: monochrome
 citemethod: biblatex
+hyperrefoptions:
+ - breaklinks=true
 ...
 EOF
 
 cat $MDFILE >> $FILE
 
-pandoc -f markdown -t pdf --pdf-engine='lualatex' -o $PDFFILE $FILE
+pandoc -f markdown -t pdf --highlight-style monochrome --pdf-engine='lualatex' -o $PDFFILE $FILE
 
 rm $FILE