Tagged Questions
6
votes
4answers
171 views
cleveref: configure symbol §/§§ for all sectioning types once time
I want to configure the section symbol § (singular and plural form §§) indistinctly for all types of sections (part, chapter, section, subsection, paragraph and so on). I use the cleveref package, but ...
3
votes
1answer
673 views
cleveref and titlesec, \section issues.
I have some problems with cleveref and titlesec, providing a minimal working example below:
\documentclass{report}
\usepackage{titlesec} %% <-- the issue as far as i know, but i need the package
...