fix line breaks in \pdfpcnote under LuaLaTeX#18
Conversation
The \pdfpcnote command did not escape all line breaks under LuaLaTeX. This led to inserted white space when using \pdfpcnote.
|
I neither use LuaLaTeX nor am a TeX expert. Can you comment on PR #7, which is supposed to solve the same problem but is evidently more complex than yours? |
|
Sorry for the late response. This PR does not solve the same problem as #7 . #7 fixes the parsing and passing through of the This PR here fixes unescaped new line characters (new lines in the source code of the pdfpc LaTeX package). This fixes issues where the unescaped new line characters introduce white space into the generated presentation PDFs. This is especially noticeable when using As you can see in the code around the two lines that I fixed, all these lines also end in a |
|
Thanks for the explanation. It just sounds strange that LuaLaTeX behaves differently from LaTeX in this respect. |
|
For this PR there is no technical difference between LuaLaTeX and LaTeX. It is just the the missing |
|
Ah, thanks, I wasn't focused. |
The \pdfpcnote command does not escape all line breaks under LuaLaTeX.
This leads to inserted white space when using \pdfpcnote.
I guess this behavior is not desired.
This PR adds the missing escaping
%s.