Tagged Questions
1
vote
0answers
43 views
Beamer, TOC other language
In this code, I would like to have that the words out of Table of Contents (like section) will be translate into dutch. I thought that it would work with babel but it doesn't work and Latex doesn't ...
0
votes
1answer
73 views
I would like to Change “Inhaltsverzeichnis” to “Contents” [duplicate]
Possible Duplicate:
How to change the name of document elements like “Figure”, “Contents”, “Bibliography” etc.?
In order to fix overruns I have used the following code:
...
1
vote
0answers
38 views
Why do I get this error when using babel? [duplicate]
Possible Duplicate:
\tableofcontents encoding issue with lualatex
I tried adding babel package to my file - to get proper hyphenation for my language. But I get strange error, related ...
2
votes
1answer
179 views
babel and \contentsname, how to add extra customization?
This is what I'm trying to do:
\renewcommand{\contentsname}{
\vspace{-8mm}
{\Huge Table of Contents}\vspace{-3mm}
\rule{\linewidth}{0.5mm} \\[-4mm]
}
Using babel, I can get this code to work:
...
3
votes
1answer
215 views
How remove dot after section number in ToC with babel's spanish?
I'm using the book document class and the babel package with the spanish option, I have a ToC like this:
CHAPTER NAME
1.1. SECTION NAME
1.1.1. Subsection name
1.1.1.1. ...
6
votes
2answers
1k views
Appendix in LaTeX
I have the following document:
\documentclass[11pt,a4paper,twoside]{book}
\usepackage[spanish,activeacute]{babel}
\usepackage[titletoc]{appendix}
\begin{document}
\setcounter{tocdepth}{2}
...
4
votes
3answers
497 views
Something's wrong with tocloft
I want the right margin of TOC to be straight. Instead of this Latex violates the bound (Pic. 1). If babel is commented out (with the last \addcontentsline), the result is still buggy (Pic. 2). ...
4
votes
3answers
247 views
English minitoc entry within a Greek utf8 document
In a document set up as shown in the question Greek pdf bookmarks, the interesting bits are:
\documentclass[greek,english]{scrbook}
\usepackage[LGRx,T1]{fontenc} % define LGR and T1 encodings
...
12
votes
1answer
4k views
How to change the title of ToC?
I need to change default title of ToC. Is it possible with titlesec package?
Here is my MWE:
\documentclass{book}
\usepackage{titlesec}
...