Explicitly set latex font size and paper size

This commit is contained in:
Johannes Schönberger
2013-03-13 11:08:02 +01:00
parent 16863535eb
commit 97d7f88b04
+2 -2
View File
@@ -182,10 +182,10 @@ htmlhelp_basename = 'scikitimagedoc'
# -- Options for LaTeX output --------------------------------------------------
# The paper size ('letter' or 'a4').
#latex_paper_size = 'letter'
latex_paper_size = 'a4'
# The font size ('10pt', '11pt' or '12pt').
#latex_font_size = '10pt'
latex_font_size = '10pt'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).