Tagged Questions
5
votes
1answer
105 views
Section header for references shows wrong number
So I downloaded a nice looking article template which has a custom look for section titles. But now the number next to the References header is the same as that of the last section.
How do I fix ...
1
vote
1answer
205 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.
...
6
votes
1answer
193 views
Wrong section counter for references when using titlesec
Changing the style of my sections using the package titlesec works fine with these lines
\usepackage{titlesec}
\titleformat{\section}[block]{\large\scshape\centering{\Roman{section}.}}{}{1em}{}
but ...
2
votes
1answer
287 views
titlesec and bibliography
I use titlesec to capitalize and display the chapter title at the center. Everything is fine until I get to the bibliography, the word 'bibliography' is not capitalized. Here is an example
...
5
votes
1answer
458 views
titleformat not being applied to bibliography
Here is a MWE of the code I am using for applying a titleformat to my chapters.
But it does not get applied to my bibliography chapter.
Any ideas why?
\documentclass[a4paper,11pt]{report}
...