-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for authors in amsart.cls
- Loading branch information
Showing
4 changed files
with
1,545 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
2024-01-18 Ulrike Fischer <[email protected]> | ||
* latex-lab-firstaid.dtx: add support for \authors from amsart. | ||
|
||
2024-01-18 Ulrike Fischer <[email protected]> | ||
* latex-lab-title.dtx: make \@title and \@author robust to avoid errors | ||
if they are not set. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
required/latex-lab/testfiles-firstaid/test-amsart-title.pvt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
\ExplSyntaxOn | ||
\debug_on:n { check-declarations , deprecation } \sys_gset_rand_seed:n{1000} | ||
\ExplSyntaxOff | ||
\DocumentMetadata{testphase={phase-III,title,firstaid},pdfstandard=a-4,pdfversion=2.0} | ||
\input{regression-test} | ||
\documentclass{amsart} | ||
|
||
\title{Testing tagging amsart} | ||
\author{Ulrike Fischer} | ||
\author{Author B} | ||
|
||
\begin{document} | ||
\START\showoutput | ||
|
||
\maketitle | ||
|
||
\begin{abstract} | ||
Articles in amsart can be easily tagged \cite{bibentry} | ||
|
||
\end{abstract} | ||
|
||
\section{A short history of the project} | ||
|
||
bla | ||
|
||
\begin{thebibliography}{99} | ||
|
||
\bibitem{bibentry} study ... | ||
\end{thebibliography} | ||
\end{document} |
Oops, something went wrong.