{titlesec} is a package providing an interface to {sectioning} commands.

learn more… | top users | synonyms

5
votes
0answers
87 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
132 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
35 views

Titlesec and Babel incompatibility?

I cannot find a way to change chapter style with babel included (for hungarian language). Here is the example: \documentclass[a4paper]{report} \usepackage[magyar]{babel} \usepackage{titlesec} ...
2
votes
0answers
56 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
28 views

Figure between title number and title

I'm using titlesec package and \titleformat command in display shape mode. (Unfortunately I am forced to do it, it's the format required for MSc thesis in my university...). The command in my .cls ...
1
vote
0answers
246 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
50 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 ...