mirror of
https://github.com/wassname/steer-heal-love.git
synced 2026-06-27 15:32:28 +08:00
7db5a56cb1
docs/writeup/paper.qmd (2pp NeurIPS), references.bib, neurips_2023.sty, the quarto _extensions. justfile gains `paper` (latex) and `paper-html` (no latex) recipes. gitignore the generated paper.pdf/paper.tex and the transient .claude/. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
17 lines
833 B
TeX
17 lines
833 B
TeX
$-- 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.
|
|
$-- 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)$%
|
|
$if(it.department)$$it.department$\\$endif$%
|
|
$if(it.name)$$it.name$\\$endif$%
|
|
$if(it.address)$$it.address$\\$endif$%
|
|
$endfor$%
|
|
$if(it.email)$\texttt{$it.email$}$endif$ |