pappasam / latexbuild

Build output from Latex using Python and Jinja2 templating
MIT License
48 stars 10 forks source link

Make string escape optional #12

Open jonbwhite opened 11 months ago

jonbwhite commented 11 months ago

I ran into an issue where I was using a string as a variable to change latex rendering and realized it was because the variable was getting escaped by default when it is passed in. I think this makes sense as a default behavior but think it would be useful to be able to turn this off optionally and added an argument to allow for this.

girogio commented 7 months ago

This should be merged!