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>

Reply via email to