Formatting cleanups.

这个提交包含在:
Craig Warren
2017-01-26 16:23:29 +00:00
父节点 1cb71fdb2c
当前提交 c03b5efa63
共有 25 个文件被更改,包括 322 次插入328 次删除

查看文件

@@ -225,25 +225,25 @@ htmlhelp_basename = 'gprMaxdoc'
# -- Options for LaTeX output ---------------------------------------------
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
'papersize': 'a4paper',
# The paper size ('letterpaper' or 'a4paper').
'papersize': 'a4paper',
# The font size ('10pt', '11pt' or '12pt').
#'pointsize': '10pt',
# The font size ('10pt', '11pt' or '12pt').
#'pointsize': '10pt',
# Additional stuff for the LaTeX preamble.
#'preamble': '',
# Additional stuff for the LaTeX preamble.
#'preamble': '',
# Latex figure (float) alignment
#'figure_align': 'htbp',
# Latex figure (float) alignment
#'figure_align': 'htbp',
}
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'gprMax.tex', 'gprMax User Guide',
'Craig Warren and Antonis Giannopoulos', 'manual'),
(master_doc, 'gprMax.tex', 'gprMax User Guide',
'Craig Warren and Antonis Giannopoulos', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -286,9 +286,9 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'gprMax', 'gprMax User Guide',
author, 'gprMax', 'One line description of project.',
'Miscellaneous'),
(master_doc, 'gprMax', 'gprMax User Guide',
author, 'gprMax', 'One line description of project.',
'Miscellaneous'),
]
# Documents to append as an appendix to all manuals.