ich habe ein Problem, dass andere so ähnlich auch schon hatten, allerdings haben mir die Antworten auf ihre Fragen nicht geholfen, wahrscheinlich weil ich eine andere Dokumentenklasse verwende:
Ich möchte ein Literaturverzeichnis erstellen und alles klappt gut, bis auf das Fehlen der eckigen Klammern im Verzeichnis. Kann mir jemand weiterhelfen?
Ich habe die beiden Dateien mini.tex:
\documentclass[prodmode,acmcsur]{acmsmall} %\usepackage[numbers]{natbib} \usepackage{amsmath} \usepackage{amssymb} \usepackage[intoc]{nomencl} \usepackage[ruled]{algorithm2e} \renewcommand{\algorithmcfname}{ALGORITHM} \SetAlFnt{\small} \SetAlCapFnt{\small} \SetAlCapNameFnt{\small} \SetAlCapHSkip{0pt} \IncMargin{-\parindent} \DeclareMathOperator{\Tr}{Tr} \begin{document} \markboth{autor}{titel} \title{titel} \author{autor} \affil{uni} \keywords{zeug} \begin{bottomstuff} \end{bottomstuff} \maketitle \section{1} \cite{paper2} \section{2} \cite{paper1} \tableofcontents \bibliography{bibliographie} \bibliographystyle{plain} \end{document}
@Article{paper1, author = {bb}, title = {aa}, journal = {Cool 345}, year = {2004}, OPTkey = {•}, OPTvolume = {•}, OPTnumber = {•}, OPTpages = {•}, OPTmonth = {•}, OPTnote = {•}, OPTannote = {•} } @Article{paper2, author = {asda}, title = {adasd}, journal = {sss}, year = {2001}, OPTkey = {•}, OPTvolume = {•}, OPTnumber = {•}, OPTpages = {•}, OPTmonth = {•}, OPTnote = {•}, OPTannote = {•} }
Danke schonmal!
Milu