doc: add DOIs to most citations

* doc/spot.bib: Here.
* doc/tl/tl.tex: Fix a citation.
This commit is contained in:
Alexandre Duret-Lutz 2020-02-19 10:40:40 +01:00
parent 05cf6683ce
commit 00cd9b7719
2 changed files with 94 additions and 49 deletions

View file

@ -16,6 +16,7 @@
%\usepackage{showlabels}
\usepackage{tabulary}
\usepackage[numbers]{natbib}
\usepackage{doi}
\usepackage{rotating}
\usepackage{booktabs}
\usepackage{tikz}
@ -770,7 +771,7 @@ it for output. $b$ must be a Boolean formula.
\end{align*}
The following adds input support for the SVA concatenation (or delay)
operator~\cite{systemverilog.04.lrm}. The simplest equivalence are
operator~\cite{systemverilog.18.std}. The simplest equivalence are
that $f \DELAY{0} g$, $f \DELAY{1} g$, $f \DELAY{2} g$ mean
respectively $f \FUSION g$, $f \CONCAT g$, and
$f \CONCAT \1\CONCAT g$, but the delay can be a range, and $f$ can be