Skip to content
Snippets Groups Projects
Commit 97bbcd7c authored by Lorenzo Ferron's avatar Lorenzo Ferron
Browse files

Perfezionato uso dei font calligrafici con pachetto unicode-math e XITS Math.

parent e138826b
No related branches found
No related tags found
No related merge requests found
%! Author = lorenzo %! Author = lorenzo
%! Date = 13/02/22 %! Date = 15/09/22
\usepackage{amsmath,amsthm} % per la matematica estesa \usepackage{amsmath,amsthm} % per la matematica estesa
%% NON USARE LE MACRO \math.., MA \sym..
\usepackage[math-style=ISO]{unicode-math}% per la matematica UNICODE \usepackage[math-style=ISO]{unicode-math}% per la matematica UNICODE
\setmathfont{XITS Math}% font matematici UNICODE che van bene con i Times \def\corrxits#1{\expanded{\Umathstackdenomdown#1=\the\Umathfractiondenomdown#1}\relax}
\setmathfont[range={\mathcal,\mathbfcal},StylisticSet=1,partial=upright]{XITS Math}
\ No newline at end of file \AtBeginDocument{
% see https://tex.stackexchange.com/a/120070
\setmathfont{XITS Math}[partial=upright]% font matematici UNICODE che van bene con i Times. Base math font.
\setmathfont{XITS Math}[range={cal,bfcal},StylisticSet=1]% enable calligraphic font for XITS Math.
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment