Skip to content

Commit

Permalink
fix pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Apr 20, 2015
1 parent d1961d0 commit 91f4343
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,22 @@

# Latex figure (float) alignment
#'figure_align': 'htbp',

'papersize':'a4paper',
'pointsize':'12pt',
'classoptions': ',openany,oneside',
'babel': '\\usepackage[english,russian]{babel}',
'preamble': PREAMBLE

}


# 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, 'QuickStartWithD.tex', 'Quick Start With D',
'Ilya Yaroshenko', 'howto'),
'Ilya Yaroshenko', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down

0 comments on commit 91f4343

Please sign in to comment.