{% extends "layout.html" %} {% block title %}How to cite tag {{ tag.tag }}{% endblock %} {% block head %} {% endblock %} {% block breadcrumb %} {{ macros.breadcrumb(breadcrumb) }} {% endblock %} {% block neighbours %}
{% endblock %} {% block body %}

How to cite tag {{ tag.tag }}

Go back to the tag page.

You can use one of the following citations in your LaTeX code.

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 %}