Skip to content

Commit

Permalink
Merge pull request #1719 from kmuto/ifthen
Browse files Browse the repository at this point in the history
add ifthen package for newer jlreq.cls
  • Loading branch information
kmuto authored Jul 24, 2021
2 parents 4c52501 + 360cd30 commit 691fa9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/latex/review-jlreq/review-jlreq.cls
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

\IfFileExists{plautopatch.sty}{\RequirePackage{plautopatch}}{}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{review-jlreq}[2021/06/28 Re:VIEW 5.2 upLaTeX/LuaLaTeX class modified for jlreq.cls]
\ProvidesClass{review-jlreq}[2021/07/24 Re:VIEW 5.3 upLaTeX/LuaLaTeX class modified for jlreq.cls]

%% hook at end of reviewmacro
\let\@endofreviewmacrohook\@empty
Expand All @@ -37,7 +37,7 @@
\PassOptionsToPackage{nosetpagesize}{graphicx}%%for TL16 or higher version
}{}

\RequirePackage{xkeyval,everypage}
\RequirePackage{xkeyval,everypage,ifthen}

%% useful helpers
\newcommand\recls@get@p@[2]{%
Expand Down

0 comments on commit 691fa9b

Please sign in to comment.