diff options
Diffstat (limited to 'macros/latex/contrib/asmeconf/README.md')
-rw-r--r-- | macros/latex/contrib/asmeconf/README.md | 43 |
1 files changed, 32 insertions, 11 deletions
diff --git a/macros/latex/contrib/asmeconf/README.md b/macros/latex/contrib/asmeconf/README.md index af7db56372..e9385d88d1 100644 --- a/macros/latex/contrib/asmeconf/README.md +++ b/macros/latex/contrib/asmeconf/README.md @@ -1,11 +1,11 @@ #asmeconf: A template for ASME conference papers# - Version 1.21 dated 2020/12/10. + Version 1.22 dated 2021/01/14. ####Overview#### This class provides a template to format ASME Conference papers according to - the requirements on ASME's web pages (as posted in 2020). + the requirements on ASME's web pages (as posted in 2021). [www.asme.org/publications-submissions/proceedings/formatting-the-paper](https://www.asme.org/publications-submissions/proceedings/formatting-the-paper) @@ -21,12 +21,6 @@ - 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 line numbers for editing and review - support balancing of columns on last page @@ -35,6 +29,16 @@ - support copyright footer for federal employees and contractors +- 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 + +- enable passages in other languages, e.g., for a translation of the abstract or a quotation + +- support for many scripts: Latin, Arabic, Bengali, Chinese, Cyrillic, Devanagari, Greek, Hangul, Japanese, Tamil + The .tex and .cls files are commented and should be self-explanatory. The files in this distribution are: @@ -48,9 +52,13 @@ * sample-figure-1.pdf, sample-figure-2a.pdf, - sample-figure-2b.pdf -- figures for the example + sample-figure-2b.pdf -- figures for the sample paper * - author-grid-style.pdf -- example of title page with "authorgrid" option + examples/ -- a directory of examples: + -- nonlinear ode integration within LaTeX using Lua code + -- fontspec for abstracts in 25 languages in one paper + -- grid-style layout of author names/addresses + -- footers for government employees This work is not a publication of ASME itself. @@ -69,6 +77,19 @@ ####Change log#### + v1.22 (2021/01/14): + - New command \\EntryHeading to produce subheadings in the nomenclature list; + - New syntax for \\CorrespondingAuthor command with the authorgrid option (**not backward compatible**) + - Add version field to the .bst file for publications online, manuals, and books; + - Revise sample .bib file; + - Enable language-specific fonts under pdflatex for Greek, Vietnamese, and cyrillic languages, with examples of abstracts in these languages; + - Enable fontspec support for many scripts and languages under LuaLaTeX, including also Arabic, Bengali, Chinese, Japanese, Korean, and Tamil; + - Provide example files for: authorgrid layout; integration of nonlinear ODE by LuaLaTeX; abstracts in 25 languages with fontspec+LuaLaTeX; + - Extensively revise code that handles class options and keys, also add additional warning and error messages; + - Create github issue tracker; + - Fix several minor bugs; + - Edit documentation. + 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. @@ -106,7 +127,7 @@ ####License#### - Copyright (c) 2020 John H. Lienhard + Copyright (c) 2021 John H. Lienhard Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, |