Skip to content

Commit

Permalink
tikz-related update to jheppub.sty.ltxml, 2013 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Feb 21, 2024
1 parent 8046a13 commit b2180c3
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions lib/LaTeXML/Package/jheppub.sty.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@ use warnings;
use LaTeXML::Package;

#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
RequirePackage('hyperref');
RequirePackage('color');
RequirePackage('natbib');
RequirePackage('amsmath');
RequirePackage('amssymb');
RequirePackage('amsthm');
# RequirePackage('aliascnt');
RequirePackage('epsfig');
RequirePackage('graphicx');
PassOptions('natbib', 'sty', 'numbers', 'compress');
RequirePackage('natbib');
RequirePackage('xcolor');
RequirePackage('hyperref');
RequirePackage('inst_support');
RequirePackage('tikz');
RequirePackage('tikz-cd');

# \author[]{}
DefMacro('\author[]{}',
'\ifx.#1.\else\@institutemark{#1}\fi'
Expand Down Expand Up @@ -107,6 +113,8 @@ DefMacro('\subheader{}', '');
DefMacro('\xtumfont{}', '\textsc{#1}');
Let('\oldthebibliography', '\thebibliography');
Let('\endoldthebibliography', '\endthebibliography');
DefMacro('\@fpheader', '');
DefMacro('\@journal', 'jhep');

#======================================================================
1;

0 comments on commit b2180c3

Please sign in to comment.