2017-10-05 64 views

回答

0

膠乳級的解決方案是:

  1. 裝入geometry包與landscape選項
  2. 增加文檔的字體大小

要在自由曲線爲此,首先使乳膠加載幾何包的樣式文件:

% texstyle.tex 
\usepackage[landscape]{geometry} 

秒,添加具有'pretitle風格的一款以你的塗鴉文件,插入一個字體改變命令

@; file.scrbl 
@para[#:style 'pretitle]{ 
@elem[#:style (make-style "fontsize" '(exact-chars))]|{28pt}{40pt}| 
@elem[#:style "selectfont"]} 

要構建PDF,運行:

scribble ++style texstyle.tex --pdf file.scrbl