summaryrefslogtreecommitdiff
path: root/biblio/bibtex/utils/alphabib/example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'biblio/bibtex/utils/alphabib/example.tex')
-rw-r--r--biblio/bibtex/utils/alphabib/example.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/biblio/bibtex/utils/alphabib/example.tex b/biblio/bibtex/utils/alphabib/example.tex
new file mode 100644
index 0000000000..b06fed0a9d
--- /dev/null
+++ b/biblio/bibtex/utils/alphabib/example.tex
@@ -0,0 +1,32 @@
+% cxBib example file
+\documentclass{article}
+
+\usepackage[bookmarksopen=true]{hyperref}
+\usepackage{tocbibind}
+
+\def\alphabibitempenalty{\penalty-1000}
+\def\alphabibitemskip{\vspace{0.6cm}}
+\def\alphabibitemlabel#1{}
+\def\alphabibitemcontent#1{\hspace{-\leftmargin}\hfill{\large\bfseries\sffamily--$\sim$~#1~$\sim$--}\hfill\hbox{}\\[-0.4cm]}
+
+\newcommand{\alphabib}{$\alpha$B{\scshape ib}}
+
+\begin{document}
+
+\title{Example file using \alphabib{}}
+\author{Mael Hill\'{e}reau}
+\date{18\textsuperscript{th} April 2006}
+
+\maketitle
+
+This file demonstrates the use of \alphabib{} script. In order to
+produce output, you will have to run \texttt{[pdf]latex},
+\texttt{bibtex}, \texttt{alphabib}, \texttt{[pdf]latex}, and then
+\texttt{[pdf]latex} again so as to get cross references.
+
+\nocite{*}
+
+\bibliographystyle{alpha}
+\bibliography{example}
+
+\end{document}