Tagged Questions
5
votes
2answers
50 views
Issue with titlesec page styles and appendix in book class
I'm using titlesec to set my page style in a book class. If I include an appendix, the header corresponding to the first chapter is "Appendix 1" instead of "Chapter 1".
\documentclass{book}
...
1
vote
1answer
247 views
titlesec - set top margin for the appendix and bibliography
A while ago I was helped using titlesec to format the chapter title for my thesis. Today a reviewer says that the appendix and the bibliography need 1in top margin. How do I do it? Thanks.
...
3
votes
2answers
387 views
Format appendix chapter title with titlesec in a scrbook
I'm writing a longer text and redefined the Design of a Chapter start page using titlesec. For example
\documentclass[cleardoublepage=empty,fontsize=11pt,a4paper,twoside,DIV=calc]{scrbook}
...
3
votes
1answer
711 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
...
10
votes
1answer
886 views
titlesec, hyperref, algorithm2e, and \appendix
When I use titlesec, hyperref, and algorithm2e together, sections after an \appendix are not numbered properly.
\documentclass{article}
\usepackage{titlesec}
\usepackage{hyperref}
...
