On 12/05/12 22:21, Jakub Wilk wrote:
> * Melissa Draper <meli...@catalyst.net.nz>, 2012-05-12, 21:30:
>> Newer versions of docutils (>=0.8) report full language name rather
>> than shortcodes and hence breaking pdf compilation in de, sl, pt, es,
>> nl, pl and it locales as the \shorthandoff directive is not added and
>> triggering latex is generated.
> 
> How can I reproduce this bug? A minimal test case would be great.
> 

* add the following to the bottom of manual/source/conf.py:
language = 'de'
* run 'make clean latex'
* view the build/latex/Mahara.tex file with an editor.
* You should see the following after the preamble and \def stuff:
\begin{document}

\maketitle
* after applying the changes in the patches and viewing the .tex file
again, you should see this:
\begin{document}
\shorthandoff{"}
\maketitle



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to