aboutsummaryrefslogtreecommitdiff
path: root/contributing.md
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-09-27 14:33:15 +0200
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-09-27 14:33:15 +0200
commit96775d053500676e0c7daebad70c5f7d3299418d (patch)
tree99b2bed0322b2316f62bff3f6f88354d0e5e3191 /contributing.md
parent83999b29846e1338e43bf9b2fe7489d778cb7d0c (diff)
parent3a0cc3f0720ed644d602295dc9d2d6bfc21f2d65 (diff)
Merge branch 'master' into niels/design
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/contributing.md b/contributing.md
index c11c834..46cfeca 100644
--- a/contributing.md
+++ b/contributing.md
@@ -2,10 +2,6 @@ This document is an extension of the [crêpe engine contribution
guidelines][crepe-engine-contrib]. Rules in this document override those in the
other document.
-# Versioning
-
-- TODO: discuss w/ group
-
# Code style
- Indent using tabs
@@ -21,6 +17,8 @@ other document.
- Only environments indent the LaTeX source code
- Insert a non-breaking space (`~`) after (Latin) abbreviations such as "i.e."
or "e.g.". Never place a comma after either of these.
+- Multiple references (both `\cref` and `\autocite`) should be done in a single
+ command (i.e. `\cref{fig:a,fig:b}` and `\autocite{source1,source2}`)
# Banned practices