diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-27 21:14:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-27 21:14:04 +0000 |
commit | 060ee97d4bc0236c295e62058eb048e71bf79943 (patch) | |
tree | 5dd56cd21deb6b848b5dd084a816bde4ad931c7a /Master/texmf-dist/doc/latex/asmejour | |
parent | 5cbca7da1421de746fbaa7b3b2c1f812fa0b4b2b (diff) |
asmejour (27dec21)
git-svn-id: svn://tug.org/texlive/trunk@61421 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/asmejour')
-rw-r--r-- | Master/texmf-dist/doc/latex/asmejour/README.md | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/asmejour/asmejour-template.pdf | bin | 670705 -> 670642 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/asmejour/asmejour-template.tex | 10 |
3 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/asmejour/README.md b/Master/texmf-dist/doc/latex/asmejour/README.md index 067d79afe30..32376dd7cf9 100644 --- a/Master/texmf-dist/doc/latex/asmejour/README.md +++ b/Master/texmf-dist/doc/latex/asmejour/README.md @@ -1,7 +1,7 @@ #asmejour: A template for ASME journal papers# - Version 1.16 dated 2021/12/23. + Version 1.17 dated 2021/12/26. ####Overview#### This class provides a template to format preprints in the style of journal papers published by the American Society of Mechanical Engineers. @@ -64,6 +64,9 @@ --- ####Change log#### +v1.17 (2021/12/26): + - Add code to warn about obsolete LaTeX installations. TeX Live 2020 or later is recommended for the asmejour package. + v1.16 (2021/12/23): - suppress warnings about unused options when calling mathalfa and/or barcolor - eliminate use of \\entry{} with a single argument to produce subheadings in nomenclature; use \\EntryHeading{} instead. (**not backward compatible**) diff --git a/Master/texmf-dist/doc/latex/asmejour/asmejour-template.pdf b/Master/texmf-dist/doc/latex/asmejour/asmejour-template.pdf Binary files differindex 8d6ee337d44..fe57fe02e02 100644 --- a/Master/texmf-dist/doc/latex/asmejour/asmejour-template.pdf +++ b/Master/texmf-dist/doc/latex/asmejour/asmejour-template.pdf diff --git a/Master/texmf-dist/doc/latex/asmejour/asmejour-template.tex b/Master/texmf-dist/doc/latex/asmejour/asmejour-template.tex index 9aba31970cb..f1109b714b7 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. %% -%% This file is version 1.16 dated 2021/12/23 +%% This file is version 1.17 dated 2021/12/26 %% %% Author: John H. Lienhard V %% Department of Mechanical Engineering @@ -90,7 +90,7 @@ pdftitle={ASME Journal Paper LaTeX Template}, % <=== change to YOUR pdf file title pdfkeywords={ASME journal paper, LaTeX template, BibTeX style, asmejour class},% <=== change to YOUR pdf keywords pdfsubject = {Describes the asmejour LaTeX template}, % <=== change to YOUR subject - pdfurl={https://ctan.org/pkg/asmejour},% may delete +% pdfurl={https://ctan.org/pkg/asmejour},% may delete pdflicenseurl={https://ctan.org/pkg/asmejour},% may delete } @@ -243,12 +243,12 @@ Landscape figures and tables may be produced at full-page size by putting \verb| \begin{figure*}[t] \begin{subfigure}[t]{0.5\textwidth} % You will get same result using \begin{minipage}[t]{0.5\textwidth} \vbox{ -\vspace*{1.7em} +\vspace*{1.7em}% \centering{ \includegraphics{sample-figure-2a.pdf} -} +}% \vspace*{1.7em} -} +}% \subcaption{\label{fig:interior-region}} \end{subfigure}% %%%%%%%% don't leave a break here |