Tagged Questions
4
votes
2answers
92 views
How can I get legal style indentation on section, subsection, subsubsec.. using titlesec?
So far, I've been trying code from various examples, and landed with:
\usepackage(titlesec)
\titleformat{\section}[block]{\bfseries}{\thesection.}{1em}{}
...
4
votes
2answers
166 views
Heading number in margin using titlesec and/or komascript
Using titlesec and/or komascript how do I format all headings so the number is left aligned in the margin, the title to the right, with a horizontal rule underneath it all (from margin to text width ...
0
votes
0answers
151 views
Paragraph headings followed by line space and no indent, but indents or line space for “unheaded” paragraphs [closed]
I would like to have paragraphs with a heading followed by a line space (i.e. blank line) and then no indent for paragraph text after that line space.
By "paragraphs with a heading", I mean ...
7
votes
1answer
198 views
Translating custom \section format to titlesec
I have some custom \section formatting with a horizontal rule, and I'm trying to DRY out my code by using titlesec to define default formatting options. But I can't exactly reproduce what happens when ...
4
votes
1answer
276 views
Creating a bold and indented title.
Im working with an existing template and I need to make my sections bold and my subsections indented. I use the titlesec package.
My Section style is this
...
3
votes
1answer
505 views
Automatically adding \noindent after \section{*}
I'm using titlesec package and a document class ABNT Class which follows a Brazilian standard for document development. So far I've managed to follow the Brazilian Computer Association guidelines for ...
4
votes
1answer
838 views
Section indent or leftmargin
I use the titlesec package for decoration sections and subsections. But i do not know how to change leftmargin or indent for this.
Look at the picture, the green line is where i want to move the ...
10
votes
2answers
252 views
Fix indent for section title
I like to recreate the layout of an official template, in order to get rid of Word. Because the template is from the government, I must recreate it 1:1.
In the end, the document should look like ...
8
votes
2answers
991 views
How to get multi-line chapter name with ClassicThesis package?
I'm using the ClassicThesis by Miede for writing my thesis, the support package is Arsclassica.
It's a nice template, however I got a little problem with the Chapter name, some of them can be very ...
6
votes
2answers
2k views
paragraph style - how to force line break? \paragraph{} \\ - make paragraph a header?
I want to format paragraph to work as a regular title
\paragraph{title} text goes here
output of that is:
title text goes here
how can I change the output to force line break and use the usal ...
