Hi, I found a couple of lines in my notes re. `org-latex-multi-lang-driver'.
I was about to propose to rename it to `org-latex-multi-lang-package' before the break, because we eventually include a LaTeX package (babel or polyglossia) depending on its value. But then there are the nil and t cases too. My only concern with `backend' is that it fits more what the whole thing (i.e. ox-latex, ox-beamer, etc.) is. WDYT?, /PA On Sat, 27 Sept 2025 at 20:49, Pedro Andres Aranda Gutierrez <[email protected]> wrote: > > I see… let me re-sync to answer tomorrow morning.. > PA > Enviado desde mi iPhone > > > El 27 sept 2025, a las 13:28, Ihor Radchenko <[email protected]> escribió: > > > > Pedro Andres Aranda Gutierrez <[email protected]> writes: > > > >> Let me see if I understand... in the example shared, we would replace > >> ... > >> with > >> ``` > >> (org-latex-babel-font-config > >> . (("el-polyton" > >> :fonts (("rm" :font "Noto Serif"))) > >> (nil > >> :fonts (("rm" :font "CMU Serif") > >> ("sf" :font "Noto Sans") > >> ("tt" :font "DejaVu Sans Mono" :props > >> "Scale=MatchLowercase"))))))) > > > > Yes, but not exactly. > > > >> so that it matches with > >> ``` > >> (org-latex-polyglossia-font-config > >> . (("el" :font "Noto Serif" :props "Script=Greek"))) > > > > What I am looking at is > > > > (org-latex-polyglossia-font-config . (("el" :font "Noto" :variant "tt"))) > > > > vs. > > > > (org-latex-babel-font-config . (("el" :fonts (("tt" :font "Noto))))) > > > > As you can see from the example, font variant definitions are currently > > not the same. It may be confusing for users not familiar with > > babel/polyglossia. > > > > -- > > Ihor Radchenko // yantar92, > > Org mode maintainer, > > Learn more about Org mode at <https://orgmode.org/>. > > Support Org development at <https://liberapay.com/org-mode>, > > or support my work at <https://liberapay.com/yantar92> -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Sagen's Paradeiser, write BE! Year 1 of the New Koprocracy
