|
115 | 115 | htmlhelp_basename = "TPU-MLIR Quick Start" |
116 | 116 |
|
117 | 117 |
|
118 | | -# 图片和表格自动编号 |
| 118 | +# Auto-numbering for images and tables |
119 | 119 | numfig = True |
120 | 120 |
|
121 | 121 | # -- Options for LaTeX output ------------------------------------------------ |
122 | 122 | latex_engine = 'xelatex' |
123 | 123 | latex_elements = { |
124 | 124 | # Papersize ('letterpaper' or 'a4paper'), default is letterpaper |
125 | 125 | 'papersize': 'a4paper', |
126 | | - # 设置页边距大小 |
| 126 | + # Set page margin size |
127 | 127 | 'geometry': r' \usepackage[left=2.8cm,right=2.6cm,top=3.7cm,bottom=3.5cm]{geometry}', |
128 | 128 | # The font size ('10pt', '11pt' or '12pt'), default is '10pt'. |
129 | 129 | 'pointsize': '11pt', |
130 | 130 | # \setCJKmainfont[BoldFont=Heiti SC Medium]{Heiti SC Light} |
131 | 131 | # \setCJKmonofont[BoldFont=Times Regular]{Times Italic} |
132 | 132 | # `\setmainfont`、`\setsansfont{}`、`\setmonofont{}` |
133 | | - # 分别设置正文字体、无衬线字体: 标题、等宽字体: 用于抄录内容 |
| 133 | + # Set main text font, sans-serif font: title, monospace font for copied content |
134 | 134 | 'fontpkg': r''' |
135 | 135 | \setmainfont{FandolSong} |
136 | 136 | \setsansfont{FandolHei} |
137 | 137 | \setmonofont{FandolFang} |
138 | 138 | ''', |
139 | | - # 设置章节标题样式 |
| 139 | + # Set section title style |
140 | 140 | # \usepackage[Lenny]{fncychap} Bjarne, Sonny, Lenny, Glenn, Conny, Rejne |
141 | 141 | 'fncychap': '\\usepackage[Sonny]{fncychap}', |
142 | | - # 图片严格出现在文字处 |
| 142 | + # Image must be placed at the text's position. |
143 | 143 | # 'figure_align': 'H', |
144 | | - # preamble 样式 |
145 | | - # 目录样式: tocloft |
146 | | - # 每节从新页面开始: newcommand{\sectionbreak}{\clearpage} |
147 | | - # 全文文本左对齐: \usepackage[document]{ragged2e} |
| 144 | + # preamble style |
| 145 | + # Table of contents style: tocloft |
| 146 | + # Each section starts on a new page: \newcommand{\sectionbreak}{\clearpage} |
| 147 | + # Left-align all text: \usepackage[document]{ragged2e} |
148 | 148 | 'preamble':r''' |
149 | 149 | \usepackage{tocloft} |
150 | 150 | \renewcommand\cftfignumwidth{4em} |
|
0 commit comments