Skip to content

Commit

Permalink
add amssymb,amsthm, and bm packages. Closes: #1224
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Dec 1, 2018
1 parent 7435c74 commit 4730a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/latex/review-jlreq/review-jlreq.cls
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ cls]
\RequirePackage{multirow}
\RequirePackage{amsmath}
\RequirePackage{amssymb}
\RequirePackage{amsthm}
\RequirePackage{needspace}
\RequirePackage{alltt}
\RequirePackage{float}
Expand Down
3 changes: 3 additions & 0 deletions templates/latex/review-jsbook/review-base.sty
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
\RequirePackage{float}
\RequirePackage{alltt}
\RequirePackage{amsmath}
\RequirePackage{amssymb}
\RequirePackage{amsthm}
\RequirePackage{bm}

%% if you use @<u>{} (underline), use jumoline.sty
\IfFileExists{jumoline.sty}{
Expand Down

0 comments on commit 4730a62

Please sign in to comment.