0
votes
0answers
68 views

Title indentation after linebreak

I have a document with a few long-named sections, which breaks at two lines, like this: To meet some standarts I need to change indentation of this titles (after linebreak) at the level of normal ...
0
votes
1answer
209 views

How to fit the title into a single line?

I think I am just too new to the LaTeX environment. Do I just change the font size to fit the title into a single line? Then how do one change the font size of the title? Is there any other ...
1
vote
1answer
161 views

overfull hbox in the chapter

What is the preferred way of fixing an overfull hbox problem when it complains about the chapter title. MWE (complains about the \chapter{Chapter title} line): \documentclass[12pt,twoside]{book} ...
1
vote
1answer
136 views

Line break in section name

Is there any easy way to force a line break in a section name manually, without getting the line break in the Table of Contents? It's because I have a rather long section name, and it breaks just only ...
4
votes
1answer
190 views

Manually Break line in custom chapter title

\documentclass[openany, 10pt]{book} \usepackage[utf8]{inputenc} \usepackage[MeX]{polski} \usepackage{titleps} \usepackage{lipsum} \usepackage{tocloft} \renewcommand\cftchapaftersnum{.}% adds dot ...
8
votes
2answers
1k views

Newlines after section headings in amsart

This latex code: \documentclass[9pt]{amsart} \begin{document} \subsubsection*{Animals} Rabbit horse monkey cow \end{document} Generates something that looks approximately like this: ...
2
votes
1answer
120 views

subsubsection description and title not separated

When I have \subsubsection{sub sub section} Some Contents and some description for it. I cannot distinguish between the title and description as they appear in the same line. For instance if I do: ...
1
vote
1answer
673 views

chapter title long and necessity to cut it

my chapter title is too long and I have the necessity to cut it in two different lines. well which could be the best way to cut it?I tried using \newline but unfortunately this modification affects ...
3
votes
1answer
1k views

How to make (force) line-break in Chapter Title (in ToC, Chapter, Header) - if possible?

I've found how to make different text for Title appearing in ToC, Chapter and headers Chapter title in header too long : \chapter[medium-length title for TOC, if wanted]{full title name} ...
5
votes
2answers
4k views

New line and no indent after \paragraph?

I tried to use a \paragraph-environment, but I do want a new line after the title and no indent in the first textline. New line is easy, but the first line is indented even if I use \noindent, ...
7
votes
3answers
1k views

Avoid hyphenation in chapter title

I wonder if there is a way to avoid hyphenation of words in the title of a chapter. I have tried \mbox but that makes the word run over the margin. I've also tried inserting a \\ in front of the ...
6
votes
2answers
896 views

Section titles, hyphenation, manual line breaks - and how to avoid them

I have several section titles in my document that are getting hyphenated, which is quite ugly. I am now looking for some way to avoid the hyphenation, which is is somewhat related to this question, ...
2
votes
1answer
711 views

How to prevent linebreak between subsection header and content?

I want a. to be in the same line with {w | w begins ... Yesterday, I found one solution that uses some commands to set the subsection title but I can't find it today since I did not remember the ...
2
votes
1answer
256 views

Oddly wide spaces in subsection title

I have a problem, this is what it looks like: And this is the code: \subsection{Bakterienst\"amme und Anzuchtbedingungen} Where does the huge whitespace come from?
7
votes
1answer
487 views

How to avoid line breaking after subsection in Memoir?

\documentclass{memoir} \usepackage[english]{babel} \usepackage[latin1]{inputenc} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsthm} \usepackage{bbm} ...
5
votes
1answer
334 views

Control breaking of overlong section titles

I have following code: \section{This is some long text and probably it will be broken} I would like to prevent word division like: This is some long text and pro- bably it will be broken And the ...
5
votes
3answers
405 views

Disallow hyphenated words go into the margin in section heading

I had a long section heading that the last word will hyphenate at the end, which goes into the margin. Minimal working example: \documentclass{article} \usepackage[english]{babel} ...
14
votes
2answers
6k views

How to put a line-break in section heading?

I have some section headings occupying two lines and I'm not satisfied with the way XeLaTeX breaks the heading. If I manually add \\ the output looks fine, but I get the following warning: [hyperref] ...
4
votes
1answer
416 views

Writing in the same line as the section title

I needed to add some text after some of my section title and it certainly needs to be in the same line, and not to be in ToC or bookmarks. Therefore i decided to create my own subsection-type-thingy ...
3
votes
3answers
3k views

How to get new line after \subparagraph title?

Is there a default way to change the style of the \subparagraph title, namely to add a new line after the title? Is there a way to do it without \renewcommand (some style changes of something else) - ...
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 ...
7
votes
3answers
4k views

No newline after (sub)section?

I want my text to appear right after the call to \subsection{Name} but I can't find how to do it. I'm using the article class. An example of command: \subsection{a)} Blah blah bla... produces: ...