Re: How to handle LaTeX templates without \\-escaping?

2019-01-17 Thread Daniel.Sun
> this was exactly what I wanted! Glad to know it works. BTW, in order to keep back compatibility, we did not change the default behavior of the SimpleTemplateEngine. > Out of curiosity, I suppose it's not easily possible to change the > MarkupTemplateEngine's tags from xml-style's ... to somethin

Re: How to handle LaTeX templates without \\-escaping?

2019-01-17 Thread paul
Thanks Daniel, Am 17.01.19 um 16:10 schrieb Daniel.Sun: FYI, you can enable escaping backslash by the following code def ste = new SimpleTemplateEngine() ste.setEscapeBackslash(true) this was exactly what I wanted! Out of curiosity, I suppose it's not easily possible to change the MarkupTemp

Re: How to handle LaTeX templates without \\-escaping?

2019-01-17 Thread Daniel.Sun
FYI, you can enable escaping backlash by the following code def ste = new SimpleTemplateEngine() ste.setEscapeBackslash(true) I encountered the same issue and fixed the issue in groovy 2.5+ some months ago. Cheers, Daniel.Sun - Apache Groovy committer Blog: http://blog.sunlan.me Twitt

Re: How to handle LaTeX templates without \\-escaping?

2019-01-17 Thread Daniel.Sun
FYI, you can enable escaping backlash by the following code def ste = new SimpleTemplateEngine() ste.setEscapeBackslash(true) I encountered the same issue and fixed the issue in groovy 2.5+ some months ago. Cheers, Daniel.Sun - Apache Groovy committer Blog: http://blog.sunlan.me Twitter