Tagged Questions
3
votes
2answers
105 views
Alignment marginnotes
I am trying to write a report for Uni, where I need something like what marginnotes does. The problem is I would need two different margins on the left side of the page. One for the chapter or ...
2
votes
1answer
73 views
Make the titles centered using the titlesec package
I am using the titlesec package to better define my section headings. I have a question about it: How can I make the titles already centered in the middle of the page? I have them centered (at the top ...
1
vote
1answer
101 views
Special chapter title formatting
Using the book class. I would like to have chapter titles that look like this:
| CHAPTER ## |
| Chapter Title (italic) |
Can titlesec do this?
6
votes
1answer
114 views
Centring a heading, including the numbering
I've got a problem that should be simple to fix. I'm using the fontspec to layout my chapter headings like so
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
...
5
votes
1answer
472 views
Format title: section number flush left and title centered?
How can I format with the titlesec package that I get somethine like this (this is a twocolumn document):
I do not know how to get the number to the left and the title in the center is this ...
3
votes
1answer
353 views
Center body and left margin in page
I'm using the titlesec package to put section titles to the left of their body, but I'd like for the entire page to appear centered. That is, I'd like for the space from the far left of the page to ...
9
votes
3answers
2k views
Underline and center headings
For a paper I have to make my LaTeX document guideline conforming. Many of you will already guess now that this means dirty work by violating virtually all possible typography standards.
My biggest ...
5
votes
1answer
2k views
Center aligning chapters
I'm using the following to center align chapters. Heres the code
\newcommand{\cchapter}[1]{\chapter[#1]{\centering #1}}
And using \cchapter to format chapters. But the chapter heading for eg. ...