docs book: use A4 format, new builder option format.

This commit is contained in:
Marian Beermann 2017-05-18 23:14:36 +02:00
parent acf3842e02
commit 83fdc39251
1 changed files with 5 additions and 6 deletions

View File

@ -193,12 +193,6 @@ htmlhelp_basename = 'borgdoc'
# -- Options for LaTeX output -------------------------------------------------- # -- Options for LaTeX output --------------------------------------------------
# The paper size ('letter' or 'a4').
#latex_paper_size = 'letter'
# The font size ('10pt', '11pt' or '12pt').
#latex_font_size = '12pt'
# Grouping the document tree into LaTeX files. List of tuples # Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]). # (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [ latex_documents = [
@ -210,6 +204,11 @@ latex_documents = [
# the title page. # the title page.
latex_logo = '_static/logo.pdf' latex_logo = '_static/logo.pdf'
latex_elements = {
'papersize': 'a4paper',
'pointsize': '10pt',
}
# For "manual" documents, if this is true, then toplevel headings are parts, # For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters. # not chapters.
#latex_use_parts = False #latex_use_parts = False