diff options
| author | Jaro <jarorutjes07@gmail.com> | 2024-09-05 15:31:27 +0200 |
|---|---|---|
| committer | Jaro <jarorutjes07@gmail.com> | 2024-09-05 15:31:27 +0200 |
| commit | 9629228f27b9585a83053f028952945f156cefbc (patch) | |
| tree | 28f7fff4ca54f8df07a9b606e5fd427659551dc3 /contributing.md | |
| parent | 441e03b613064552d8ab11a6a7eacf6d66d5b999 (diff) | |
| parent | c129df28338644c43b0a202ff71e1ff61107e765 (diff) | |
Merge branch 'master' of github.com:lonkaars/crepe-docs into jaro/project-plan
Diffstat (limited to 'contributing.md')
| -rw-r--r-- | contributing.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contributing.md b/contributing.md index ab14b71..770d02e 100644 --- a/contributing.md +++ b/contributing.md @@ -15,6 +15,22 @@ other document. - Images should be placed in the img/ folder - Labels and bibliography keys should only consist of characters from the following set: `[a-z0-9:-]` (lower-case, numbers, colon, dash). +- Quotes are opened with the tilde (<code>`</code>) + +# Banned practices + +- **Using `\newpage`** + + Widows and orphans are handled by LaTeX. If you want to prevent a page break + from occurring between two paragraphs, use the `\noparbreak` command at the + end of the first paragraph. For larger chunks, the `\needspace{<length>}` + command should be used instead. +- **Using `\href`** + + Add the source in sources.bib and cite this source instead. +- **Using `\textbf` or `\textit` to emphasize** + + Use `\emph`, single quotes or an em dash (`---`) instead. # References |