We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Beim Nachkochen der PDF-Generierung im README.rst sind einige Probleme aufgetreten. Folgende Notizen:
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:
requirements.txt
jupyter jupyter_contrib_nbextensions==0.5.1 notebook==6.4.12
(mit Versionen von notebook > 7.0 funktioniert es nicht).
In conf.py fehlt:
conf.py
latex_engine = 'xelatex'
The text was updated successfully, but these errors were encountered:
Evtl. gibt folgender Aufruf weiteren Aufschluss: `python -m sphinx -T -b latex -d _build/doctrees -D language=de . _build/pdf/
Sorry, something went wrong.
No branches or pull requests
Beim Nachkochen der PDF-Generierung im README.rst sind einige Probleme aufgetreten. Folgende Notizen:
Folgende Schritte wurden zusätzlich ausgeführt um einige der Probleme zu beheben:
Im
requirements.txt
fehlen:(mit Versionen von notebook > 7.0 funktioniert es nicht).
In
conf.py
fehlt:latex_engine = 'xelatex'
The text was updated successfully, but these errors were encountered: