olsak/OpTeX

Italic uppercase Greek letters

cao- opened this issue · 1 comments

cao- commented

I get opposite behaviour on uppercase Greek letters when using \it if a unicode font family is loaded. Try to see the output of the following lines with and without the \fontfam[lm] line.

\fontfam[lm]

\it\Omega

$\it\Omega$

\bye

amstex defines the command \varOmega to obtain the italic Omega in math mode, and similar commands for the other letters. Maybe adding them into OpTeX too would be useful.

olsak commented

Thank for this report.

When \fontfam[lm] is present then $\it\Omega$ should be italic Omega. I corrected this by my last commit.

When \fontfam[lm] is not present then \it\Omega (otside math mode) behaves strangely, but I don't know the exact expected behavior becaue it is not defined with 7bit fonts. Classical TeX repors error here.