Skip to content

Commit cdedd28

Browse files
committedJun 3, 2013
Fix Issue #8 - Empty pages in generated PDF
1 parent af9e525 commit cdedd28

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
 

‎source/conf.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,11 @@
168168

169169

170170
# -- Options for LaTeX output --------------------------------------------------
171-
172171
latex_elements = {
172+
'classoptions': ',oneside',
173+
'babel': '\\usepackage[english]{babel}'
174+
}
175+
#latex_elements = {
173176
# The paper size ('letterpaper' or 'a4paper').
174177
#'papersize': 'letterpaper',
175178

@@ -178,7 +181,7 @@
178181

179182
# Additional stuff for the LaTeX preamble.
180183
#'preamble': '',
181-
}
184+
#}
182185

183186
# Grouping the document tree into LaTeX files. List of tuples
184187
# (source start file, target name, title, author, documentclass [howto/manual]).

‎source/z_appendix.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Git Cheat Sheet
2121
+-----------------------------------------------------------------+---------------------------------------------------------+
2222
|Merge branch (from the branch to merge into): | `$ git merge PDC` |
2323
+-----------------------------------------------------------------+---------------------------------------------------------+
24-
|Solve conflicts (add --tool=kdiff3 if no mergetool is specified) | | `$ git mergetool` |
25-
| | | `$ git commit` |
24+
|Solve conflicts (add --tool=kdiff3 if no mergetool is specified) | `$ git mergetool` |
25+
| | `$ git commit` |
2626
+-----------------------------------------------------------------+---------------------------------------------------------+
2727
|Create tag | `$ git tag <name>` |
2828
+-----------------------------------------------------------------+---------------------------------------------------------+

0 commit comments

Comments
 (0)