Tagged Questions
6
votes
1answer
137 views
Why do I need \newrefsegment when I already specify refsegment=section?
The following works well and shows exactly what I want. I am just wondering
about this: Why do I have to use \newrefsegment, if I already specified
refsegment=section? I expected everything to work ...
2
votes
1answer
124 views
Using both titlesec and fncychap in the same document
I have created my thesis using fncychap to customize the chapters. There are also chapters starred created using chapter*{}. I would add an hrule in those chapters. As the user mafp suggested me, it ...
1
vote
1answer
195 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 ...
19
votes
2answers
820 views
Incompatibilities between KOMA-Script and titlesec
This is a complementary question to About memoir and titlesec incompatibility. The titlesec manual states (p. 2) that the package
[...] works with the standard classes and with many others, ...
14
votes
1answer
496 views
About memoir and titlesec incompatibility
In page 2 of the titlesec documentation, Javier Bezos writes
titlesec works with the standard classes and with many others,
including the AMS ones, and it runs smoothly with hyperref.
...
3
votes
1answer
249 views
Strange interaction between natbib and algorithm2e
Here's a minimal example.
\documentclass{article}
\usepackage{titlesec}
\usepackage{algorithm2e}
\usepackage{natbib}
\begin{document}
\bibliographystyle{plainnat}
\begin{thebibliography}{1}
...
3
votes
2answers
1k views
titlesec versus titling; mangling \thetitle
I want to have the chapter name and title of the document appear in the header; I know how to do that with fancyhdr and titling, one of the miscellaneous functions of the latter is to preserve the ...