Jean-François B.

Results 137 comments of Jean-François B.

Try ``make latexpdf LATEXMKOPTS="-g"`` as workaround. I can not reproduce on simple examples so a minimal example would be much appreciated.

Hi Bruno will this include `\strcmp` from `XeTeX`? The other day I wanted to try out `unravel` on code using `\strcmp` and it complained. best, Jean-François

Makes sense. Not being versed in `expl3` I misunderstood your sentence at top of this issue.

The [`fontspec`](https://ctan.org/pkg/fontspec) documentation has always been very confusing to me regarding font selection. Hurdles include that XeLaTeX and LuaLaTeX behave differently, and that XeLaTeX behaves differently depending on whether on...

Also, it could be that by adding this to your conf.py ``` import sphinx.builders.latex sphinx.builders.latex.constants.XELATEX_DEFAULT_FONTPKG = r''' \setmainfont{FreeSerif}[ UprightFont = *, ItalicFont = *Italic, BoldFont = *Bold, BoldItalicFont = *BoldItalic...

And I completely forgot to mention that you can also use the official interface via `latex_elements['fontpkg']` in conf.py, like this: ``` latex_elements = { 'fontpkg': ''' \setmainfont{FreeSerif}[ UprightFont = *,...

For what it's worth I could compile the formula on High Sierra: ``` GNU Emacs 28.1 (build 1, x86_64-apple-darwin17.7.0, Carbon Version 158 AppKit 1561.61) of 2022-05-10 ``` I was not...