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

Add support for ulem package #249

Merged
merged 2 commits into from
Apr 9, 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
6 changes: 5 additions & 1 deletion iacrcc/iacrcc.cls
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\def\fileversion{0.65}
\def\fileversion{0.66}
\def\filedate{2024/04/09}

\NeedsTeXFormat{LaTeX2e}[1995/12/01]
Expand Down Expand Up @@ -179,6 +179,10 @@
\def\DIFadd#1{#1}%
\def\DIFdel#1{}%
}
% When the ulem package is loaded make sure to enable \normalem:
% this makes sure ulem does not replace italics with underlining
% in text emphasized by \emph, and to some extent by \em
\@ifpackageloaded{ulem}{\normalem}{}%
% The hyperref package is used to handle cross-referencing commands in
% LaTeX to produce hypertext links in the document. hyperref is fussy about
% the order in which it is loaded, and the official documentation recommends
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.65)}
subtitle = {iacrcc LaTeX Class Documentation (v0.66)}
]{How to Use the IACR Communications in Cryptology Class}

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