TBW
TBW
This project uses the package biblatex to handle the bibliography, therefore it needs biber as the bibliography tool, instead of bibtex. Additionally, it is suggested that all bib entries include a DOI and/or URL.
-
Use
\coloninstead of:for defining functions. -
Use
\midfor sets or group presentations. For example,\set{a \in A \mid a=b}is superior to\set{a \in A | a=b}. -
Leave space around most operators. For example,
f \colon X \to Yis superior tof:X\to Y. Possible exceptions are guided by readability, for example:\begin{equation} \sum_{i=1}^n = \frac{n(n+1)}{2}. \end{equation}
-
No punctuation inside math mode. Use
$a+b$,instead of$a+b,$. -
No line breaks in the middle of sentences.
-
Use line breaks at the end of each sentences.
-
No double blank spaces or trailing blank spaces.
-
Use tab instead of blank spaces for indentation.
-
All named environments with the possible exception of
documentshould be tabbed. For example,\begin{lemma*} Statement. \end{lemma*}
-
Do not use
$$...$$for display equations; instead, use one of the environments in the AMS display equation family or\[ \]
-
Leave a blank line before and after most environments. Possible exceptions are AMS display equation family.
-
Leave a blank line before and after sections and subsections.
-
Unless a there is a good reason not to, use
\dotsinstead of either\ldotsor\cdotsor others. Theamsmathpackage uses nearby operators to choose the right type of dots for\dots.