jeroendoggen / latex-handouts-builder

Build Script for Latex-beamer based course handouts
0 stars 0 forks source link

Multiprocessing vs relative imports in beamer styles #1

Closed jeroendoggen closed 11 years ago

jeroendoggen commented 11 years ago

The multiprocessing code does not work with beamer themes that use custom background images.

Partial error message: "Package pgf Warning: File "images/uni_logo" not found when defining image " uni_Logo"

Images are not found, this results in failed builds. Build hangs on "\begin{document}"

The same error also happens when including a pdf document in the beamer slides. (the include searches in the wrong folder: in 'Handouts' folder, not in the slides folder.) (dirty solution for the pdf inclusion problem: a relative import with "../chapter/file.pdf" solves this problem)

jeroendoggen commented 11 years ago

Closed by: https://github.com/jeroendoggen/latex-handouts-builder/commit/5d75d9dc8ce5031f58ff663ae89ac46aaa6c599a