% 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}