-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathws-ijprai_bib.tex
67 lines (40 loc) · 1.27 KB
/
ws-ijprai_bib.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
\documentclass{ws-ijprai}
\usepackage{url,overcite}
\def\btex{B\kern-.05em{i}\kern-.025em{b}\kern-.08em\TeX}
\begin{document}
\title{\btex ing in WSPC \btex\/ Style File}
\markboth{WSPC}{Using World Scientific's \btex\/ Style File}
\maketitle
\section{Usage}
\begin{verbatim}
\documentclass{ws-ijprai}
\usepackage{url,overcite}
\begin{document}
\section{Output}
Sample output using ws-ijprai bibliography style file ...
text\cite{best,pier,jame} ...
\bibliographystyle{ws-ijprai}
\bibliography{sample}
\end{document}
\end{verbatim}
\section{Output}
Sample output using ws-ijprai bibliography style file
\begin{enumerate}
\item article: text\cite{best,pier,jame}
\item proceedings: text\cite{Weiss94}
\item inproceedings: text\cite{conftypical,Moss94}
\item book: text\cite{ArmsRace1}
\item edition: text\cite{ComplexVariables}
\item editor: text\cite{ColBenh:93}
\item series: text\cite{inbook}
\item tech report: text\cite{hobby1992,CSTR116}
\item unpublished: text\cite{VoQS}
\item phd thesis: text\cite{Brown:1988:IEL}
\item masters thesis: text\cite{segms}
\item incollection: text\cite{Jones:Phoneme}
\item booklet: text\cite{URW:kerning}
\item misc: see Ref.~\citen{netpbm} for examples
\end{enumerate}
\bibliographystyle{ws-ijprai}
\bibliography{sample}
\end{document}