I found that this is related to my custom Makefile, to do translations:
latexpdf:
@for lang in $(LANGUAGES);\
do \
mkdir -p $(BUILDDIR)/latex/$(SOURCE)/$$lang
$(BUILDDIR)/doctrees/$(SOURCE)/$$lang;\
echo "$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(SOURCE)
$(BUILDDIR)/latex/$(SOURCE)/$$lang";\
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(SOURCE)
$(BUILDDIR)/latex/$(SOURCE)/$$lang;\
echo "Running LaTeX files through pdflatex...";\
$(MAKE) -C $(BUILDDIR)/latex/$(SOURCE)/$$lang all-pdf;\
done
@echo
@echo "pdflatex finished; the PDF files are in
$(BUILDDIR)/latex/<language>.";\
I'll try with the mainstream approach (sphinx-intl). Or better try with
Sphinx 1.3, which ASAIK has a better supoport for internationalization?
Thanks.
2014-09-05 11:35 GMT+02:00 Takayuki Shimizukawa <[email protected]>:
> Hi Paolo,
>
> Thanks for a reporting.
>
> Can you create a small sample to reproduce it? I read the linked page
> you mentioned, but it is difficult to understand the case even if I
> used google translator :(
> And if possible, can you report it to the sphinx issue tracker and
> attach the small sample?
>
> Thanks,
> --
> Takayuki SHIMIZUKAWA
> http://about.me/shimizukawa
>
>
> 2014-09-05 16:09 GMT+09:00 Paolo Cavallini <[email protected]>:
> > I have:
> > python-docutils 0.12+dfsg-1
> > texlive-latex-base 2014.20140821-1
> > I found that for Italian there is in fact a problem with quotes and
> > shorthand[0], but it is not clear to me how to fix it from the Sphinx
> side.
> >
> > [0]
> >
> http://www.guitex.org/home/en/forum/5-tex-e-latex/94145-problema-con-shorthandoffq
> >
> > Il giorno mercoledì 3 settembre 2014 16:26:02 UTC+2, Paolo Cavallini ha
> > scritto:
> >>
> >> I consistently get this error when make latexpdf, sphinx 1.2.2 and 1.2.3
> >> Any hint?
> >> All the best.
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "sphinx-users" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to [email protected].
> > To post to this group, send email to [email protected].
> > Visit this group at http://groups.google.com/group/sphinx-users.
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "sphinx-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/sphinx-users/z5cn4p-YFZQ/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/sphinx-users.
> For more options, visit https://groups.google.com/d/optout.
>
--
Paolo Cavallini http://www.faunalia.it/pc
--
You received this message because you are subscribed to the Google Groups
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.