diff --git a/_extensions/arxiv/arxiv.sty b/_extensions/arxiv/arxiv.sty index 7838aba..67c4300 100644 --- a/_extensions/arxiv/arxiv.sty +++ b/_extensions/arxiv/arxiv.sty @@ -209,7 +209,7 @@ \centering {\LARGE\sc \@title\par} \@bottomtitlebar - \textsc{\runninghead}\\ + \textsc{\subhead}\\ \vskip 0.1in \def\And{% \end{tabular}\hfil\linebreak[0]\hfil% diff --git a/_extensions/arxiv/partials/before-body.tex b/_extensions/arxiv/partials/before-body.tex index 541b672..d9d76fd 100644 --- a/_extensions/arxiv/partials/before-body.tex +++ b/_extensions/arxiv/partials/before-body.tex @@ -3,6 +3,11 @@ $-- %%%% TODO %%%%% $-- Customize is needed, otherwise remove this partials to use Quarto default one $-- %%%%%%%%%%%%%%%% +$if(subhead)$ + \newcommand{\subhead}{$subhead$} +$else$ + \newcommand{\subhead}{} +$endif$ $if(has-frontmatter)$ \frontmatter $endif$ diff --git a/template.qmd b/template.qmd index ec83f1e..bbab47d 100644 --- a/template.qmd +++ b/template.qmd @@ -5,7 +5,8 @@ format: keep-tex: true linenumbers: false doublespacing: false - runninghead: "A Preprint" + runninghead: "Short title" + subhead: "This is the subhead on the title page" arxiv-html: default author: - name: Michael J Mahoney