Skip to content

Commit

Permalink
add ifthen package for newer jlreq.cls. Closes: #1718
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Jul 24, 2021
1 parent 4c52501 commit 360cd30
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 360cd30

Please sign in to comment.