Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove showing the published date on the PDF page. #245

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions iacrcc/iacrcc.cls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\def\fileversion{0.62}
\def\filedate{2024/03/24}
\def\fileversion{0.63}
\def\filedate{2024/03/26}

\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\typeout{^^J *** LaTeX class for IACR Communications in Cryptology v\fileversion\space ***^^J}
Expand Down Expand Up @@ -53,7 +53,6 @@
\def\IACR@CROSSMARKURL{}
\global\let\IACR@Received\@empty
\global\let\IACR@Accepted\@empty
\global\let\IACR@Published\@empty

% etoolbox: is a toolbox of programming facilities geared primarily
% towards LaTeX class and package authors.
Expand All @@ -63,8 +62,8 @@
\tracinglostchars=3

% Options
% The jobname.iacrmetadata file will contain accepted \IACR@Received, \IACR@Accepted,
% \IACR@Published, and \IACR@DOI.
% The jobname.iacrmetadata file will contain
% \IACR@Received, \IACR@Accepted, and \IACR@DOI.
\InputIfFileExists{\jobname.iacrmetadata}{
\typeout{Inserted DOI into PDF}%
}{}
Expand Down Expand Up @@ -981,7 +980,6 @@
\ifcsstring{@IACRversion}{final}{% Only show this information on the final version
\ifx\IACR@Received\@empty\else Received: \IACR@Received \hfill{}\fi%
\ifx\IACR@Accepted\@empty\else Accepted: \IACR@Accepted \hfill{}\fi%
\ifx\IACR@Published\@empty\else Published: \IACR@Published\fi%
}{%
\ifdefined\@IACR@docdate@defined%
\ifx\@IACR@docdate\@empty%
Expand Down
Binary file modified iacrcc/iacrdoc.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion iacrcc/iacrdoc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
\def\BibLaTeX{Bib\LaTeX}

\title[running = {The iacrcc class},
subtitle = {iacrcc LaTeX Class Documentation (v0.62)}
subtitle = {iacrcc LaTeX Class Documentation (v0.63)}
]{How to Use the IACR Communications in Cryptology Class}

\genericfootnote{This is a generic footnote produced with \cmd[...]{genericfootnote}.}
Expand Down
Loading