summaryrefslogtreecommitdiff
path: root/biblio/bibtex/utils/bibweb/test.tex
blob: 4d087081418d9061756171b7e1865b4ca5920c70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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}