> 
> The short-term solution I was proposing would require you to:
> 
> 1. ``make latex``
> 2. manually edit ``_build/latex/Makefile`` as described in the previous post
> 3. change to ``_build/latex`` and run ``make``

Strange. I altered the Makefile in _build/latex like this

%.pdf: %.tex
    pdflatex $(LATEXOPTS) '$<'
    pdflatex $(LATEXOPTS) '$<'
    pdflatex $(LATEXOPTS) '$<'
    -makeindex -s -g python.ist '$(basename $<).idx'
    pdflatex $(LATEXOPTS) '$<'
    pdflatex $(LATEXOPTS) '$<'

but I still get Symbols in Index with Umlauts.

juh

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to