summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
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
parenta1e48b7579d6dbf18a7c377134cd69c41be9cf08 (diff)
asmeconf (28dec23)
git-svn-id: svn://tug.org/texlive/trunk@69228 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/asmeconf/README.md7
-rw-r--r--Master/texmf-dist/doc/latex/asmeconf/asmeconf-template.pdfbin476945 -> 481906 bytes
-rw-r--r--Master/texmf-dist/doc/latex/asmeconf/asmeconf-template.tex2
-rw-r--r--Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls15
4 files changed, 13 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/asmeconf/README.md b/Master/texmf-dist/doc/latex/asmeconf/README.md
index 0a4a3a9c0c3..d5e7791076c 100644
--- a/Master/texmf-dist/doc/latex/asmeconf/README.md
+++ b/Master/texmf-dist/doc/latex/asmeconf/README.md
@@ -1,7 +1,7 @@
#asmeconf: A latex template for ASME conference papers#
- Version 1.35 dated 2022/10/19.
+ Version 1.36 dated 2022/12/28.
####Overview####
This class provides a LaTeX template for ASME Conference papers formatted according to
@@ -79,6 +79,9 @@
---
####Change log####
+ v1.36 (2022/12/28)
+ - Change option-passing to xcolor package to address recent changes that package's code which lead to an error message.
+
v1.35 (2022/10/19)
- Adjust pdf-a code to accommodate recent changes to hyperxmp package. NOTE: \\DocumentMetadata{ ..} is now preferred to using class option [pdf-a].
- Add option to not use boldface text in captions: [unboldcaption]
@@ -97,7 +100,7 @@
v1.31 (2022/07/04)
- Minor updates to address changes in the June 2022 release of LaTeX (PL 4) and the textcase package.
-- Add option to asmewide.sty to suppress final page column balancing, \[raggedend\], expand error message text.
+ - Add option to asmewide.sty to suppress final page column balancing, \[raggedend\], expand error message text.
v1.30 (2022/03/14)
- Edit code loading fonts for Greek, Vietnamese, and cyrillic languages under pdflatex, to ensure compatibility with newtx v1.71. These options now require LaTeX distributions 2020/02/02 or later.
diff --git a/Master/texmf-dist/doc/latex/asmeconf/asmeconf-template.pdf b/Master/texmf-dist/doc/latex/asmeconf/asmeconf-template.pdf
index f3cf860b339..335d1e2daa5 100644
--- a/Master/texmf-dist/doc/latex/asmeconf/asmeconf-template.pdf
+++ b/Master/texmf-dist/doc/latex/asmeconf/asmeconf-template.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/asmeconf/asmeconf-template.tex b/Master/texmf-dist/doc/latex/asmeconf/asmeconf-template.tex
index 318e173221c..c45170adb30 100644
--- a/Master/texmf-dist/doc/latex/asmeconf/asmeconf-template.tex
+++ b/Master/texmf-dist/doc/latex/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.35 dated 2023/10/19
+%% This file is version 1.36 dated 2023/12/28
%%
%% 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.
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.