\def\testfileincipit{Test file to accompany \texttt{mathastext} version \texttt{1.3zb} of \texttt{2023/12/29}} %%---------------------------------------------------------------- %% Package: mathastext %% Info: Use the text font in math mode (JFB) %% Version: 1.3zb 2023/12/29 %% License: LPPL 1.3c (http://www.latex-project.org/lppl/lppl-1-3c.txt) %% Copyright (C) 2011-2019, 2022, 2023 Jean-Francois Burnol %% %% Examples of use of mathastext: %% http://jf.burnol.free.fr/mathastext.html %% http://jf.burnol.free.fr/showcase.html %%---------------------------------------------------------------- %% This file `mathastexttestversions.tex' is for testing the enhanced %% concept of math versions provided by the package `mathastext'. %% %% See `mathastext.dtx' for the copyright and conditions of distribution or %% modification. %% \documentclass{article} \usepackage[T1]{fontenc} \usepackage{newcent} \usepackage[subdued]{mathastext} \Mathastext[newcent] \renewcommand\familydefault\ttdefault \Mathastext[courier] \renewcommand\familydefault\sfdefault \Mathastext[avantgarde] \renewcommand\familydefault\rmdefault \begin{document} \testfileincipit text in NewCentury and $math\ as\ in\ default$,% \MTversion{courier} text in Courier and $math\ in\ Courier$,% \MTversion{avantgarde} text in AvantGarde and $math\ in\ AvantGarde$,% \MTversion[newcent]{courier} text in NewCentury and $math\ in\ Courier$,\MTversion{bold} text in bold NewCentury and $math\ as\ in\ bold\ default$,\MTversion[courier]{avantgarde} text in Courier and $math\ in\ AvantGarde$. \end{document} \endinput %% %% End of file `mathastexttestmathversions.tex'.