Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installationsanleitung für PDF Generierung funktioniert nicht #10

Open
krother opened this issue Oct 5, 2023 · 1 comment
Open

Installationsanleitung für PDF Generierung funktioniert nicht #10

krother opened this issue Oct 5, 2023 · 1 comment

Comments

@krother
Copy link
Collaborator

krother commented Oct 5, 2023

Beim Nachkochen der PDF-Generierung im README.rst sind einige Probleme aufgetreten. Folgende Notizen:

  • die jupyter extensions sind nur für die PDF-Generierung notwendig, nicht um das HTML mit Sphinx zu bauen
  • es gab Unicode issues an verschiedenen Stellen, readthedocs baut trotzdem PDFs, aber wir wissen nicht genau warum.

Folgende Schritte wurden zusätzlich ausgeführt um einige der Probleme zu beheben:

pip install sphinxcontrib-svg2pdfconverter[CairoSVG]
sudo apt-get install texlive-xetex xindy

Im requirements.txt fehlen:

jupyter
jupyter_contrib_nbextensions==0.5.1
notebook==6.4.12

(mit Versionen von notebook > 7.0 funktioniert es nicht).

In conf.py fehlt:

latex_engine = 'xelatex'

@veit
Copy link
Member

veit commented Mar 27, 2024

Evtl. gibt folgender Aufruf weiteren Aufschluss:
`python -m sphinx -T -b latex -d _build/doctrees -D language=de . _build/pdf/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants