This is a test example:
************************************************************
Code: Select all
\documentclass{book}
\usepackage{amsmath,amssymb,amsthm,mathrsfs,amsfonts,xfrac,pifont,bbold,physics}
\title{MATH CAPITALS TEST}
\author{Jon A. Gomez}
\date{March 2024}
\begin{document}
This is mathcal test:
$\mathcal{A,H,L}$
This is mathscr test:
$\mathscr{A,H,L}$
\end{document}
The compiled text that I get corresponds with fonts \mathcal and \mathsrc
Nevertheless, on my document, in which I have coded in the preamble:
Code: Select all
\usepackage{amsmath,amssymb,amsthm,mathrsfs,amsfonts,xfrac,pifont,bbold,physics}
Code: Select all
\mathcal
Code: Select all
\mathscr
Thanks so much,
Jon