Search found 3 matches
- Mon Nov 11, 2013 11:27 pm
- Forum: General
- Topic: Problem with shorttoc
- Replies: 1
- Views: 3332
Problem with shorttoc
I'm using the package shorttoc to get a summary at the begining of my document (the toc is at the end). For the document is very long (a thesis) I want to reduce the vertical space between the items in the summary. Though the "tight" option is done for that kind of use, it's not working for me : the ...
- Mon Nov 11, 2013 9:52 pm
- Forum: XeTeX
- Topic: Polyglossia and toc
- Replies: 2
- Views: 6471
Polyglossia and toc
The problem is solved with the following code in the preamble :
Code: Select all
\makeatletter
% avoid the redefinition of `\thepart`
\patchcmd{\captionsfrench}{\def\thepart{}}{}{}{}
% patch \@part not to print the part number
\patchcmd{\@part}{\nobreakspace\thepart}{}{}{}
\makeatother
- Mon Nov 11, 2013 2:44 pm
- Forum: XeTeX
- Topic: Polyglossia and toc
- Replies: 2
- Views: 6471
Polyglossia and toc
Hello,
I've got a problem with the formatting of the table of contents, using xetex and the package polyglossia (language : french). I don' manage to get the number of parts before the title ...
Here is an ECM to understand this :
\documentclass[a4paper,12pt]{book}
\XeTeXinputencoding iso-8859 ...
I've got a problem with the formatting of the table of contents, using xetex and the package polyglossia (language : french). I don' manage to get the number of parts before the title ...
Here is an ECM to understand this :
\documentclass[a4paper,12pt]{book}
\XeTeXinputencoding iso-8859 ...