summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/asmeconf/asmeconf-template.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-12-31 03:04:33 +0000
committerNorbert Preining <norbert@preining.info>2022-12-31 03:04:33 +0000
commit276038a22b002640c158178010b146bf9287b31b (patch)
tree0b9ace4bd052e023f56ef77d2eeb24c4a5442ade /macros/latex/contrib/asmeconf/asmeconf-template.tex
parent844019377157163b461e0fd4a66592e61963a530 (diff)
CTAN sync 202212310304
Diffstat (limited to 'macros/latex/contrib/asmeconf/asmeconf-template.tex')
-rw-r--r--macros/latex/contrib/asmeconf/asmeconf-template.tex36
1 files changed, 16 insertions, 20 deletions
diff --git a/macros/latex/contrib/asmeconf/asmeconf-template.tex b/macros/latex/contrib/asmeconf/asmeconf-template.tex
index 3788a13de4..4b2bf0cfa2 100644
--- a/macros/latex/contrib/asmeconf/asmeconf-template.tex
+++ b/macros/latex/contrib/asmeconf/asmeconf-template.tex
@@ -4,7 +4,7 @@
%% This file is asmeconf-template.tex, a LaTeX template to format ASME Conference papers according to
%% the requirements on ASME's conference web pages, and including hypertext support for the pdf.
%%
-%% This file is version 1.32 dated 2022/09/14
+%% This file is version 1.33 dated 2022/12/30
%%
%% As of version 1.11, this template defaults to ASME's newer conference guidelines first posted July 2019.
%% Those guidelines changed the requested author block formatting to be inline.
@@ -88,14 +88,11 @@
%% This change to the LaTeX kernel is being phased-in by the LaTeX3 team. Can delete if it gives you trouble.
%% Under LuaLaTeX, choose pdfstandard=A-3b (and be cautious when loading extra fonts)
-%\RequirePackage{pdfmanagement-testphase}%
-% \DocumentMetadata{%
-% pdfstandard=A-3b,% A-2b, A-2u, A-3b, or A-3u
-% pdfversion=1.7,
-% lang=en-US,
-% }%
- % 6 July 2022: this is breaking \hrefurl and \url. Not sure why, conflict with other parts of my code.
- % \renewcommand\hrefurl[2]{{#1}{#2}} \renewcommand\url[1]{#1}
+\DocumentMetadata{%
+ pdfstandard=A-3b,% A-2b, A-2u, A-3b, or A-3u
+ pdfversion=1.7,
+ lang=en-US,
+}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -104,7 +101,7 @@
%% Remove the [colorlinks] option before *final* submission to ASME, to get black text for printing,
%% but keep that option for other uses.
-\documentclass[balance,upint,subscriptcorrection,varvw,mathalfa=cal=boondoxo,spanish,french,vietnamese,russian,greek,pdf-a,fontspec,colorlinks]{asmeconf}
+\documentclass[balance,upint,subscriptcorrection,varvw,mathalfa=cal=boondoxo,spanish,french,vietnamese,russian,greek,colorlinks]{asmeconf}
%%%%% pdf metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -125,11 +122,11 @@
% 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 2022\linebreak International Mechanical Engineering Congress and Exposition}
-\ConfAcronym{IMECE2022}
-\ConfDate{October 30--November 3, 2022} % update
-\ConfCity{Columbus, OH} % update
-\PaperNo{IMECE2022-XXXX}
+\ConfName{Proceedings of the ASME 2023\linebreak International Mechanical Engineering Congress and Exposition}
+\ConfAcronym{IMECE2023}
+\ConfDate{October 29--November 2, 2023} % update
+\ConfCity{New Orleans, LA} % update
+\PaperNo{IMECE2023-XXXX}
% Units of measure (e.g., cm) and other specialty lowercase terms in the title should be
% enclosed in \NoCaseChange{...} to maintain lower case type
@@ -259,8 +256,7 @@ ASME prefers SI units. (U.S.\ style units may follow in parentheses.) Be sure to
\begin{figure}
\centering\includegraphics[width=0.7\linewidth]{sample-figure-1.pdf}
-\caption{Caption with math, eqn.~\eqref{eqn:fourier}: $z = (r,\phi)$ \cite{Lienhard2019b}\label{fig:1}}
-%\caption{Caption with math, eqn.~(\ref{eqn:fourier}): $z = (r,\phi)$ \cite{Lienhard2019b}}\label{fig:1}
+\caption{Caption with math, eqn.~\eqref{eqn:fourier}: $z = (r,\phi)$ \cite{Lienhard2019b}}\label{fig:1}
\end{figure}
%%%%%%%%%%%%% end figure %%%%%%%%%%%%%%%%%%%
@@ -294,7 +290,7 @@ Subsections and sub-subsection headings should be entered in title case, with th
%% Note that placement of figures and tables can managed with the [!tbhp] options. See: https://latexref.xyz/dev/latex2e.html#Floats
\begin{table}[t]
-\caption[Table]{A simple table\label{tab:1}}
+\caption[Table]{A simple table}\label{tab:1}
\centering{%
\begin{tabular}{llr}
\toprule
@@ -330,7 +326,7 @@ Our competitor's test & 72.321 & 141.384 \\
%%%%%%%%%%%%%%% begin two column table %%%%%%%%%%%%%%%%%%
\begin{table*}
-\caption{A table spanning two columns\label{tab:3}}%
+\caption{A table spanning two columns}\label{tab:3}%
\centering{%
\begin{tabular*}{0.8\textwidth}{@{\hspace*{1.5em}}@{\extracolsep{\fill}}ccc!{\hspace*{3.em}}ccc@{\hspace*{1.5em}}}
\toprule
@@ -413,7 +409,7 @@ Basic support for \texttt{eprint} numbers is also included, generating a url at
}%
\subcaption{Exterior region\label{fig:exterior-region}}
\end{subfigure}
-\caption{A figure with two subfigures \cite{Lienhard2019b}}\label{fig:2}
+\caption{A figure with two subfigures \cite{lienhard2023}\label{fig:2}}
\end{figure*}
%%%%%%%%%%%%%%%%%%% end two column figure %%%%%%%%%%%%%%%%%%%%%%%%%%