|
209 | 209 | # Output file base name for HTML help builder. |
210 | 210 | htmlhelp_basename = 'CarbonBlackAPI-PythonBindingsdoc' |
211 | 211 |
|
212 | | -# -- Options for LaTeX output --------------------------------------------- |
213 | | - |
214 | | -latex_elements = { |
215 | | -# The paper size ('letterpaper' or 'a4paper'). |
216 | | -#'papersize': 'letterpaper', |
217 | | - |
218 | | -# The font size ('10pt', '11pt' or '12pt'). |
219 | | -#'pointsize': '10pt', |
220 | | - |
221 | | -# Additional stuff for the LaTeX preamble. |
222 | | -#'preamble': '', |
223 | | - |
224 | | -# Latex figure (float) alignment |
225 | | -#'figure_align': 'htbp', |
226 | | -} |
227 | | - |
228 | 212 | # Grouping the document tree into LaTeX files. List of tuples |
229 | 213 | # (source start file, target name, title, |
230 | 214 | # author, documentclass [howto, manual, or own class]). |
|
289 | 273 |
|
290 | 274 | # If true, do not generate a @detailmenu in the "Top" node's menu. |
291 | 275 | #texinfo_no_detailmenu = False |
| 276 | + |
| 277 | +latex_elements = { |
| 278 | + # Additional stuff for the LaTeX preamble. |
| 279 | + # The paper size ('letterpaper' or 'a4paper'). |
| 280 | + 'papersize': 'letterpaper', |
| 281 | + |
| 282 | + # The font size ('10pt', '11pt' or '12pt'). |
| 283 | + # 'pointsize': '10pt', |
| 284 | + |
| 285 | + # Additional stuff for the LaTeX preamble. |
| 286 | + # 'preamble': '', |
| 287 | + |
| 288 | + # Latex figure (float) alignment |
| 289 | + # 'figure_align': 'htbp', |
| 290 | + 'preamble': "".join(( |
| 291 | + '\DeclareUnicodeCharacter{25A0}{=}', # Solid box |
| 292 | + )), |
| 293 | +} |
0 commit comments