Text FormattingRemoving ToC Header

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Felparkerad
Posts: 4
Joined: Sat Mar 31, 2012 5:04 pm

Removing ToC Header

Post by Felparkerad »

I'm an amateur user and I've just finished writing my first real report. I've faced an issue which I have not found an answer to after many various searches. When I use \tableofcontents latex automatically sets the page header to "Contents" which is pretty disturbing since the report is in Swedish. What command do I have to change to get the header I want?
Last edited by Felparkerad on Sat Mar 31, 2012 6:37 pm, edited 1 time in total.

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Removing ToC Header

Post by localghost »

With the babel package and a corresponding language option for Swedish the header should at least appear correctly. Due to missing information more than this assumption is not possible.


Best regards and welcome to the board
Thorsten
Felparkerad
Posts: 4
Joined: Sat Mar 31, 2012 5:04 pm

Re: Removing ToC Header

Post by Felparkerad »

I don't understand the instructions for installing that package.

If you want to know which OS and editor I'm using it's Kubuntu 10.10 with Kile. Besides from that I don't think there is any more information you might have use of since I'm just trying to use the standard ToC.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Removing ToC Header

Post by localghost »

Felparkerad wrote:I don't understand the instructions for installing that package. […]
Installation should not be necessary since this package should be part of your TeX distribution. Check on the terminal whether the package is present or not.

Code: Select all

kpsewhich babel.sty
Felparkerad wrote:[…] If you want to know which OS and editor I'm using it's Kubuntu 10.10 with Kile. […]
This information is only necessary if you need to install some components subsequently from the package repositories of your Linux distribution.
Felparkerad wrote:[…] Besides from that I don't think there is any more information you might have use of since I'm just trying to use the standard ToC.
As you may suppose. But don't be surprised if you don't get specific help. A minimal example that shows a problem is always helpful.
Post Reply