Re: Use of thebibliography and tableofcontents??
- From: "eksamor" <eksamor@xxxxxxxxx>
- Date: 29 Jun 2006 10:19:48 -0700
Lars Madsen skrev:
eksamor wrote:
I have in my .texfile made a section containing:
\section{Litt}
\begin{thebibliography}{120}
\bibitem{short} bla1
\bibitem{long} bla2
\bibitem{book} bla3
\bibitem{so} bla4
\end{thebibliography}
But when I look at the dvi file I get
1 Litt
Litteratur
....
But I would like only to get "1 Litt" (which corresponds to the entry
in my tableofcontent). How do I remove the extra title "Litteratur"
from "thebibliography"?
we need a bit more information about which document class you're using, which
packkages.
--
/daleif (remove RTFSIGNATURE from email address)
LaTeX FAQ: http://www.tex.ac.uk/faq
LaTeX book: http://www.imf.au.dk/system/latex/bog/ (in Danish)
Remember to post minimal examples, see URL below
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl
\documentclass[a4paper,12pt]{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[danish]{babel}
\usepackage{graphicx}
\usepackage{verbatim}
\usepackage{fancyhdr}
%\usepackage[active]{srcltx}
%\usepackage[top=30mm,left=30mm]{geometry}
\usepackage{amsmath}
\pagestyle{fancy}
\fancyhf{}
\rhead{\leftmark}
%\fancyhead[RE]{\slshape \rightmark}
\author{bob}
\title{kkk}
\begin{document}
\maketitle
\newpage
\tableofcontents
\newpage
.
- Follow-Ups:
- Re: Use of thebibliography and tableofcontents??
- From: Lars Madsen
- Re: Use of thebibliography and tableofcontents??
- References:
- Use of thebibliography and tableofcontents??
- From: eksamor
- Re: Use of thebibliography and tableofcontents??
- From: Lars Madsen
- Use of thebibliography and tableofcontents??
- Prev by Date: Re: laying out a hierarchical structure diagram
- Next by Date: Re: laying out a hierarchical structure diagram
- Previous by thread: Re: Use of thebibliography and tableofcontents??
- Next by thread: Re: Use of thebibliography and tableofcontents??
- Index(es):
Relevant Pages
|