diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/bibtopic/sample.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/bibtopic/sample.tex | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bibtopic/sample.tex b/Master/texmf-dist/doc/latex/bibtopic/sample.tex new file mode 100644 index 00000000000..30a63e0aab2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bibtopic/sample.tex @@ -0,0 +1,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'. |