summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/asmeconf/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/asmeconf/README.md')
-rw-r--r--macros/latex/contrib/asmeconf/README.md58
1 files changed, 28 insertions, 30 deletions
diff --git a/macros/latex/contrib/asmeconf/README.md b/macros/latex/contrib/asmeconf/README.md
index 9b612624c5..af7db56372 100644
--- a/macros/latex/contrib/asmeconf/README.md
+++ b/macros/latex/contrib/asmeconf/README.md
@@ -1,54 +1,32 @@
#asmeconf: A template for ASME conference papers#
- Version 1.20 dated 2020/11/08.
+ Version 1.21 dated 2020/12/10.
####Overview####
This class provides a template to format ASME Conference papers according to
- the requirements on ASME's web pages (as posted in early 2020).
+ the requirements on ASME's web pages (as posted in 2020).
[www.asme.org/publications-submissions/proceedings/formatting-the-paper](https://www.asme.org/publications-submissions/proceedings/formatting-the-paper)
- This work is not a publication of ASME itself.
+ The asmeconf class provides access to many features not available in older LaTeX templates for ASME papers. It is designed to approach the following aims:
- Files in this distribution are:
+- match ASME's font current specifications and layout
- README.md -- this file
- asmeconf.cls -- the class file
- asmeconf.bst -- bibtex style for ASME conference format
- asmeconf-template.tex -- a latex template/example for this class
- asmeconf-template.pdf -- documentation/sample paper
- asmeconf-sample.bib -- a sample bibliography file
- *
- sample-figure-1.pdf,
- sample-figure-2a.pdf,
- sample-figure-2b.pdf -- figures for the example
- *
- author-grid-style.pdf -- example of title page with "authorgrid" option
-
- The .tex and .cls files are commented and should be self-explanatory.
-
-
-
-
- This template was designed to approach the following aims:
-
-- match ASME's font current specifications and layout, including the most recent author layout
-
-- match ASME's current citation formats
+- match ASME's current reference formats, and add support for DOI and URL fields
-- support hyperref package (hyperlinks to figures, tables, references, web)
+- support hyperlinks to figures, tables, equations, references, and external URLs
- support pdf bookmarks and metadata
+- set author names and addresses in either the traditional grid or the more recent inline style
+
- enable various math and text features with newtxmath and newtxtext packages
- support bold face, sans serif math in section headings
- support footnotes in section headings
-- provide automatic layout of author and addresses in one of two styles
-
- provide line numbers for editing and review
- support balancing of columns on last page
@@ -57,7 +35,25 @@
- support copyright footer for federal employees and contractors
+ The .tex and .cls files are commented and should be self-explanatory.
+ The files in this distribution are:
+
+ README.md -- this file
+ asmeconf.cls -- the class file
+ asmeconf.bst -- bibtex style for ASME conference format
+ asmeconf-template.tex -- a latex template/example for this class
+ asmeconf-template.pdf -- documentation/sample paper
+ asmeconf-sample.bib -- a sample bibliography file
+ *
+ sample-figure-1.pdf,
+ sample-figure-2a.pdf,
+ sample-figure-2b.pdf -- figures for the example
+ *
+ author-grid-style.pdf -- example of title page with "authorgrid" option
+
+ This work is not a publication of ASME itself.
+
####Author####
John H. Lienhard V
@@ -73,6 +69,8 @@
####Change log####
+ v1.21 (2020/12/10): Edit documentation; update some usage of xparse under the hood; confirm compliance with substitutefont package.
+
v1.20 (2020/11/08): Add options to change copyright notice for federal employees and contractors; rename option "oldauthors" as "authorgrid"; other minor edits. Thanks to Bret Van Poppel for suggesting the federal copyright.
v1.19 (2020/08/12): Add support for PDF/A archival standards (1b, 2b, 2u, 3b, 3u), as the newtx fonts have recently gained complete unicode maps; set pdf to load with single-page display rather than 2-page spread; add example of grid-style author block.