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>
51 lines
1.9 KiB
YAML
51 lines
1.9 KiB
YAML
title: NeruIPS 2023 Template
|
|
author: Shao-Ting Chiu
|
|
version: 0.1.0
|
|
contributes:
|
|
formats:
|
|
pdf:
|
|
# define default configuration for the pdf version of your format
|
|
documentclass: article
|
|
papersize: letter
|
|
cite-method: natbib
|
|
number-sections: true
|
|
pdf-engine: pdflatex
|
|
toc: false
|
|
# Set this below (`biblio-config: false`) if your cls already load a bst file
|
|
# biblio-config: false
|
|
# Content to add in header that your format is using
|
|
header-includes: |
|
|
\usepackage[nonatbib, preprint]{neurips_2023}
|
|
\usepackage{algorithm}
|
|
\usepackage{algpseudocode}
|
|
\usepackage{amsmath}
|
|
\usepackage{amsthm}
|
|
\usepackage[utf8]{inputenc} % allow utf-8 input
|
|
\usepackage[T1]{fontenc} % use 8-bit T1 fonts
|
|
\usepackage{hyperref} % hyperlinks
|
|
\usepackage{url} % simple URL typesetting
|
|
\usepackage{booktabs} % professional-quality tables
|
|
\usepackage{amsfonts} % blackboard math symbols
|
|
\usepackage{nicefrac} % compact symbols for 1/2, etc.
|
|
\usepackage{microtype} % microtypography
|
|
\usepackage{xcolor} % colors
|
|
\usepackage{comment}
|
|
\usepackage{graphicx}
|
|
\bibliographystyle{abbrvnat}
|
|
\newtheorem{lemma}{Lemma}
|
|
template-partials:
|
|
# Add here the partials your format is using
|
|
- "partials/graphics.tex"
|
|
- "partials/before-body.tex"
|
|
- "partials/title.tex"
|
|
- "partials/_authors.tex"
|
|
format-resources:
|
|
# Add here the resources required for the PDF rendering
|
|
- neurips_2023.sty
|
|
html:
|
|
# define default configuration for the html version of your format
|
|
number-sections: true
|
|
toc: true
|
|
source: true
|
|
# Use a CSL file to style (https://www.zotero.org/styles/)
|
|
csl: https://www.zotero.org/styles/ieee |