summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-12-28 23:03:48 +0000
committerKarl Berry <karl@freefriends.org>2023-12-28 23:03:48 +0000
commit178327a035c24607bf4f6ccdf09de05680ec9fbe (patch)
treed1ab21f3652a0257ec1cb51e145502e5c25738a8 /Master/texmf-dist/tex
parenta1e48b7579d6dbf18a7c377134cd69c41be9cf08 (diff)
asmeconf (28dec23)
git-svn-id: svn://tug.org/texlive/trunk@69228 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls15
1 files changed, 7 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls b/Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls
index 2d523be7503..31cb16cb71d 100644
--- a/Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls
+++ b/Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls
@@ -5,8 +5,8 @@
%% ASME conference requirements as represented on ASME's conference web pages in 2022.
%%
%% This file's version and date:
- \def\versionno{1.35}
- \def\versiondate{2023/10/19\space}
+ \def\versionno{1.36}
+ \def\versiondate{2023/11/19\space}
%%
%% Author: John H. Lienhard, V
%% Department of Mechanical Engineering
@@ -47,7 +47,7 @@
%%
%% LICENSE:
%%
-%% Copyright (c) 2022 John H. Lienhard
+%% Copyright (c) 2023 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,
@@ -333,7 +333,7 @@
\define@key{pdfaopt}{pdfaconformance}[u]{%
% \PassOptionsToPackage{pdfaconformance=#1}{hyperref}%
\str_set:Ne \l_tmp_str { \str_uppercase:n {#1} }
- \typeout{\l_tmp_str}
+% \typeout{\l_tmp_str}
\AtBeginDocument{\hypersetup{pdfaconformance=\l_tmp_str}}
}
\ExplSyntaxOff
@@ -452,9 +452,8 @@
\RequirePackage[sort&compress,numbers]{natbib}
\setlength\bibsep{1pt plus 1pt minus 1pt}
-\RequirePackage{graphicx}
-\ifpdftex\def\MyColorOption{fixpdftex}\else\ifluatex\def\MyColorOption{luatex}\else\def\MyColorOption{}\fi\fi
-\RequirePackage[hyperref,\MyColorOption,dvipsnames,svgnames,x11names]{xcolor}
+\RequirePackage{graphicx} % remove obsolete options, 2023/11/19
+\RequirePackage[dvipsnames,svgnames,x11names]{xcolor}
%%%%%%%%%%%% Table related %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1372,7 +1371,7 @@
%% A separate command command for nomenclature subheadings
\NewDocumentCommand\EntryHeading{m}{%
\itemsep3\p@ plus 1\p@ minus 1\p@%
- \goodbreak\item[\itshape#1\hfill]\setlength\itemsep\savitemsep\@itempenalty=1000%
+ \goodbreak\item[\itshape#1\hfill]\mbox{}\setlength\itemsep\savitemsep\@itempenalty=1000%
}
%% Increase first optional argument to a dimension > 2em if wide entries cause undesired misalignment of columns.