summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bibtopic/sample.tex
blob: 30a63e0aab287cd1c8ba40a0aec114a4741700ac (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
%%
%% This is file `sample.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% bibtopic.dtx  (with options: `sample.tex')
%% ----------------------------------------
%% Example TeX file for the documentation
%% of the bibtopic package
%% Copyright (C) 1998-2000 P. Basso, S. Ulrich
%%               2001-2004 S. Ulrich
%% 
%% Please send bug reports to: <stefanulrich@users.sourceforge.net>
%% 
%% See bibtopic.ins  for the copyright details.
%% 
\documentclass[10pt]{article}
\usepackage{bibtopic}
\begin{document}
\bibliographystyle{alpha}

\section{Testing}
Let's cite all the books: \cite{ColBenh:93} and
\cite{Munt:93}; and an article: \cite{RouxSmart:95}.

\begin{btSect}{books}
\section{References from books}
\btPrintCited
\end{btSect}

\begin{btSect}[plain]{articles}
\section{References from articles}
\btPrintCited

\section{Articles not cited}
\btPrintNotCited
\end{btSect}
\end{document}
\endinput
%%
%% End of file `sample.tex'.