GeneralModifying layout of table of literature

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
MeineKekse
Posts: 6
Joined: Sat Mar 03, 2012 12:55 pm

Modifying layout of table of literature

Post by MeineKekse »

Hey,

my problem is that i have to wirte the word "see" in front of my Internet resources in the table of literature. How can I manage to do so?


My MWE:

Code: Select all

\documentclass[12pt]{scrartcl}


%zitieren
\usepackage{url}
\urlstyle{rm}
\usepackage{natbib}
\bibliographystyle{unsrtdin}
\usepackage[colorlinks=false, pdfborder={0 0 0}]{hyperref}
\usepackage{breakurl}
\usepackage[super]{cite}
\makeatletter
\def\@citess#1{\textsuperscript{[#1]}}
\makeatother

\begin{document}

\cite{deset}

\addcontentsline{toc}{section}{\numberline{}Literaturverzeichnis}
\bibliography{literaturverzeichnis}
\bibliographystyle{plain}

\end{document}
and my bibtex file looks like:


Code: Select all

@Online{deset,
 author         = "{Deset Led Technology}",
 title          = "Control technology within the hardware",
 url            = "http://www.deset.de/displayberatung02.php",
 note           = "Online; Stand 3.3.2012]",
}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply