免疫比浊法是什么意思
Tagged with formatting sectioning
358 questions
0
votes
1
answer
51
views
Issues with chapter/section/part customisation
I have this problem when I try to customise my chapters/sections :
Furthermore, I'd like to center my Part number down here:
I use this code for each category :
\newlength\rulewp
\titleformat{\part}[...
13
votes
2
answers
62k
views
Simple Way to Format Section Titles
Any package documentation that looks like this:
\titleformat{<command>}[<shape>]{<format>}{<label>}{<sep>}{<before-code>}[<after-code>]
is considerably ...
0
votes
1
answer
42
views
How do you remove commands from printing in the file outline when using \section?
I am trying to setup a document and wanted to include the section marks in the same line as the section's title. However, I do not want the section to show the command in the file outline.
e.g. I have ...
1
vote
1
answer
93
views
How can I centre decorative bullets around section titles?
I would like to have decorative bullets on either side of my section headings. I would also like these to be vertically centred relative to the heading, even if it's wrapped. Finally, I would like to ...
3
votes
1
answer
127
views
Different chapter formatting
For a book, my publisher asks me to distinguish between a "normal chapter" (chapter 1,2,3...) and a "special chapter" (like "foreword" or "bibliography") with ...
5
votes
2
answers
187
views
How to change the numeration of sections from "0.x" to "1", "2", etc.?
So I've looked through some similar (but not the same) questions, I've look through the template I was given but I don't understand how do I change the numeration of the sections from "0.x" ...
4
votes
2
answers
149
views
Table of contents not showing when \section is renewed
I am very new to LaTeX so forgive me if my question is not clear enough. I am trying to renew the \section command. I want to add space before and after each section and I want to change the font. I ...
0
votes
0
answers
57
views
Renew command \chapter raises error
I have the following MWE that raises error, but I cannot find how to solve it. With the code, I need:
All pages to be numbered after the TOC (including the pages where chapters begin)
Chapter titles ...
0
votes
1
answer
44
views
How to get bold text for symbols in a heading [duplicate]
One thing I have never been able to fix it the headings which don't print the symbols of latex like they print the text. For instance:
\documentclass[bibliography=totocnumbered]{scrartcl}
\usepackage{...
0
votes
1
answer
70
views
Section title with lines on either side - left justified
I am trying to create a section title that is left justified, but with lines filling out either side of the title, like this:
-- Section Title --------------------------
This question and this ...
12
votes
1
answer
6k
views
beautiful section styles
I came across to website of IREM which I found beautiful section style in the following file Original file was created with PDFLaTeX.
Could someone please create those styles for sections and ...
0
votes
1
answer
88
views
Chapter Formant: CHAPTER 1 -> CHAPTER ONE
The new requirement of my school is CHAPTER 1 -> CHAPTER ONE. I check the .cls file, may I know how to adjust this?
I appreciate your help
% Chapter formatting in TOC
\renewcommand{\cftchapindent}{...
0
votes
1
answer
182
views
How to redefine chapter*
I would like to save the name of the chapter* sections to a variable and to achieve this I am trying to redefine the chapter* command, how could I do this? Any help would be greatly appreciated.
\...
0
votes
0
answers
29
views
how i can make the numer of subsection in right side
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{latexsym}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage[english, russian]{babel}
\usepackage{nopageno}
\...
0
votes
0
answers
15
views
Customized section name superposing summary words [duplicate]
I have created a customized subsection name
\renewcommand\thesubsection{Parte \Alph{subsection}.}
But it is conflicting with the Table of Contents because "Parte" is too long, as below:
...