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

Fixes for (PDF)LaTeX compilation #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

svenk
Copy link

@svenk svenk commented May 2, 2014

Two bugs where fixed in these commits:

* Whitespaces and Brackets in filenames are now escaped correctly
* Latex is compiled multiple times.

svenk added 4 commits May 2, 2014 12:52
Actually, the return value of the latex evaluation should be checked in each go, or
at least for the first run.
…n the

python script for which the report has to be taken. I think this is a problem
of the overall PyReport program, so basically all PyReport variables should
have quite unique names, perhaps with an appropriate prefix. Relabeling
the imported `token` module to `pytoken` solves it for my issue.
In Python, the directory of __FILE__, that is, the directory of
the called python file, shall be in sys.path. This is fixed in
this commit.
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

Successfully merging this pull request may close these issues.

1 participant