Fix pdf issues #77
Merged
Fix pdf issues #77
Conversation
use the correct template for latex_preamble correct jinga to jinja force new lines after the latex_preamble to stop errors
|
All working well for me. Thanks @samdoshi! |
|
thanks! Code looks good, and I pulled down and everything works great now! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Continuing from PR #76...
Fixes the fonts issue and fixes the Latex errors.
Font errors were due to using the wrong file for
latex_preambleas well as it missing a/(hat tip to @jmsole).Latex errors were caused by not forcing a blank line after
latex_preamble, I've modified the Python code to always do that.@jlmitch5 I've based my changes on top of your fork and squashed it down to a single commit to maintain your authorship too.
I'll merge in about 24 hours to given anyone interested a chance to test.