kberry
kberry
I'd like to run a document (tugboat article) with both xelatex and lualatex. With LuaLaTeX, Renderer=HarfBuzz is required to use hb, as in: ``` \newfontfamily\devanagarifont[Script=Devanagari,Renderer=HarfBuzz] {NotoSerifDevanagari-Regular.ttf} ``` when run with...
Hi again Will - given a TeX source with (for example) \setmonofont[Scale = .95]{zcoN-Regular.otf} I was quite surprised to learn that my .fonts.conf was relevant in any way with that...
Is there a reference list of all the different variants that can be listed in a .fontspec file? I see the list on page 14 of the doc, "More control...
Hi Will - the fontspec documentation says that the \setmainfont call should include the .otf (to look up by filename), even when .fontspec files are used. As in: \documentclass{article} \usepackage{fontspec}...
I know you know this, but tikz typesets characters from nullfont with some regularity. For example: ``` \documentclass{article} \usepackage{tikzlings} \begin{document} \tikz\bear; \end{document} ``` yields ``` Missing character: There is no...
The 3d marmot included in the tikzlings package, ``` \documentclass{article} \usepackage{tikzlings} \begin{document} \tikz{\marmot[3D]} \end{document} ``` caused an error at TUGboat's commercial printer because of "too many vectors". (I posted the...
For the reasons I wrote in #236, it would be nice if rsnapshot showed the full command line of the running command when it aborts due to the lock file...
Hi - sorry, this isn't an issue, but I don't know how else to get in touch ... this use of metapost is so fun! would you be up for...
Bug description in text. ``` \documentclass{article} \usepackage{hyperref} \begin{document} \section{First page section} First page text. \newpage Second page text, with label text2.\label{text2} \newpage Third page text, with pageref to text2: page...
Is there any chance of adding options to \url? I see \href has options, but not \url. My issue that in TUGboat, as with many other journals, Barbara likes to...