Re: Use of thebibliography and tableofcontents??




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

.



Relevant Pages

  • Re: Use of thebibliography and tableofcontents??
    ... eksamor wrote: ... But when I look at the dvi file I get ... But I would like only to get "1 Litt" (which corresponds to the entry ... LaTeX FAQ: http://www.tex.ac.uk/faq ...
    (comp.text.tex)
  • Use of thebibliography and tableofcontents??
    ... I have in my .texfile made a section containing: ... But when I look at the dvi file I get ... But I would like only to get "1 Litt" (which corresponds to the entry ... How do I remove the extra title "Litteratur" ...
    (comp.text.tex)