Will Robertson

Results 97 issues of Will Robertson

Debugged by [Robert on tex.sx](http://tex.stackexchange.com/a/186062/179): > The example can be further reduced (and plainified) by removing the preview package -- a simple `\vbox` is enough: ``` \input luaotfload.sty \font\x="texgyrebonum-bold.otf:color=FF000077" at...

Asana Math is already present in my texmf tree, but I'd to install a development version for testing. So: \input luaotfload.sty \font\1={file:/Users/will/Library/Fonts/Asana-Math.otf} \1 x \bye But this is the log...

I have no idea why this is broken; including it here for future reference: \documentclass{article} \usepackage{luaotfload} \usepackage[active]{preview} \begin{document} \begin{preview} \font\1=file:texgyrebonum-regular.otf:color=FF0000\1 foo \end{preview} \end{document}

This could be improved: ``` \documentclass{article} \usepackage{fontspec} \setmonofont[ AutoFakeSlant, BoldFont=Inconsolatazi4-Bold.otf, ]{Inconsolatazi4-Regular.otf} \begin{document} \ttfamily Regular \textbf{Bold} \textsl{Slanted} \textit{Italics} \textbf{\textsl{BoldSlanted}} \textbf{\textit{BoldItalics}} \end{document} ```

From TeX.sx, Ulrike: > It would be very fine if one could add more series/shapes. I just did go to some length to add a semibold series in one document....

## Description From Petra regarding my last upload: ``` Seems to have worked fine, in principle, except for `\verbvisiblespace`, which was rendered as `^Kerbvisiblespace` in the upload notification email for...

## Description XeTeX can only look up fonts in a texmf tree by filename, and when it fails then looks to Metafont to fill the gaps, which it can never...

## Description It seems like a common pattern to need something like \fontspec_if_script:nTF {LATN} { \addfontfeatures{ Script=Latin } } {\ERROR} and so on. This should/could be streamlined somehow.

See: https://tex.stackexchange.com/questions/485339/nfss-can-i-scale-fonts-using-fractions-more-accurate-instead-of-decimals

## Description If a font doesn't support a certain accent or combining character or similar that's supported in TU, fontspec could catch that an load a variation of TU that...