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 plautopatch #1645

Merged
merged 1 commit into from
Jan 13, 2021
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
5 changes: 3 additions & 2 deletions templates/latex/review-jlreq/review-jlreq.cls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%#!ptex2pdf -l -u -ot '-synctex=1' test-rejlreqbk
% Copyright (c) 2018-2020 Kenshi Muto.
% Copyright (c) 2018-2021 Kenshi Muto.
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,8 +19,9 @@
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
% THE SOFTWARE.

\IfFileExists{plautopatch.sty}{\RequirePackage{plautopatch}}{}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{review-jlreq}[2020/12/12 Re:VIEW 5.1 upLaTeX/LuaLaTeX class modified for jlreq.cls]
\ProvidesClass{review-jlreq}[2021/01/12 Re:VIEW 5.1 upLaTeX/LuaLaTeX class modified for jlreq.cls]

%% hook at end of reviewmacro
\let\@endofreviewmacrohook\@empty
Expand Down
5 changes: 3 additions & 2 deletions templates/latex/review-jsbook/review-jsbook.cls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%#!ptex2pdf -l -u -ot '-synctex=1' test-rejsbk
% Copyright (c) 2018-2020 Munehiro Yamamoto, Kenshi Muto.
% Copyright (c) 2018-2021 Munehiro Yamamoto, Kenshi Muto.
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,9 +19,10 @@
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
% THE SOFTWARE.

\IfFileExists{plautopatch.sty}{\RequirePackage{plautopatch}}{}
\NeedsTeXFormat{pLaTeX2e}
\ProvidesClass{review-jsbook}
[2020/12/12 v5.1 Re:VIEW pLaTeX class modified for jsbook.cls]
[2021/01/12 v5.1 Re:VIEW pLaTeX class modified for jsbook.cls]

\def\recls@error{\ClassError{review-jsbook}}
\def\recls@warning{\ClassWarning{review-jsbook}}
Expand Down