Text Formatting ⇒ Removing ToC Header
-
- Posts: 4
- Joined: Sat Mar 31, 2012 5:04 pm
Removing ToC Header
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.
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
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
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 4
- Joined: Sat Mar 31, 2012 5:04 pm
Re: Removing ToC Header
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.
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.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Removing ToC Header
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.Felparkerad wrote:I don't understand the instructions for installing that package. […]
Code: Select all
kpsewhich babel.sty
This information is only necessary if you need to install some components subsequently from the package repositories of your Linux distribution.Felparkerad wrote:[…] If you want to know which OS and editor I'm using it's Kubuntu 10.10 with Kile. […]
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.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.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10