generated from quarto-journals/article-format-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5499801
commit 65f2b43
Showing
3 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
title: ArXiv Template | ||
author: Mike Mahoney | ||
version: 0.1.3 | ||
version: 0.1.4 | ||
contributes: | ||
formats: | ||
common: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
$-- You can use as many custom partials as you need. Convention is to prefix name with '_' | ||
$-- It can be useful to use such template to split some template parts in smaller pieces, which is easier to reuse. | ||
$-- It can be useful to use such template to split some template parts in smaller pieces, which is easier to reuse. | ||
$-- This '_custom.tex' is used on 'title.tex' as example. | ||
$-- See other existing format in quarto-journals/ organisation. | ||
$-- %%%% TODO %%%%% | ||
$-- Use it if you need to insert content at this specific place of the main Pandoc's template. Otherwise, remove it. | ||
$-- Here we are using it to format the authors part of the template. | ||
$-- %%%%%%%%%%%%%%% | ||
|
||
$it.name.literal$$if(it.orcid)$~\orcidlink{$it.orcid$}$endif$$for(it.affiliations/first)$\\$it.department$\\$it.name$\\$if(it.city)$$it.city$$if(it.postal-code)$,\ $it.postal-code$$endif$$endif$$endfor$\\$if(it.email)$\href{mailto:$it.email$}{$it.email$}$endif$ | ||
\textbf{$it.name.literal$}$if(it.orcid)$~\orcidlink{$it.orcid$}$endif$$for(it.affiliations/first)$\\$it.department$\\$it.name$\\$if(it.city)$$it.city$$if(it.postal-code)$,\ $it.postal-code$$endif$$endif$$endfor$\\$if(it.email)$\href{mailto:$it.email$}{$it.email$}$endif$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters