{titlesec} is a package providing an interface to {sectioning} commands.
5
votes
0answers
83 views
titlesec titlemarks not working with pdfcolparallel
As you can see from the screenshot the numbers showing the verse locations in the titlemarks only show the very last values which were set. If you comment out the line \usepackage{pdfcolparallel} and ...
4
votes
0answers
130 views
Trouble with titlesec
I've been using titlesec for quite some time now and want to "pimp up my style" ;)
I've read How to change header to list first section on page and not last section and tried to adapt the code for ...
2
votes
0answers
54 views
Follow-up question to: titlesec: \sectionmark breaking \ifthesection?
In answer to this question egreg showed how to trick titlesec into ignoring the fact that sectionmark command makes \ifthesection false when defining customization commands in headers. The solution ...
1
vote
0answers
242 views
How to assign distinct font, color and style to each sectioning environment of a document?
I am trying to compose with *TeX a document that looks like a GDR manual.
Basically I need to set a different font, style and color for chapter, section, subsection and subsubsection labels.
It is ...
0
votes
0answers
46 views
titlesec and fancyhdr not compatible?
When I am writing my thesis, I define a new pagestyle called "main" using titlesec package, for all the chapters, as follows:
\newpagestyle{main}{
\sethead{\bfseries \chaptertitle}{}{\bfseries ...