default italic upper case Greek letters?
Ulrike Fischer
news3 at nililand.de
Sun Apr 23 18:52:08 CEST 2023
Am Sun, 23 Apr 2023 13:58:49 +0000 schrieb Gray, Gary L.:
> Is there a package that will make italicized upper-case Greek letters the default in math mode? I have looked and haven't been able to find one.
the unicode-math package with math-style ISO will do that (need
lualatex or xelatex):
\documentclass[12pt]{article}
\usepackage[math-style=ISO]{unicode-math}
\begin{document}
$\alpha \Alpha \beta \Gamma$
\end{document}
--
Ulrike Fischer
http://www.troubleshooting-tex.de/
More information about the texhax
mailing list.