juliamono
juliamono copied to clipboard
Missing Italic for Slashed Zero
Hi! Thanks for visiting.
- found a serious mistake/error? Report it and I'll try to fix it sometime.
The "italic" version of slashed zero is not italic. It remains the same as its normal form.
The result below is produced by XeLaTeX with minted package
\begin{minted}{rust}
struct Struct0123;
// comment0123
println!("0123");
\end{minted}
The default zero, matches other italic numbers
\setmonofont[StylisticSet={1, 3, 5, 6, 8}]{JuliaMono}

Slashed Zero version, remains normal
\setmonofont[StylisticSet={1, 3, 5, 6, 8}, Numbers=SlashedZero]{JuliaMono}

Hi - thanks for spotting that! Will fix soon... :)
hopefully fixed in 0.046