Changes between Version 1 and Version 2 of Ticket #5439, comment 10
- Timestamp:
- 07/13/23 04:50:57 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5439, comment 10
v1 v2 40 40 Note that the dblatex style tries to load some fonts of its own when not using XeTeX. This may or may not cause issues. I originally commented them out in /usr/share/texlive/texmf-dist/tex/latex/dblatex/dbk_fonts.sty, but it might work with luatexja. 41 41 42 Replacing utf8x with utf8 in \lstset{inputencoding=utf8x, extendedchars=true} might also be a good idea, but I didn't test it. 42 Replacing utf8x with utf8 in \lstset{inputencoding=utf8x, extendedchars=true} might also be a good idea, but I didn't test it. I did notice that the comments in code blocks are bogus. 43 44 Also note that building the PDF is about 5x slower or so, probably because the layout calls into Lua code. 43 45 44 46 I'm attaching a couple of versions, for anyone who's curious.