summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/asmeconf/asmeconf-template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/asmeconf/asmeconf-template.tex')
-rw-r--r--macros/latex/contrib/asmeconf/asmeconf-template.tex228
1 files changed, 143 insertions, 85 deletions
diff --git a/macros/latex/contrib/asmeconf/asmeconf-template.tex b/macros/latex/contrib/asmeconf/asmeconf-template.tex
index f9860ccbc8..638a8e11f0 100644
--- a/macros/latex/contrib/asmeconf/asmeconf-template.tex
+++ b/macros/latex/contrib/asmeconf/asmeconf-template.tex
@@ -1,44 +1,43 @@
% !TEX encoding = UTF-8 Unicode
-%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%
%% This file is asmeconf-template.tex, a template to format ASME Conference papers according to
-%% the requirements on ASME's conference web pages.
+%% the requirements on ASME's conference web pages, and including hypertext support for the pdf.
%%
-%% This file is version 1.21 dated 2020/12/10
+%% This file is version 1.22 dated 2021/1/14
%%
%% As of version 1.11, this template follows ASME's newer conference guidelines first posted July 2019.
%% The new guidelines have changed the requested author block formatting to be inline.
%% (This template continues to support the traditional grid format as a package option.)
-%% Nomenclature now follows the abstract. Abstract is in italics.
+%% Nomenclature now follows the abstract. Abstract text is set in italics.
%%
%% Author: John H. Lienhard V
%% Department of Mechanical Engineering
%% Massachusetts Institute of Technology
%% Cambridge, MA 02139-4307 USA
%%
-%% Class options are set up in the asmeconf.cls file. These include:
+%% Class options include:
%%
-%% * Math options from M. Sharpe's newtxmath package: upright integrals [upint]; and
+%% * Math options from M. Sharpe's newtxmath package: upright integrals [upint];
%% * [varvw] for a v and w that are better distinguished from greek nu; and also
-%% * [smallerops, varg, slantedGreek, frenchmath, varbb, cmbraces].
-%% * newtx version 1.5 or higher is recommended.
+%% * [subscriptcorrection, smallerops, varg, frenchmath, varbb, cmbraces, slantedGreek,...]
+%% * See newtx documentation for descriptions (at CTAN: http://ctan.org, v1.6 or higher best).
%%
%% * Many options for calligraphic, script, and fraktur fonts from the mathalfa package; the
-%% * example value used is: [mathalfa=cal=euler] (to use Euler font for \mathcal)
-%% * some other options for cal are: dutchcal, zapfc, cm (default), boondox,...
-%% * frak (fraktur), bb (blackboard bold), scr (script) may also be controlled.
+%% * example shown here is: [mathalfa=cal=euler] to use Euler font for \mathcal.
+%% * Some other options for cal are: dutchcal, zapfc, cm (default), boondox,...
+%% * frak (fraktur), bb (blackboard bold), scr (script) may also be chosen this way.
+%% * For details, refer to mathalfa documentation (at CTAN: http://ctan.org).
%%
%% * Options to: omit the ASME copyright footer [nofoot];
%% use government employee copyright notice [govt];
%% use government contractor copyright notice [contractor]
%%
-%% * An optional to use newtxtext's superiors font for footnotes [nodefaultsups] and an option
-%% * for slightly larger small capitals [largesc]
-%%
%% * An option to balance the heights of columns on the last page [balance].
%% * This option is NOT compatible with the [lineno] option.
%%
-%% * An option to include line numbers [lineno]. The lineno package does not number equation
-%% * lines, captions, tables, etc. You must *run twice* for proper placement of the line numbers.
+%% * An option to include line numbers [lineno]. You must *run twice* for proper placement of the line numbers.
+%% * The lineno package does not number titles, footnotes, captions, or tables.
%% * This option will disable balancing column height on final page if that option has been invoked.
%% * The lineno package won't always number the lines preceding displayed math in a paragraph because
%% * paragraph has not ended. See that package's documentation for macros to address this problem, or
@@ -48,40 +47,42 @@
%% * An option to use the traditional grid arrangement of author names [authorgrid]. See Appendix B for usage,
%% * because the authors and affiliations must be entered differently in this case. (Same as former option [oldauthors])
%%
-%% * An option to allow hyphenation of the typewriter font [hyphenate]
-%% * Hyphenation is normally suppressed for typewriter mode because it is often used for code.
+%% * Options for PDF/A compliance. [pdf-a] will produce PDF/A-3u compliance with sRGB OutputIntent.
+%% * [pdfapart= 1 or 2 or 3] and [pdfaconformance= b or u] can enable levels 1b, 2b, 2u, and 3b.
%%
-%% * Options to set (for the babel package) a primary language [lang= ], and secondary or tertiary
-%% * languages, [lang-second] and [lang-third]. English is the default when no language is set.
-%% * If a secondary or tertiary language is set, the main language must also be set.
-%% * The spanish module makes "." active, clashing with some code; \spanishdeactivate{.} stops this.
+%% * Option to use superiors font from newtxtext for footnotes [nodefaultsups] and
+%% * for slightly larger small capitals, [largesc], also from newtxtext.
%%
-%% * Options for PDF/A compliance. [pdf-a] will produce PDF/A-3u compliance with sRGB OutputIntent.
-%% * [pdfapart= 1 or 2 or 3] and [pdfaconformance= b or u] allow other levels: 1b, 2b, 2u, and 3b.
+%% * An option to allow hyphenation of the typewriter font [hyphenate], from inconsolata package.
+%% * Hyphenation is normally suppressed for typewriter mode because it is often used for code.
+%% * To replace the default variable word spacing by monospacing, use the option [mono].
+%% * To get a zero without a slash, use [var0]
%%
-%% For details of newtxmath and mathalfa, refer to their documentation (available on CTAN: http://ctan.org).
+%% * Options (used by the babel package) to include passages in languages other than English (e.g., a translation
+%% * of the abstract). Languages are called as options, e.g. [french], [spanish], [greek], [russian], etc.
+%% * See Appendix C for details.
%%
-%% The use of commands defined or modified by the asmeconf class is illustrated below. In particular,
-%% ASME requires capitalized, sans-serif section headings, and as a result some care is needed
-%% when using macros in section headings, as also illustrated below.
+%% The use of commands defined or modified by the asmeconf class is illustrated throughout this file. In particular,
+%% ASME requires capitalized, sans-serif section headings, and as a result some care is needed when using macros
+%% in section headings, as also illustrated below.
%%
%=========================================================
%%
-%% LICENSE:
+%% LICENSE:
%%
-%% Copyright (c) 2020 John Lienhard
+%% Copyright (c) 2021 John H. Lienhard
%%
%% Offered under the MIT license: https://ctan.org/license/mit
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Class options are described above.
+%% Class options are described above. If you are not using the languages options, remove them.
-\documentclass[varvw,largesc,upint,mathalfa=cal=euler,hyphenate,balance,lang-second=french,lang=english,colorlinks,pdf-a]{asmeconf} % <=== remove colorlinks before submission to ASME!
+\documentclass[upint,subscriptcorrection,varvw,mathalfa=cal=euler,pdf-a,balance,spanish,french,greek,russian,vietnamese,colorlinks]{asmeconf} % <=== remove colorlinks before your *final* submission to ASME! But keep it for other purposes.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%%%%%%%%%%%%%%%%%%%%%% Fields to be completed %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%% Fields to be completed %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% pdf metadata %%%%%%%%%%%%
%%%%% The user should edit %%%%%%%%%%%%
@@ -89,27 +90,26 @@
\hypersetup{%
pdftitle={ASME Conference Paper Template}, % <=== change to YOUR pdf file title
pdfkeywords={ASME, Paper, Template, \LaTeX, Research}, % <=== change to YOUR pdf keywords
- pdfauthor={John H. Lienhard}, % <=== change to YOUR name[s]!!!
+ pdfauthor={John H. Lienhard}, % <=== change to YOUR name[s]!
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
-
% Change these fields to the right content for your conference.
% You can comment these out if for some reason you don't want a header.
% Use title case (first letters capitalized), not all capitals
-\ConfName{Proceedings of the ASME 2020\linebreak International Mechanical Engineering Congress and Exposition}
-\ConfAcronym{IMECE20}
-\ConfDate{November 14-19, 2020}
-\ConfCity{Portland, OR, USA}
-\PaperNo{IMECE2020-XXXX}
+\ConfName{Proceedings of the ASME 2021\linebreak International Mechanical Engineering Congress and Exposition}
+\ConfAcronym{IMECE21}
+\ConfDate{November 1-4, 2021}
+\ConfCity{Virtual Conference, Online}
+\PaperNo{IMECE2021-XXXX}
% Units of measure and other specialty lowercase terms in the title should be
% enclosed in \NoCaseChange{...} to maintain lower case type
-% LaTeX will automatically set the title in all capital letters.
+% LaTeX will automatically set the rest of the title in all capital letters.
\title{Place Title Here: Place Subtitle After Colon} % <=== change to YOUR title
@@ -122,24 +122,30 @@
%
% \JointFirstAuthor, if applicable, follows the affiliation of the relevant authors, no spaces.
-\SetAuthors{Luis Hern\'andez\affil{1}\JointFirstAuthor , Maria Silva\affil{2}\JointFirstAuthor, Henry Tudor\affil{3}, Catherine~Parr\affil{3}, John H.\ Lienhard V\affil{4}\CorrespondingAuthor{lienhard@mit.edu}}
+\SetAuthors{Luis Hern\'andez\affil{1}\JointFirstAuthor , Maria Silva\affil{2}\JointFirstAuthor, Henry Tudor\affil{3}, Catherine~Parr\affil{3}\CorrespondingAuthor{}, John H.\ Lienhard V\affil{4}\CorrespondingAuthor{lienhard@mit.edu, kate@thepalace.gov}}
\SetAffiliation{1}{Institution or Company Name, City, State}
\SetAffiliation{2}{Institution or Company Name, City, Province, Canada}
\SetAffiliation{3}{Hampton Court Palace, Richmond, England}
\SetAffiliation{4}{Massachusetts Institute of Technology, Cambridge, MA }
+% Note: Luis and Maria are not real people. Henry and Catherine have been dead for >450 years.
+
+
+% To instead use the [authorgrid] option, follow the syntax in Appendix B.
+
\maketitle
%%% Use this footnote for tracking various versions of your draft. Change text to suit your own needs.
-%%% Remove from final version.
+%%% REMOVE from final version of your paper.
%%% \date{..} calls the same command.
+
\versionfootnote{Documentation for \texttt{asmeconf.cls}. Version \versionno; \today.}% <=== Delete before final submission.
%%% Change these to your keywords. Keywords are automatically printed at the end of the abstract.
-%%% This command must come BEFORE the end of the abstract.
-%%% If you don't want keywords, delete the command.
+%%% This command MUST COME BEFORE the end of the abstract.
+%%% If you don't want keywords, leave the argument of \keywords{} empty (or use the abstract* environment)
\keywords{ASME, Paper, Template, \LaTeX, Research}
@@ -159,22 +165,23 @@ This paper is an example of and a template for typesetting ASME Conference Paper
%% The unit cm can be replaced by any LaTeX unit of dimension: pt, in, ex, em, pc, etc.
%% Default is 2em.
-%% Leave off second argument of \entry to produce a subheading (e.g., \entry{Greek letters} )
+%% \EntryHeading{Greek letters} produces an italicized subheading, e.g., \EntryHeading{Greek letters}
+%% (Leaving off the second argument of \entry, e.g. \entry{Greek letters}, has the same effect)
\begin{nomenclature}
-\entry{Roman letters}
+\EntryHeading{Roman letters}
\entry{$k$}{Thermal conductivity [W m$^{-1}$ K$^{-1}$]}
\entry{$\vec{q}$}{Heat flux vector [W m$^{-2}$]}
-\entry{Greek letters}
+\EntryHeading{Greek letters}
\entry{$\alpha$}{Thermal diffusivity [m$^2$ s$^{-1}$]}
\entry{$\nu$}{Kinematic viscosity [m$^2$ s$^{-1}$]}
-\entry{Dimensionless groups}
+\EntryHeading{Dimensionless groups}
\entry{Pr}{Prandtl number, $\nu/\alpha$}
\entry{Sc}{Schmidt number, $\nu/\mathcal{D}_{1,2}$}
-\entry{Superscripts and subscripts}
+\EntryHeading{Superscripts and subscripts}
\entry{b}{bulk value}
\entry{$\infty$}{free stream value}
\end{nomenclature}
@@ -185,7 +192,7 @@ This paper is an example of and a template for typesetting ASME Conference Paper
\section{Introduction}
The \texttt{asmeconf} class typesets papers with margins, fonts, headings, captions, and reference formats that follow the specifications for conference papers of the American Society of Mechanical Engineers (ASME). In contrast to older ASME \LaTeX\ templates, \texttt{asmeconf} will set internal and external hyperlinks, and the pdf file will contain bookmarks and metadata. Many other useful features have been incorporated. This class is not a publication of ASME, but the author has published in ASME conferences since 1983.
-The \texttt{.tex} file may be written using standard \LaTeX\ commands, although some specific initial commands are needed to format the blocks containing the author[s], title, and abstract. This class loads a number of other packages, all of which are contained in up-to-date versions of \href{https://www.tug.org/texlive/}{\TeX\ Live}, \href{http://www.tug.org/mactex/}{Mac\TeX}, and similar platforms. If you find that you are missing one of these packages, you may obtain it at no cost from CTAN (\href{http://ctan.org}{ctan.org}).
+The \texttt{.tex} file may be written using standard \LaTeX\ commands, although some specific initial commands are needed to format the blocks containing the author[s], title, and abstract. This class loads a number of other packages, all of which are contained in up-to-date versions of \href{https://www.tug.org/texlive/}{\TeX\ Live}, \href{http://www.tug.org/mactex/}{Mac\TeX}, and similar platforms. If you find that you are missing one of these packages, you may obtain it at no cost from CTAN (\href{http://ctan.org}{ctan.org}).
\subsection{Essential Initial Commands}
To begin, fill in the fields to be completed at top of the \texttt{asmeconf-template.tex} file. These fields include the headers for your conference and your paper number. Specified metadata will be placed into the pdf file itself.
@@ -359,7 +366,7 @@ Elementary support for \texttt{eprint} numbers is also included, generating a ur
%%%%%%%%%%%%%%%%% begin two column figure %%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{figure*}
-\begin{subfigure}[t]{0.5\textwidth} %subfigure is basically the same as minipage
+\begin{subfigure}[t]{0.5\textwidth} % subfigure is basically the same as minipage
\vbox{
\vspace*{1.7em}
\centering{
@@ -406,7 +413,7 @@ Math italics are used for roman and greek letters by default. If you want an up
\begin{equation}\label{eqn:dw}
\vec{F} = m \vec{a} \quad\textrm{or}\quad \vec{\mathrm{F}} = m \vec{\mathrm{a}} \quad\textrm{or}\quad \mathbf{F} = m \mathbf{a} \quad\textrm{or}\quad \vec{\mathsf{F}} = m \vec{\mathsf{a}}
\end{equation}
-To get additional symbols in bold math, you can use the \verb|\bm{..}| macro from the \texttt{bm} package, which is loaded by the class.
+To get additional symbols in bold math, you can use \verb|\mathversion{bold}| or the \verb|\bm{..}| macro from the \texttt{bm} package, which is loaded by the class.
The class file also provides upright sans-serif greek letters with \verb|\sfalpha| and similar expressions (e.g., $\sfalpha, \sfbeta, \sfgamma, \sfdelta$ \ldots $\bm{\sfalpha, \sfbeta, \sfgamma, \sfdelta \ldots}$), in case they are needed (but note that the \verb|newtxmath| options \verb|frenchmath| and \verb|slantedGreek| also affect how greek letters are presented).
@@ -414,7 +421,7 @@ The class file also provides upright sans-serif greek letters with \verb|\sfalph
\begin{quote}
\verb|\documentclass[upint]{asmeconf}|.
\end{quote}
-These math options are discussed further in the \texttt{asmejour-template.tex} file.
+The option \verb|subscriptcorrection| improves the spacing of math subscripts. These math options are discussed further in the \texttt{asmeconf-template.tex} file.
In addition, many options for calligraphic, fraktur, and script fonts are available as options to the \texttt{mathalfa} package, which is also loaded. These may be invoked, for example, as
\begin{center}
@@ -422,9 +429,7 @@ In addition, many options for calligraphic, fraktur, and script fonts are availa
\end{center}
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}.
-The typewriter font loaded is \texttt{inconsolata} (which is sans serif), as suggested by the \texttt{newtx} package documentation.
-
-The \texttt{asmeconf} class is not set up for use with the \texttt{fontspec} or \texttt{unicode-math} packages.
+The \texttt{asmeconf} class is designed to be used with \texttt{newtxmath} and does not support the \texttt{unicode-math} package.
%%%%%%%%%%%%%%% ADDITIONAL PACKAGE OPTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -457,8 +462,7 @@ If levels 1b, 2b, 2u, or 3b are preferred, use the options \texttt{[pdfapart=1 o
\subsection{Superiors Font} The \texttt{newtxtext} package includes a superiors font (both numbers and letters) for use in footnote markers and superscripts. To enable this font, use the option \texttt{[nodefaultsups]}.
-\subsection{Hyphenation of Typewriter Font} The option \texttt{[hyphenate]} will allow hyphenation of the typewriter font.
-Hyphenation is normally suppressed for typewriter mode because this font is often used for computer code.
+\subsection{Typewriter Font Options} This font is the sans-serif \texttt{inconsolata}. By default, the word spacing is variable, but option \texttt{[mono]} ends this behavior. A slashed zero is default; option \texttt{[var0]} removes the slash. Option \texttt{[hyphenate]} enables hyphenation. (This option is not available if the \texttt{[fontspec]} option is used.)
\subsection{Support for Other Languages} The package can be adapted to incorporate (or entirely use) languages other than English. See Appendix \ref{appendix:c} for details.
@@ -495,7 +499,7 @@ Place any acknowledgments here.
%% Note that appendices will be "numbered" A, B, C, ... etc. Use \section, not \section*
%% Equations will be numbered sequentially following those in the paper. Do not reset the equation counter.
-%% Here we use the optional argument for the pdf bookmark.
+%% Here we use the optional argument to control the pdf bookmark and prevent errors.
\section[The Vector Product A\times B]{The vector product $\vec{A}\times\vec{B}$}\label{appendix:a}
This brief illustration of an appendix shows the numbering of the appendix and equations. Equations are numbered
@@ -521,9 +525,9 @@ the option [\texttt{authorgrid}]. When using this form, the author names and ad
\verb|\SetAuthorBlock{Name\JointFirstAuthor}{%|
\hbox{}\hfil\verb|Institution \\ City, Country}|
\verb|\SetAuthorBlock{Name, Name}{%|\hfil\hbox{}
- \noindent\hbox{}\hfil\verb|Institution \\ City, Country}|
-\verb|\SetAuthorBlock{\CorrespondingAuthor{John Lienhard%|
- \hbox{}\hfil\verb|}{lienhard@mit.edu}}{Institution \\ City, State}|
+ \hbox{}\hfil\verb|Institution \\ City, Country}|
+\verb|\SetAuthorBlock{John Lienhard\CorrespondingAuthor{%|
+ \hbox{\qquad}\hfil\verb|lienhard@mit.edu}}{Institution \\ City, State}|
\smallskip
Directly usable code is contained at the very end of the \texttt{asmeconf-template.tex} file.
@@ -533,38 +537,90 @@ subsequent row.
%% directly usable code follows the \end{document} command below.
-
+%\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\section{Language Support}\label{appendix:c}
+\section{Multilingual Support}\label{appendix:c}
ASME publishes in English, but the \texttt{babel} package is loaded for
-users who may wish to include other languages. Class options allow loading a primary language, \texttt{lang=},
-as well as secondary and tertiary languages, \texttt{lang-second} and \texttt{lang-third}.
-The primary language must be specified explicitly if a secondary language is loaded.
-If no language option is given, the package defaults to English. An example of including a passage in French is
-shown in \selectlanguage{french}{\appendixname\ \ref{app:fourier}.\selectlanguage{english}
+users who may wish to include other languages. For example, an author might wish to include an appendix that provides the
+abstract in another language.
-The standard caption and section names will follow \texttt{babel}'s dictionary for primary languages other than English. Users may additionally change ``Keywords'', ``Nomenclature'', ``Corresponding author'', and ``Joint first authors'' by renewing the commands \verb|\keywordname|, \verb|\nomname|, \verb|\CAwords|, and \verb|\JAwords|. Changes to the page footer were described earlier. The pdf bookmark for ``Appendices'' may be changed by renewing \verb|\appendicesname|.
+When more than one language option is included in \verb|\documentclass[..]{asmeconf}|, English will be
+assumed to be the main language of the document. (To choose a different main language, set \texttt{[main=..]}).
+If no language options are given, the package defaults to English. As examples, a passage in French is
+shown in \selectlanguage{french}\appendixname~\ref{app:fourier}\selectlanguage{english}, followed by
+\ifpdftex abstracts in Spanish, Greek, Russian, and Vietnamese.\else abstracts in other languages.\fi
Font encoding is set to T1 with utf-8 input supported:
%% If you have trouble with the next line, your file may not be saved in utf-8 format. You can delete that line to resolve the issue.
\typeout{If you have trouble with the next line, your file may not be saved in utf-8 format. You can delete that line to resolve the issue.}
àáâäæãåā èéęëêēė îïíīįì ôöòóœøōõ ûüùúū çćč ł ñń ßśš ÿ žźż.
-The \texttt{substitutefont} package \cite{milde} may be loaded in the preamble to enable the selection of language-specific fonts. Examples for Greek and Cyrillic are included in that package's documentation. The bibliography style, \texttt{asmeconf.bst}, is designed in English and aimed at \hologo{BibTeX}. Multilingual bibliographies can be supported using \texttt{BibLaTeX}.
+Fonts similar to Times/Helvetica are automatically used when the Greek, Vietnamese, or selected cyrillic-alphabet languages are called as options under {\upshape\hologo{pdfLaTeX}}. Using {\upshape\hologo{LuaLaTeX}} with the \texttt{[fontspec]} option, many additional scripts are available; see the supplemental notes for such usage~\cite{lienhard2021}. Possibilities include Arabic, Bengali, Chinese, Devanagari (e.g., for Hindi), Hangul (for Korean), Kana (for Japanese), and Tamil.
-\selectlanguage{french}
-\section{Discours Préliminaire de Fourier}\label{app:fourier}
+The bibliography style, \texttt{asmeconf.bst}, is designed in English and aimed at \hologo{BibTeX}. Multilingual bibliographies
+can be supported using \texttt{BibLaTeX}.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{selectlanguage}{french}
+\section{Discours Préliminaire de Fourier}\label{app:fourier}
Les causes primordiales ne nous sont point con­nues; mais elles sont assujetties à des lois simples et constantes, que l'on peut découvrir par l'obser­vation, et dont l'étude est l'objet de la philosophie naturelle.
La chale ur pénètre, comme la gravité, toutes les substances de l'univers, ses rayons occupent toutes les parties de l'espace. Le but de notre ouvrage est d'exposer les lois mathématiques que suit cet élé­ment. Cette théorie formera désormais une des branches les plus importantes de la physique gé­nérale~\cite{fourier1822}.
+\end{selectlanguage}
+
+\begin{selectlanguage}{spanish}
+\begin{abstract*}
+Este es el resumen del artículo. Escribimos en español. Se describen el problema, los métodos y los resultados. También se incluyen referencias.
+\end{abstract*}
+\end{selectlanguage}% edited by Aarón Montoya-Moraga
+
+%% If you have trouble with the passages, your file may not be saved in utf-8 format. You can delete this stuff to resolve the issue.
+
+%% Examples of abstracts in other languages. The first three are intended for pdflatex, not lualatex.
+\begin{selectlanguage}{greek}%
+\begin{abstract*}
+Αυτή είναι η περίληψη του άρθρου. Χρησιμοποιούμε την ελληνική γλώσσα. Περιγράφεται το πρόβλημα, οι μέθοδοι και τα αποτελέσματα. Περιλαμβάνονται επίσης αναφορές.
+\end{abstract*}
+\end{selectlanguage}% Edited by George Barbastathis
+
+\begin{selectlanguage}{russian}
+\begin{abstract*}
+Это резюме статьи. Пишем по русски. Описаны проблема, методы и результаты. Библиография также включена.%
+\end{abstract*}
+\end{selectlanguage}% edited by Steven Gerasimoff
+
+\begin{selectlanguage}{vietnamese}
+\begin{abstract*}
+Đây là phần tóm tắt của bài báo khoa học. Chúng tôi viết bằng tiếng Việt. Vấn đề, các phương pháp và các kết quả được mô tả trong phần này. Tài liệu tham khảo cũng được bao gồm.
+\end{abstract*}
+\end{selectlanguage}% Checked and edited by Nguyen Le and Thao Nguyen
+
+\iffontspecloaded
+%
+ \begin{selectlanguage}{japanese}
+ \begin{abstract*}
+ %論文の要約です。日本語で記述します。問題、方法、および結果について説明します。また、参考文献も含めます。
+ この論文の日本語での要約は以下のとおりです。問題、方法、および結果が説明されています。参考資料も添付してあります。
+ \end{abstract*}
+ \end{selectlanguage}% Edited by Keiji Yano and Yoshiki Okamoto
+%
+ \begin{selectlanguage}{korean}
+ \begin{abstract*}
+ 이것은 한국어로 쓰인 논문의 초록입니다. 문제, 방법 및 결과가 설명되어 있습니다. 참조도 포함됩니다.
+ \end{abstract*}
+ \end{selectlanguage}% Edited by Hyung Won Chung.
+%
+ \begin{selectlanguage}{chinese-simplified}
+ \begin{abstract*}
+ 这是文章的摘要。我们用中文书写,描述了问题,方法和结果,还包括了参考文献。
+ \end{abstract*}
+ \end{selectlanguage}% edited by Zi Hao Foo
+%
+\fi
-\selectlanguage{english}
-
-\textsc{Translation:} \textit{Primary causes are unknown to us; but are subject to simple and constant laws, which may be discovered by observation, the study of them being the object of natural philosophy}.
-
-\textit{Heat, like gravity, penetrates every substance of the universe, its rays occupy all parts of space. The object of our work is to set forth the mathematical laws which this element obeys. The theory of heat will hereafter form one of the most important branches of general physics}.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
@@ -575,19 +631,21 @@ La chale ur pénètre, comme la gravité, toutes les substances de l'univers, se
% Note usage below for joint first authors and for corresponding author.
% First name, middle initial, last name
% Use title case (upper and lower case letters)
-% (Most of the example names below are not real people, just very common names.)
+% (Most of the names below are not real people, just very common names.)
\SetAuthorBlock{Luis Hern\'{a}ndez\JointFirstAuthor}{Institution or Company Name \\ City, State}
\SetAuthorBlock{Maria Silva\JointFirstAuthor}{Institution or Company Name \\ City, Province, Canada}
-\SetAuthorBlock{Henry Tudor, Catherine Parr}{Hampton Court Palace \\ Richmond, England}
+\SetAuthorBlock{Henry Tudor, Catherine Parr\CorrespondingAuthor{}}{Hampton Court Palace \\ Richmond, England}
\SetAuthorBlock{Jinsoo Kim}{Institution or Company Name \\ City, Country}
\SetAuthorBlock{Yusuf Yilmaz}{Institution or Company Name \\ City, Country}
-% Can omit second argument of \CorrespondingAuthor if putting email into address block
-% i.e., can just use \CorrespondingAuthor{name}.
-% Can also put multiple emails in this command and use it more than once for multiple corresponding authors.
+% Give an empty argument for \CorrespondingAuthor{} if you are putting email into address block.
+% Can also put multiple emails into the argument and use command more than once for multiple
+% corresponding authors. Only the *last* set of emails issued will be printed.
-\SetAuthorBlock{\CorrespondingAuthor{John H.\ Lienhard V}{lienhard@mit.edu}}{%
+\SetAuthorBlock{John H.\ Lienhard V\CorrespondingAuthor{lienhard@mit.edu, kate@thepalace.com}\JointFirstAuthor}{%
Massachusetts Institute of Technology \\ Cambridge, MA}
+% be sure to issue [authorgrid] option when using this (otherwise your authorblock will not display!)
+