Jean-François B.

Results 137 comments of Jean-François B.

For info, minimal testing of lualatex with non-patched mylatex.ltx works. File abc.tex: ```latex \documentclass{article} \def\abc{abc} \usepackage{fontspec} \setmainfont{Hoefler Text} \begin{document} \end{document} ``` then ``` $ luatex -ini \&lualatex mylatex.ltx abc This...

How do I trigger luacode with luatex? simply loading `` Hoefler Text.ttc`` or ``STIXGeneral.otf`` (these are system wide fonts on my mac os) via `\fontspec` plus `\setmainfont` so far worked...

I see, thanks for explaining, not being a practitioner of lua, the obvious escaped me...

@davidcarlisle Hi David, only to mention that mylatex is used in preview.sty and the Emacs/AUCTeX system so changes to it should preferably be tested against these contexts and signaled to...

@davidcarlisle my wording is a bit confused (as a rule in this whole thread, again) and I meant to say that Emacs/AUCTeX uses the preview.sty + mylatex.ltx combination, not that...

now merging a few hours earlier than announced due to personal constraints alea jacta est ;-) real activation will be for 6.0

@sephalon sorry I messed up in the squashed merge and the git commit lost your co-authorship... and I can not force push to 5.x...

For the record, I encountered again this problem with `mlmodern` (at least with its typewriter `mlmtt` font).

This originates in latex.py code which deliberately prevents the internal reference in the title caption to be properly treated, see the two ``if not self.in_title`` https://github.com/sphinx-doc/sphinx/blob/e976059fd6ab49b1c2784445d7095c9287897724/sphinx/writers/latex.py#L1738-L1762 I don't know (at...

could be that the ``in_title`` flag is too generic. Immediate fix would be to add a ``in_table_title`` and allow handling of internal (and external?) uri's then in above displayed code,...