The tag system

Each tag refers to a unique item (section, lemma, theorem, etc.) in order for this project to be referenceable. These tags don't change even if the item moves within the text.

How to use it?

To find the tag for an item, check the PDF file or find the item from the table of contents. See below for LaTeX instructions on how to reference a tag.

More information

The tag system provides stable references to definitions, lemmas, propositions, theorems, remarks, examples, exercises, situations and even equations, sections and items. As the project grows, each of these gets a tag which will always point to the same mathematical result. The place of the lemma in the document may change, the lemma may be moved to a different chapter, but its tag always keeps pointing to it.

If it ever turns out that a lemma, theorem, etc. was wrong then we may remove it from the project. However, we will keep the tag, and there will be an explanation for its disappearance (in the file tags mentioned below).

How to reference tags

In your BibTeX file put

@misc{clowder-project,
    author       = {The {Clowder Project Authors}},
    title        = {\textit{The Clowder Project}},
    howpublished = {\url{https://clowderproject.com}},
    year         = {2024},
  }

Then you can use the citation code we provide for every tag to cite and link the corresponding tag, for example by

\cite[\href{https://clowderproject.com}{Tag 0123}]{clowder-project}

This can be changed according to your tastes. In order to make the \url and \href commands to work, one should use the hyperref package.