Skip to content

Commit

Permalink
Merge pull request #240 from IACR/hyphenateurl
Browse files Browse the repository at this point in the history
Long URLs should be hyphenated
  • Loading branch information
jwbos authored Mar 25, 2024
2 parents ad82fae + 1c6d7cd commit c8c979c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions iacrcc/iacrcc.cls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\def\fileversion{0.59}
\def\filedate{2024/02/14}
\def\fileversion{0.60}
\def\filedate{2024/03/24}

\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\typeout{^^J *** LaTeX class for IACR Communications in Cryptology v\fileversion\space ***^^J}
Expand Down Expand Up @@ -923,6 +923,10 @@
}
\fi%!biblatex
% xurl: Allow URL breaks at any alphanumerical character
% Load xurl *after* biblatex to ensure the same behavior
\RequirePackage{xurl}
\global\let\@IACR@License\@empty%
\newcommand\license[1]{%
\gdef\@IACR@License{#1}%
Expand Down
Binary file modified iacrcc/iacrdoc.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions 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.59)}
subtitle = {iacrcc LaTeX Class Documentation (v0.60)}
]{How to Use the IACR Communications in Cryptology Class}

\genericfootnote{This is a generic footnote produced with \cmd[...]{genericfootnote}.}
Expand Down Expand Up @@ -471,8 +471,8 @@ \section{Typesetting the Bibliography}
from \url{http://www.dblp.org} or \url{https://cryptobib.di.ens.fr/}.
All references should have DOIs if at all possible.

You may use either \BibTeX\ or \BibLaTeX. If you use \BibTeX,
then the \texttt{iacrcc} class will load the
You must use either \BibTeX\ or \BibLaTeX; you may not format your own bibliography.
If you use \BibTeX, then the \texttt{iacrcc} class will load the
\verb+\bibliographystyle{alphaurl}+ style. You may not change
this. If you use \BibLaTeX, then this is done using
\verb+\documentclass[biblatex]{iacrcc}+ instead of
Expand Down

0 comments on commit c8c979c

Please sign in to comment.