{% extends "layout.html" %} {% block title %}How to cite tag {{ tag.tag }}{% endblock %} {% block head %} {% endblock %} {% block breadcrumb %} {{ macros.breadcrumb(breadcrumb) }} {% endblock %} {% block neighbours %}
You can use one of the following citations in your LaTeX code.
\cite[\href{https://stacks.math.columbia.edu/tag/{{ tag.tag }}}{Tag {{ tag.tag }}}]{stacks-project}
\cite[\href{https://stacks.math.columbia.edu/tag/{{ tag.tag }}}{% raw %}{{% endraw %}{{ tag.type | capitalize }} {{ tag.tag }}{% raw %}}{% endraw %}]{stacks-project}
\href{https://stacks.math.columbia.edu/tag/{{ tag.tag }}}{Tag {{ tag.tag }}}
\href{https://stacks.math.columbia.edu/tag/{{ tag.tag }}}{% raw %}{{% endraw %}{{ tag.type | capitalize }} {{ tag.tag }}}
You can use the following in your BibTeX file.
@misc{stacks-project,
author = {The {Stacks project authors}},
title = {The Stacks project},
howpublished = {\url{https://stacks.math.columbia.edu}},
year = {% raw %}{{% endraw %}{{ time.year }}},
}
You can also consider using the @online
type in BibLaTeX, changing the the howpublished
to url
. Another neat trick in BibLaTeX is the shorthand
field, which you could set to SP
or Stacks
.
{% endblock %}