-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyleeg.tex
131 lines (112 loc) · 3.89 KB
/
styleeg.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
%!TEX root=biblatex-tutorial.tex
\appendix
%\chapter{Examples}
\chapter{举例}
\label{chapter:examples}
The following pages give some simple examples. The examples are
typeset as a simple article format, using Times New Roman. In each
case (at least) three examplars are cited (drawn from the
|biblatex-examples.bib| database): one |book|, one |book| with an
editor, one |article| and one |incollection|: I've chosen these
because they seem to me to be typical of the sort of literature that
an academic article will cite, and once you see these it's quite easy
to predict how other entry types will be handled by the same style.
For reference, the |.bib| entries for the examples I have used are
given in figures \ref{eg:book}, \ref{eg:book2}, \ref{eg:incollection}
and \ref{eg:article} on pages \pageref{eg:book} to
\pageref{eg:article}.
In each example I have also shown the output generated by the four
main citation commands: \cs{cite}, \cs{autocite}, \cs{textcite} and
\cs{footcite}. Depending on the style, not all of these commands are
necessarily appropriate, of course.
\begin{figure}
\begin{Verbatim}[frame=single,fontsize=\small]
@book{worman,
author = {Worman, Nancy},
title = {The Cast of Character},
date = 2002,
publisher = {University of Texas Press},
location = {Austin},
langid = {english},
langidopts = {variant=american},
sorttitle = {Cast of Character},
indextitle = {Cast of Character, The},
subtitle = {Style in Greek Literature},
shorttitle = {Cast of Character},
}
\end{Verbatim}
\caption{A \texttt{book} entry: \texttt{worman}\label{eg:book}}
\end{figure}
\begin{figure}
\begin{Verbatim}[frame=single, fontsize=\small]
@book{aristotle:anima,
author = {Aristotle},
title = {De Anima},
date = 1907,
editor = {Hicks, Robert Drew},
publisher = cup,
location = {Cambridge},
keywords = {primary},
langid = {english},
langidopts = {variant=british},
}
\end{Verbatim}
\caption{A \texttt{book} with an editor: \texttt{aristotle:anima}\label{eg:book2}}
\end{figure}
\begin{figure}
\begin{Verbatim}[frame=single, fontsize=\small]
@collection{gaonkar,
editor = {Gaonkar, Dilip Parameshwar},
title = {Alternative Modernities},
date = 2001,
publisher = {Duke University Press},
location = {Durham and London},
isbn = {0-822-32714-7},
langid = {english},
langidopts = {variant=american},
}
@InCollection{gaonkar:in,
author = {Gaonkar, Dilip Parameshwar},
editor = {Gaonkar, Dilip Parameshwar},
title = {On Alternative Modernities},
date = 2001,
booktitle = {Alternative Modernities},
publisher = {Duke University Press},
location = {Durham and London},
isbn = {0-822-32714-7},
pages = {1-23},
}
\end{Verbatim}
\caption{An \texttt{incollection} entry: \texttt{gaonkar:in}\label{eg:incollection}}
\end{figure}
\begin{figure}
\begin{Verbatim}[frame=single, fontsize=\small]
@article{reese,
author = {Reese, Trevor R.},
title = {Georgia in Anglo-Spanish Diplomacy, 1736-1739},
journaltitle = {William and Mary Quarterly},
date = 1958,
series = 3,
volume = 15,
pages = {168-190},
langid = {english},
langidopts = {variant=american},
}
\end{Verbatim}
\caption{An \texttt{article}: \texttt{reese}\label{eg:article}}
\end{figure}
\clearpage
\includepdf[pages={1,2}]{./examples/chicago-authordate.pdf}
\includepdf[pages={1,2}]{./examples/chicagonotes.pdf}
\includepdf[pages={1,2}]{./examples/oscola.pdf}
\includepdf{./examples/ieee.pdf}
\includepdf{./examples/apa.pdf}
\includepdf[pages={1,2}]{./examples/mla.pdf}
\includepdf{./examples/dw-authortitle.pdf}
\includepdf{./examples/dw-footnote.pdf}
\includepdf{./examples/nature.pdf}
%%% Local Variables:
%%% coding: utf-8
%%% mode: LaTeX
%%% TeX-master: "biblatex-tutorial"
%%% End: