Re: fontsets

2022-07-12 Thread Juan Manuel Macías
Stefan Nobis writes: > Hmmm... maybe add optional extra config/output option to the fontset, > like so: > > ┌ > │ ;; Fonts > │ ((myfonta . ((pdflatex . "etc.") (lualatex ...) (html ...) ...)) > │ (myfontb ...) > │ ...) > │ ;; Fontsets > │ ((myfontset . > │ ((sans . myfonta) > │(serif .

Re: fontsets

2022-07-12 Thread Stefan Nobis
Juan Manuel Macías writes: > [1] I have to add, by the way, that MatchLowercase is not always a > panacea. Hmmm... maybe add optional extra config/output option to the fontset, like so: ┌ │ ;; Fonts │ ((myfonta . ((pdflatex . "etc.") (lualatex ...) (html ...) ...)) │ (myfontb ...) │ ...)

Re: fontsets

2022-07-11 Thread Juan Manuel Macías
Hi, Timothy, Timothy writes: > Yep, so in my config’s implementation I have an alist of fontset names and > individual fonts. For something part of org-mode itself, we’d probably want to > add a format level to this, something like: > > ┌ > │ ((fontset-name . > │ ((serif . > │ ((pdflate

Re: fontsets (was: [possible patch] Basic fontspec code for LuaLaTeX and XelaTeX (was "LaTeX export: when is it more useful..."))

2022-07-11 Thread Timothy
Hi Juan, > When you talk about fontset, I understand that you mean lists of > families with their options that you have previously defined, is that > right? Yep, so in my config’s implementation I have an alist of fontset names and individual fonts. For something part of org-mode itself, we’d pro