Questions tagged [sections-paragraphs]

{sections-paragraphs} is about the lower-level sectioning commands from \section to \subparagraph that help to form the logical structure of documents. This tag should only be used in addition to the more general {sectioning}.

is about the lower-level sectioning commands from \section to \subparagraph that help to form the logical structure of documents. This tag should only be used in addition to the more general .

461 questions
10
votes
1 answer

numbering of \paragraph command

Due to the limitations of the number of subsubsections, subsubsubsections that we can use, I notice that I could replace that with the command \paragraph. Now when I use that, I am amazed by its function and would like to consult two things: In my…
Sandra
  • 481
4
votes
2 answers

How to insert an image on line to all \section and \subsection?

I have to insert an image a begin of every \section and \subsection using those LaTeX commands. I have tried this: \renewcommand{\@seccntformat}[1]{\mbox{\includegraphics{FigureFISSE/IconaT1.eps}\quad\mbox{\csname…
2
votes
2 answers

How to write sections in following format?

I am not able to find a function to write this. Please help!
Unknown
  • 29
2
votes
1 answer

Change "paragraph" to "subsubsubsubsection"

When I make reference to paragraphs in Latex, I'd actually like it to say "subsubsubsubsection" (not my choice of formatting) instead of referring to "paragraph 1.0.0.1" in the document produced by the MWE. How can I replace the word "paragraph" in…
Lisa
  • 123
2
votes
1 answer

hanging indent conflict with section space

In some parts of my document, I want to have hanging indent on paragraphs. I noticed that the section space gets messed up when I use \hangparas. Compared to other sections in the document, there is less vertical space between sections when I use…
2
votes
1 answer

Paragraph highlights before each section

In front of each section in my book I want to have a list of highlights for some paragraph, just like in this Darwin's book: I don't know what is the right name for this feature, that's why can't find the right LaTeX package. What is it? Which…
yegor256
  • 12,021
2
votes
1 answer

Smaller macron use in \section

I achived generating smaller macrons thanks to Tobi's code from Question 263549, but Latex throws "Undefined control sequence" if I try to use it in \section, \subsection and so on. How can I make the command \smartmacron (code follows) work in…
dessert
  • 568
1
vote
1 answer

set paragraph headings in colour

I am trying to get my paragraph headings to be in color, so I try: \documentclass{article} \usepackage{lipsum} \usepackage{gentium,color,titlesec} \definecolor{tuftsblue}{rgb}{0.08, 0.37,…
1
vote
1 answer

How to change the color in ' \section{.} '

\documentclass[12]{article} \usepackage{lmodern} \usepackage{amsmath} \usepackage{amssymb} \usepackage{mathrsfs} \usepackage{amsthm} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[french]{babel}…
mohammed
  • 151
1
vote
0 answers

\paragraph does not act as \section, the body text continues on the same line

Hi My \paragraph after \subsubsection does not act as a section, the text continues on the same line as title. Please help.
1
vote
1 answer

How to show section number shown in \paragraph?

\usepackage{titlesec} \setcounter{secnumdepth}{5} \setcounter{tocdepth}{5} \titleformat{\paragraph} [hang] {\normalfont\normalsize\bfseries {\theparagraph} {1em} {} %% When I use \paragraph underneath a \subsubsection, the \paragraph doesn't have a…
1
vote
2 answers

End subsubsection or section

Good morning, my new problem is very simple, but i don't understand exactly how to fix it. I have a \section{Name of my section} After, I added \subsection{name of my new subsection} Finally, I added \subsubsection{name of my new…
1
vote
1 answer

Remove spacing within text block

In my MWE below, I am using \parskip = \baselineskip but wanted to remove the following spacings: Here is my code: \documentclass[11pt]{book} \usepackage{enumitem} \setlist{nolistsep} \usepackage{amsmath,amsfonts,amssymb,amsthm, bm} \parskip =…
Joe
  • 9,080
1
vote
0 answers

How to get "subsubsections" in the table of contents if the document class is book?

I want to use the book class for a thesis and need to provide the table of content with chapter-section-subsection-subsubsection, all four should be displayed. Is there any trick to make it, as I only get chapter-section-subsection if I use the…
1
2