Skip to content
Open
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
2 changes: 1 addition & 1 deletion _extensions/arxiv/arxiv.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down
5 changes: 5 additions & 0 deletions _extensions/arxiv/partials/before-body.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down
3 changes: 2 additions & 1 deletion template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down