asciidoctor / asciidoctor-latex

:triangular_ruler: Add LaTeX features to AsciiDoc & convert AsciiDoc to LaTeX
http://asciidoctor.org
Other
111 stars 26 forks source link

Missing backslash escapes in generated .tex source #76

Open tim-janik opened 6 years ago

tim-janik commented 6 years ago

I've encountered a number of missing escapes while running asciidoctor-latex on a document with lots of external links. I'm listing the additional escapes I had to apply to fix the generated .tex file.

asciidoctor-latex --version Asciidoctor 1.5.5 [http://asciidoctor.org] Runtime Environment (ruby 2.3.3p222 (2016-11-21) [x86_64-linux-gnu]) (lc:UTF-8 fs:UTF-8 in:- ex:UTF-8)

NormanDunbar commented 5 years ago

Hmm, just noticed this one too. All my text with a percent sign, %, vanishes when the generated LaTeX code is compiled into an output document. Bummer!

$ asciidoctor-latex --version
Asciidoctor 1.5.8 [https://asciidoctor.org]
Runtime Environment (ruby 2.5.3p105 (2018-10-18 revision 65156) [x64-mingw32]) (lc:IBM437 fs:Windows-1252 in:UTF-8 ex:UTF-8)

Looks like a regression of #25.

Cheers, Norm.