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
|
% EXAMPLE PAGE FOR TIB -- FOR USE WITH test.refs
%
% For plain TeX: adjust \vglue just below if necessary.
% For footnotes (demo.6.p) comment out (%) the line "\vsize ..."
% just below and the line near the end beginning ".[]".
%
% For LaTeX, comment out (%) the line "\vsize ..." just below
% and activate the three indicated lines. Also activate the
% line "\end{document}" near the end. For footnotes (demo.6.l)
% comment out the second of the three lines and the line near
% the end beginning ".[]".
%
% next line for plain TeX
\vsize10.3truein\nopagenumbers\vglue-.5truein% adjust \vglue if necessary
%
% next 3 lines for LaTeX
%\documentstyle{article}\textwidth6.5truein\nofiles\oddsidemargin=0truein
%\pagestyle{empty}\textheight10.3truein\topmargin=-.7truein
%\begin{document}
\centerline{\bf Example Test Page}\smallskip
This example shows a citation for a book,[.griswold poage polonsky.]
a journal article,[.dieck.] a conference paper,[.lerch crustal.]
a technical report,[.lerch patel.] an article in a book,[.hoare engeler.]
and something that fits in no category.[.reagan.] Multiple citations
[.brooks, hoare engeler.] look like this---or this,%
[.brooks.].[.hoare engeler.] A run of citations [.derham, sra, knuth, tassel.]
can sometimes be hyphenated. The alternate citation style, for referring to
reference <.knuth.> in running text, is different. Extra text can be
inserted in citations.[.griswold poage polonsky <, chap.~2>.] Translations
can be referenced.[.arnold equations, arnold singularities,gantmacher.]
If necessary, letters are appended to citations to remove ambiguities.
If desired, citations can be sorted by any of several templates.[.lerch
crustal,lerch putney,hoare elba,hoare engeler.] If there are no authors,
editors are used instead;[.peitgen walther.] if there are also no editors, the
publishing institution is used.[.sra.] Sorting and citation creation is
based on the first capital letter in the last name.[.tassel,dieck,derham.]
Special strings can be part of references [.tex,momentum harmonic,derham,rapp.]
and special citation strings can be used.[.sra.] Also note
the performance of the abbreviation routine.[.thompson,peitgen.]
.[]\smallskip\centerline{\bf References}\smallskip %comment out for footnotes
%\end{document} %LaTeX
\bye %plain TeX
|