Tagged Questions
1
vote
1answer
191 views
Conflict between the packages titlesec and marginnote
In the following code, the use of the package titlesec modifies dramatically the formatting based on the package marginnote. The package titlesec is needed so as to use this.
Is there one possibility ...
6
votes
1answer
471 views
Vertically aligning a marginnote and a section title
In the following code, the marginnote is logically aligned to the lipsum text. I would like to align the marginnote to the title of the section.
What's the trick to use ?
% Source : ...
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 ...