Merge lp:~mitya57/ubuntu-packaging-guide/lp1095513 into lp:ubuntu-packaging-guide
Proposed by
Dmitry Shachnev
| Status: | Merged |
|---|---|
| Merged at revision: | 263 |
| Proposed branch: | lp:~mitya57/ubuntu-packaging-guide/lp1095513 |
| Merge into: | lp:ubuntu-packaging-guide |
| Diff against target: |
24 lines (+2/-1) 2 files modified
conf.py (+1/-1) debian/changelog (+1/-0) |
| To merge this branch: | bzr merge lp:~mitya57/ubuntu-packaging-guide/lp1095513 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Andrew Starr-Bochicchio | Approve | ||
|
Review via email:
|
|||
Commit message
Add a work-around for the blank pages in PDF bug (LP: #1095513).
Description of the change
I've added a hack that adds "oneside,openany" to the LaTeX documentclass. Since there is no *direct* way to add options there, I've added those to the latex_font_size property.
The idea is taken from http://
The person who asked that question says that after this workaround, the PDF file "only [had] the odd-numbered pages of my document", so I want other to verify that this is not the case for them (and also that this works with different languages and Sphinx versions.
To post a comment you must log in.
Thanks for tracking this down! It looks good to me in both the English and Spanish versions.