Skip to content

Commit aa48d07

Browse files
Force vertical author list (fixes #2)
1 parent 65f2b43 commit aa48d07

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_extensions/arxiv/_extension.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: ArXiv Template
22
author: Mike Mahoney
3-
version: 0.1.4
3+
version: 0.1.5
44
contributes:
55
formats:
66
common:

_extensions/arxiv/partials/title.tex

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
$-- Provides configuration of document metadata for writing the title block.
2-
$-- Note that in addition to these templates and partials, Quarto will also make normalized authors and affiliations data available to the template,
1+
$-- Provides configuration of document metadata for writing the title block.
2+
$-- Note that in addition to these templates and partials, Quarto will also make normalized authors and affiliations data available to the template,
33
$-- making is easy to write custom title blocks against a standard schema.
44
$--
55
$-- %%%% TODO %%%%%
6-
$-- Customize is needed, like below for printing the authors. Otherwise remove this partials to use Quarto default one.
6+
$-- Customize is needed, like below for printing the authors. Otherwise remove this partials to use Quarto default one.
77
$-- %%%%%%%%%%%%%%%%
88
$if(title)$
99
\title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
@@ -17,5 +17,5 @@
1717
\makeatother
1818
\subtitle{$subtitle$}
1919
$endif$
20-
\author{${ by-author:_authors.tex()[\and \\] }}
21-
\date{$date$}
20+
\author{${ by-author:_authors.tex()[\\\\\\] }}
21+
\date{$date$}

0 commit comments

Comments
 (0)