juliamono icon indicating copy to clipboard operation
juliamono copied to clipboard

Missing Italic for Slashed Zero

Open Typas opened this issue 3 years ago • 1 comments

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}

Screen Shot 2022-04-02 at 6 06 10 PM

Slashed Zero version, remains normal

\setmonofont[StylisticSet={1, 3, 5, 6, 8}, Numbers=SlashedZero]{JuliaMono}

Screen Shot 2022-04-02 at 6 07 33 PM

Typas avatar Apr 02 '22 10:04 Typas

Hi - thanks for spotting that! Will fix soon... :)

cormullion avatar Apr 02 '22 10:04 cormullion

Screenshot 2022-09-15 at 11 00 49

hopefully fixed in 0.046

cormullion avatar Sep 15 '22 10:09 cormullion