diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-13 21:31:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-13 21:31:23 +0000 |
commit | 1e8dd364b60217632c6c999d2d5afcb6867203c6 (patch) | |
tree | d4f246ea55d224bf03ddbf5ef33f8d71b07fcc36 /Master/texmf-dist/doc/latex/asmejour/asmejour-template.tex | |
parent | 86d874e1e363029f23a84b6fad4dbda6b979428c (diff) |
asmejour (13aug20)
git-svn-id: svn://tug.org/texlive/trunk@56101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/asmejour/asmejour-template.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/asmejour/asmejour-template.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/asmejour/asmejour-template.tex b/Master/texmf-dist/doc/latex/asmejour/asmejour-template.tex index 1d8bae4b5f3..75a0357c10b 100644 --- a/Master/texmf-dist/doc/latex/asmejour/asmejour-template.tex +++ b/Master/texmf-dist/doc/latex/asmejour/asmejour-template.tex @@ -3,7 +3,7 @@ %% This file is asmejour-template.tex, a template to format papers in the style of ASME journal papers %% as they are being published in 2020. %% -%% This file is version 1.13 dated 2020/08/10 +%% This file is version 1.14 dated 2020/08/12 %% %% Author: John H. Lienhard V %% Department of Mechanical Engineering @@ -84,7 +84,7 @@ %% Class options are described above. -\documentclass[largesc,upint,varvw,barcolor=Goldenrod3,nocopyright,hyphenate,balance,lang-second=french,lang=english,pdf-a]{asmejour} +\documentclass[largesc,upint,varvw,mathalfa=cal=euler,barcolor=Goldenrod3,nocopyright,hyphenate,balance,lang-second=french,lang=english,pdf-a]{asmejour} %%%%% FIELDS TO BE COMPLETED FOLLOW %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -263,7 +263,8 @@ In addition, many options for calligraphic, script, and fraktur fonts are availa \begin{quote} \verb|\documentclass[mathalfa=cal=euler]{asmejour}| \end{quote} -which selects the Euler font for \verb|\mathcal| (this is our default). To find all the font options, refer to the \texttt{mathalfa} package documentation \cite{sharpe2}. +which selects the Euler font for \verb|\mathcal|, as in $A \in \mathcal{P}(A)$. %($\mathcal{T}_1 \subset \mathcal{T}_2$) +To find all the font options, refer to the \texttt{mathalfa} documentation \cite{sharpe2}. The typewriter font loaded is \texttt{inconsolata} (which is sans serif), as suggested by the \texttt{newtx} package documentation. The class is not set up for use with the \texttt{fontspec} or \texttt{unicode-math} packages. |