Tagged Questions
4
votes
2answers
218 views
Wrong vertical position of heading created by \printindex [duplicate]
Possible Duplicate:
Setting the same distance from the top of the page for chapter and index titles
When compiling the following example, you can see that the heading heading "Index" ...
2
votes
1answer
227 views
Placement of multiple columns in multiple indices with multind and svmono.cls
I'm trying to implement multiple indices in my LaTeX file. I have to use the style file of Springer (svmono.cls; -> Link to zipped Springer Style) and did the indices with the package multind.
...
8
votes
2answers
576 views
Capitalization of Titles and Headers
I'm attempting to capitalize certain titles or headings in my LaTeX file. Specifically, if I want to use \printindex, \listoffigures, or \listoftables the title heading on each of these will be ...
6
votes
1answer
158 views
How to “clean” what is sent to the table of contents? (Remove index etc.)
I want to use markup commands such as \pkg{classicthesis} that not only typeset the entry, but that have side-effects such as adding a margin note or index entry. (See the example below.)
My problem ...
5
votes
1answer
400 views
How to change chapter created by \printindex to section?
I wonder if there is a solution to the following problem: I wanted to create an index with the package makeidx and the scrartcl document class. \printindex creates a chapter called "Index". But all I ...
6
votes
1answer
180 views
Setting the same distance from the top of the page for chapter and index titles
I noticed that the distance from the top of the page to the chapter title differs from the table of contents and list of <> ones. I can see why, as these elements have specific purposes and ...
3
votes
1answer
158 views
Formatting the index from the songs package
I've been using the songs package to generate songbooks. I've been tweaking the package for my needs, but one of the remaining issues is the \showindex command. Consider the following code:
...