-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtest.tex
47 lines (26 loc) · 1.11 KB
/
test.tex
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
45
46
47
\documentclass{article}
\begin{document}
Note: bibweb will not resolve every citation here: it will only
resolve the ones listed as having ``one match''.
\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}