summaryrefslogtreecommitdiff
path: root/biblio/bibtex/utils/bibweb/test.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /biblio/bibtex/utils/bibweb/test.tex
Initial commit
Diffstat (limited to 'biblio/bibtex/utils/bibweb/test.tex')
-rw-r--r--biblio/bibtex/utils/bibweb/test.tex44
1 files changed, 44 insertions, 0 deletions
diff --git a/biblio/bibtex/utils/bibweb/test.tex b/biblio/bibtex/utils/bibweb/test.tex
new file mode 100644
index 0000000000..4d08708141
--- /dev/null
+++ b/biblio/bibtex/utils/bibweb/test.tex
@@ -0,0 +1,44 @@
+\documentclass{article}
+\begin{document}
+
+\cite{adams;hopf-invariant-one} % should produce two matches
+
+% \cite{palmieri.j*} % too many matches
+
+\cite{kan-miller-splitting-spaces} % one match
+
+\cite{kan-miller;splitting-spaces} % one match, might be faster
+ % than previous one
+
+\cite{hopkins.m*;global} % one match
+
+\cite{serre.j*} % too many
+
+\cite{serre-kan} % no matches
+
+% \cite{palmieri->95} % several matches
+
+\cite{serre-faisceaux} % too many
+
+\cite{miller-wilkerson-vanishing} % two matches
+
+% \cite{miller-wilkerson-vanishing-<1985} % two matches, slow
+
+\cite{miller-wilkerson;vanishing-steenrod} % one match
+
+\cite{miller-wilkerson;vanishing-steenrod;pure} % one match
+
+% \cite{miller-wilkerson;vanishing-steenrod;pure;<1985} % one match, slow
+
+\cite{devinatz-hopkins-nilpotence} % two matches
+
+\cite{hopkins-devinatz-nilpotence} % four matches
+
+% \cite{palmieri-<1993} % too many, slow
+
+\cite{brown-comenetz} % 2 matches
+
+\bibliography{test}
+\bibliographystyle{alpha}
+
+\end{document}