This package provides a BibLaTeX (NOT BibTeX) citation styles for Mathematical articles, which looks alike amsrefs
.
It currently provides the following themes:
math-numeric
, which uses numbers like [1]
, [2]
, [3]
... as a reference label.math-alphabetic
, which uses the part of author names such as [FMS88b]
or [Coh74]
.In either case, we provide the following package options:
sentencedtitle
(default: true
)true
, for example, The Proof of Riemann Hypothesis
will be rendered as "The proof of riemann hypothesis". To prevent letters to be downcased, you can use braces: The Proof of {Riemann} Hypothesis
will result in The proof of Riemann hypothesis
.
You also have to embrace maths with {
and }
, as in A short proof of {$1 + 1 \neq 2$}
, otherwise LaTeX halts with an error.
dashed
(default: true
)_____
, as in amsrefs
.Copy ./tex/latex/biblatex-math/*
to $TEXMF
and run mktexlsr
.
LaTeX's.