How to change the spacing between numbering and text in subsection
I am a Master student and currently I am writing the thesis. My University did provide a template but it is in Microsoft Office Word but I am using latex. The attached figure is the example of the heading and the table of content.
I need the word CHAPTER 1 and INTRODUCTION set to center but the section remain on the left. Besides, the tableofcontents
generate a different style of TOC compare the template of my University. Any suggestion and modification to make thing works?
Thank You.
documentclass[12pt,a4paper]{report}
usepackage[tmargin=1in,bmargin=1in,lmargin=1.5in,rmargin=1.in]{geometry}
begin{document}
tableofcontents
chapter{INTRODUCTION}
section{What is a flow}
end{document}
sectioning koma-script scrreprt
New contributor
|
show 2 more comments
I am a Master student and currently I am writing the thesis. My University did provide a template but it is in Microsoft Office Word but I am using latex. The attached figure is the example of the heading and the table of content.
I need the word CHAPTER 1 and INTRODUCTION set to center but the section remain on the left. Besides, the tableofcontents
generate a different style of TOC compare the template of my University. Any suggestion and modification to make thing works?
Thank You.
documentclass[12pt,a4paper]{report}
usepackage[tmargin=1in,bmargin=1in,lmargin=1.5in,rmargin=1.in]{geometry}
begin{document}
tableofcontents
chapter{INTRODUCTION}
section{What is a flow}
end{document}
sectioning koma-script scrreprt
New contributor
Welcome to TeX.SE! What shouldsubsection*{1.1 What is flow}
do? Use insteadsubsection{What is flow}
. Please make your given code snippet compilable!
– Kurt
2 hours ago
The reason I usedsubsection*{1.1 What is flow}
is to avoid the default numbering as it shown 0.0.1 but I need 1.1.
– K3iTH
2 hours ago
2
You are doing this all wrong. It starts with an unnumbered chapter that you number by hand. Please read an introduction to LaTeX.
– Johannes_B
1 hour ago
3
Please do not edit your question to completely change the requirements of an answer. Rather ask a new question instead.
– TeXnician
24 mins ago
2
And please do ask only one question per question. For ToC configuration please ask another question (if you cannot find a similar one that already answers your question).
– Schweinebacke
20 mins ago
|
show 2 more comments
I am a Master student and currently I am writing the thesis. My University did provide a template but it is in Microsoft Office Word but I am using latex. The attached figure is the example of the heading and the table of content.
I need the word CHAPTER 1 and INTRODUCTION set to center but the section remain on the left. Besides, the tableofcontents
generate a different style of TOC compare the template of my University. Any suggestion and modification to make thing works?
Thank You.
documentclass[12pt,a4paper]{report}
usepackage[tmargin=1in,bmargin=1in,lmargin=1.5in,rmargin=1.in]{geometry}
begin{document}
tableofcontents
chapter{INTRODUCTION}
section{What is a flow}
end{document}
sectioning koma-script scrreprt
New contributor
I am a Master student and currently I am writing the thesis. My University did provide a template but it is in Microsoft Office Word but I am using latex. The attached figure is the example of the heading and the table of content.
I need the word CHAPTER 1 and INTRODUCTION set to center but the section remain on the left. Besides, the tableofcontents
generate a different style of TOC compare the template of my University. Any suggestion and modification to make thing works?
Thank You.
documentclass[12pt,a4paper]{report}
usepackage[tmargin=1in,bmargin=1in,lmargin=1.5in,rmargin=1.in]{geometry}
begin{document}
tableofcontents
chapter{INTRODUCTION}
section{What is a flow}
end{document}
sectioning koma-script scrreprt
sectioning koma-script scrreprt
New contributor
New contributor
edited 5 mins ago
Schweinebacke
21.1k4474
21.1k4474
New contributor
asked 3 hours ago
K3iTHK3iTH
83
83
New contributor
New contributor
Welcome to TeX.SE! What shouldsubsection*{1.1 What is flow}
do? Use insteadsubsection{What is flow}
. Please make your given code snippet compilable!
– Kurt
2 hours ago
The reason I usedsubsection*{1.1 What is flow}
is to avoid the default numbering as it shown 0.0.1 but I need 1.1.
– K3iTH
2 hours ago
2
You are doing this all wrong. It starts with an unnumbered chapter that you number by hand. Please read an introduction to LaTeX.
– Johannes_B
1 hour ago
3
Please do not edit your question to completely change the requirements of an answer. Rather ask a new question instead.
– TeXnician
24 mins ago
2
And please do ask only one question per question. For ToC configuration please ask another question (if you cannot find a similar one that already answers your question).
– Schweinebacke
20 mins ago
|
show 2 more comments
Welcome to TeX.SE! What shouldsubsection*{1.1 What is flow}
do? Use insteadsubsection{What is flow}
. Please make your given code snippet compilable!
– Kurt
2 hours ago
The reason I usedsubsection*{1.1 What is flow}
is to avoid the default numbering as it shown 0.0.1 but I need 1.1.
– K3iTH
2 hours ago
2
You are doing this all wrong. It starts with an unnumbered chapter that you number by hand. Please read an introduction to LaTeX.
– Johannes_B
1 hour ago
3
Please do not edit your question to completely change the requirements of an answer. Rather ask a new question instead.
– TeXnician
24 mins ago
2
And please do ask only one question per question. For ToC configuration please ask another question (if you cannot find a similar one that already answers your question).
– Schweinebacke
20 mins ago
Welcome to TeX.SE! What should
subsection*{1.1 What is flow}
do? Use instead subsection{What is flow}
. Please make your given code snippet compilable!– Kurt
2 hours ago
Welcome to TeX.SE! What should
subsection*{1.1 What is flow}
do? Use instead subsection{What is flow}
. Please make your given code snippet compilable!– Kurt
2 hours ago
The reason I used
subsection*{1.1 What is flow}
is to avoid the default numbering as it shown 0.0.1 but I need 1.1.– K3iTH
2 hours ago
The reason I used
subsection*{1.1 What is flow}
is to avoid the default numbering as it shown 0.0.1 but I need 1.1.– K3iTH
2 hours ago
2
2
You are doing this all wrong. It starts with an unnumbered chapter that you number by hand. Please read an introduction to LaTeX.
– Johannes_B
1 hour ago
You are doing this all wrong. It starts with an unnumbered chapter that you number by hand. Please read an introduction to LaTeX.
– Johannes_B
1 hour ago
3
3
Please do not edit your question to completely change the requirements of an answer. Rather ask a new question instead.
– TeXnician
24 mins ago
Please do not edit your question to completely change the requirements of an answer. Rather ask a new question instead.
– TeXnician
24 mins ago
2
2
And please do ask only one question per question. For ToC configuration please ask another question (if you cannot find a similar one that already answers your question).
– Schweinebacke
20 mins ago
And please do ask only one question per question. For ToC configuration please ask another question (if you cannot find a similar one that already answers your question).
– Schweinebacke
20 mins ago
|
show 2 more comments
1 Answer
1
active
oldest
votes
Please note, you should not do the numbering of chapters, sections and subsections manually. One of the basic features of LaTeX is, that numbering is done automatically, table of contents is done automatically and also cross references from one section to another is done automatically. All these things are configurable. One feature of KOMA-Script is, that a lot of things are highly configurable. But this needs to use the correct commands. Without using the correct commands you would have to do almost everything manually. This is nothing you would like.
Chapter headings with prefix line "Chapter Nr." can be used with KOMA-Script option chapterprefix
. And then you can reconfigure the font sizes, the horizontal and vertical skips and several other attributes of the headings. Here is an example:
documentclass[
12pt,
% a4paper,% Can be removed, because it is the default.
chapterprefix,% Use chapter headings with prefix line (see scrguien.pdf).
]{scrreprt}
usepackage[tmargin=1in,bmargin=1in,lmargin=1.5in,rmargin=1.in]{geometry}
% margin (must you use such an ugly margin setup?
% usepackage{times}% http://ctan.org/pkg/times
usepackage{newtxtext,newtxmath}% times is obsolete this is one of the alternatives
setkomafont{disposition}{normalcolorbfseries}% sectfont is deprecated (see scrguien.pdf)
usepackage{scrhack}% to improve e.g. setspace (see scrguien.pdf).
usepackage[onehalfspacing]{setspace}% You can setup onehalfspacing already loading the package.
usepackage[document]{ragged2e}% Note: The option also influences the ToC, LoF, LoT etc.
usepackage{graphicx}
usepackage{amsmath,amssymb,latexsym}
pagenumbering{roman}% seems scrbook would be the better choice
renewcommand*{raggedchapter}{centering}% Avoid usage of sectsty to reduce
% the possibility of compatibility issues.
RedeclareSectionCommand[innerskip=baselineskip,afterskip=baselineskip,font=normalsize,prefixfont=normalsize]{chapter}% see scrguien.pdf
RedeclareSectionCommands[beforeskip=-baselineskip,afterskip=baselineskip,font=normalsize]{section,subsection}% see scrguien.pdf
% changes of headings number format:
renewcommand*{chapterformat}{% add MakeUppercase to the original definition
mbox{%
MakeUppercase{% added
chapappifchapterprefix{nobreakspace}%
}%
thechapterautodot
IfUsePrefixLine{}{enskip}}%
}
renewcommand*{sectionformat}{%
makebox[3em][l]{thesectionautodot}% 3em is the width resevered for the number
}
renewcommand*{subsectionformat}{%
makebox[3em][l]{thesubsectionautodot}% 3em is the width resevered for the number
}
usepackage{blindtext}% for example dummy text only
begin{document}
chapter{INTRODUCTION}
section{What is flow}
blindtext
section{Gravity current}
blindtext
subsection{Compositional gravity current}
blindtext
subsection{ Particle-driven current}
blindtext
end{document}
resulting in:
Please read an introduction to LaTeX and after the introduction the documentation of the used commands and options in the KOMA-Script manual.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
K3iTH is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f469292%2fhow-to-change-the-spacing-between-numbering-and-text-in-subsection%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Please note, you should not do the numbering of chapters, sections and subsections manually. One of the basic features of LaTeX is, that numbering is done automatically, table of contents is done automatically and also cross references from one section to another is done automatically. All these things are configurable. One feature of KOMA-Script is, that a lot of things are highly configurable. But this needs to use the correct commands. Without using the correct commands you would have to do almost everything manually. This is nothing you would like.
Chapter headings with prefix line "Chapter Nr." can be used with KOMA-Script option chapterprefix
. And then you can reconfigure the font sizes, the horizontal and vertical skips and several other attributes of the headings. Here is an example:
documentclass[
12pt,
% a4paper,% Can be removed, because it is the default.
chapterprefix,% Use chapter headings with prefix line (see scrguien.pdf).
]{scrreprt}
usepackage[tmargin=1in,bmargin=1in,lmargin=1.5in,rmargin=1.in]{geometry}
% margin (must you use such an ugly margin setup?
% usepackage{times}% http://ctan.org/pkg/times
usepackage{newtxtext,newtxmath}% times is obsolete this is one of the alternatives
setkomafont{disposition}{normalcolorbfseries}% sectfont is deprecated (see scrguien.pdf)
usepackage{scrhack}% to improve e.g. setspace (see scrguien.pdf).
usepackage[onehalfspacing]{setspace}% You can setup onehalfspacing already loading the package.
usepackage[document]{ragged2e}% Note: The option also influences the ToC, LoF, LoT etc.
usepackage{graphicx}
usepackage{amsmath,amssymb,latexsym}
pagenumbering{roman}% seems scrbook would be the better choice
renewcommand*{raggedchapter}{centering}% Avoid usage of sectsty to reduce
% the possibility of compatibility issues.
RedeclareSectionCommand[innerskip=baselineskip,afterskip=baselineskip,font=normalsize,prefixfont=normalsize]{chapter}% see scrguien.pdf
RedeclareSectionCommands[beforeskip=-baselineskip,afterskip=baselineskip,font=normalsize]{section,subsection}% see scrguien.pdf
% changes of headings number format:
renewcommand*{chapterformat}{% add MakeUppercase to the original definition
mbox{%
MakeUppercase{% added
chapappifchapterprefix{nobreakspace}%
}%
thechapterautodot
IfUsePrefixLine{}{enskip}}%
}
renewcommand*{sectionformat}{%
makebox[3em][l]{thesectionautodot}% 3em is the width resevered for the number
}
renewcommand*{subsectionformat}{%
makebox[3em][l]{thesubsectionautodot}% 3em is the width resevered for the number
}
usepackage{blindtext}% for example dummy text only
begin{document}
chapter{INTRODUCTION}
section{What is flow}
blindtext
section{Gravity current}
blindtext
subsection{Compositional gravity current}
blindtext
subsection{ Particle-driven current}
blindtext
end{document}
resulting in:
Please read an introduction to LaTeX and after the introduction the documentation of the used commands and options in the KOMA-Script manual.
add a comment |
Please note, you should not do the numbering of chapters, sections and subsections manually. One of the basic features of LaTeX is, that numbering is done automatically, table of contents is done automatically and also cross references from one section to another is done automatically. All these things are configurable. One feature of KOMA-Script is, that a lot of things are highly configurable. But this needs to use the correct commands. Without using the correct commands you would have to do almost everything manually. This is nothing you would like.
Chapter headings with prefix line "Chapter Nr." can be used with KOMA-Script option chapterprefix
. And then you can reconfigure the font sizes, the horizontal and vertical skips and several other attributes of the headings. Here is an example:
documentclass[
12pt,
% a4paper,% Can be removed, because it is the default.
chapterprefix,% Use chapter headings with prefix line (see scrguien.pdf).
]{scrreprt}
usepackage[tmargin=1in,bmargin=1in,lmargin=1.5in,rmargin=1.in]{geometry}
% margin (must you use such an ugly margin setup?
% usepackage{times}% http://ctan.org/pkg/times
usepackage{newtxtext,newtxmath}% times is obsolete this is one of the alternatives
setkomafont{disposition}{normalcolorbfseries}% sectfont is deprecated (see scrguien.pdf)
usepackage{scrhack}% to improve e.g. setspace (see scrguien.pdf).
usepackage[onehalfspacing]{setspace}% You can setup onehalfspacing already loading the package.
usepackage[document]{ragged2e}% Note: The option also influences the ToC, LoF, LoT etc.
usepackage{graphicx}
usepackage{amsmath,amssymb,latexsym}
pagenumbering{roman}% seems scrbook would be the better choice
renewcommand*{raggedchapter}{centering}% Avoid usage of sectsty to reduce
% the possibility of compatibility issues.
RedeclareSectionCommand[innerskip=baselineskip,afterskip=baselineskip,font=normalsize,prefixfont=normalsize]{chapter}% see scrguien.pdf
RedeclareSectionCommands[beforeskip=-baselineskip,afterskip=baselineskip,font=normalsize]{section,subsection}% see scrguien.pdf
% changes of headings number format:
renewcommand*{chapterformat}{% add MakeUppercase to the original definition
mbox{%
MakeUppercase{% added
chapappifchapterprefix{nobreakspace}%
}%
thechapterautodot
IfUsePrefixLine{}{enskip}}%
}
renewcommand*{sectionformat}{%
makebox[3em][l]{thesectionautodot}% 3em is the width resevered for the number
}
renewcommand*{subsectionformat}{%
makebox[3em][l]{thesubsectionautodot}% 3em is the width resevered for the number
}
usepackage{blindtext}% for example dummy text only
begin{document}
chapter{INTRODUCTION}
section{What is flow}
blindtext
section{Gravity current}
blindtext
subsection{Compositional gravity current}
blindtext
subsection{ Particle-driven current}
blindtext
end{document}
resulting in:
Please read an introduction to LaTeX and after the introduction the documentation of the used commands and options in the KOMA-Script manual.
add a comment |
Please note, you should not do the numbering of chapters, sections and subsections manually. One of the basic features of LaTeX is, that numbering is done automatically, table of contents is done automatically and also cross references from one section to another is done automatically. All these things are configurable. One feature of KOMA-Script is, that a lot of things are highly configurable. But this needs to use the correct commands. Without using the correct commands you would have to do almost everything manually. This is nothing you would like.
Chapter headings with prefix line "Chapter Nr." can be used with KOMA-Script option chapterprefix
. And then you can reconfigure the font sizes, the horizontal and vertical skips and several other attributes of the headings. Here is an example:
documentclass[
12pt,
% a4paper,% Can be removed, because it is the default.
chapterprefix,% Use chapter headings with prefix line (see scrguien.pdf).
]{scrreprt}
usepackage[tmargin=1in,bmargin=1in,lmargin=1.5in,rmargin=1.in]{geometry}
% margin (must you use such an ugly margin setup?
% usepackage{times}% http://ctan.org/pkg/times
usepackage{newtxtext,newtxmath}% times is obsolete this is one of the alternatives
setkomafont{disposition}{normalcolorbfseries}% sectfont is deprecated (see scrguien.pdf)
usepackage{scrhack}% to improve e.g. setspace (see scrguien.pdf).
usepackage[onehalfspacing]{setspace}% You can setup onehalfspacing already loading the package.
usepackage[document]{ragged2e}% Note: The option also influences the ToC, LoF, LoT etc.
usepackage{graphicx}
usepackage{amsmath,amssymb,latexsym}
pagenumbering{roman}% seems scrbook would be the better choice
renewcommand*{raggedchapter}{centering}% Avoid usage of sectsty to reduce
% the possibility of compatibility issues.
RedeclareSectionCommand[innerskip=baselineskip,afterskip=baselineskip,font=normalsize,prefixfont=normalsize]{chapter}% see scrguien.pdf
RedeclareSectionCommands[beforeskip=-baselineskip,afterskip=baselineskip,font=normalsize]{section,subsection}% see scrguien.pdf
% changes of headings number format:
renewcommand*{chapterformat}{% add MakeUppercase to the original definition
mbox{%
MakeUppercase{% added
chapappifchapterprefix{nobreakspace}%
}%
thechapterautodot
IfUsePrefixLine{}{enskip}}%
}
renewcommand*{sectionformat}{%
makebox[3em][l]{thesectionautodot}% 3em is the width resevered for the number
}
renewcommand*{subsectionformat}{%
makebox[3em][l]{thesubsectionautodot}% 3em is the width resevered for the number
}
usepackage{blindtext}% for example dummy text only
begin{document}
chapter{INTRODUCTION}
section{What is flow}
blindtext
section{Gravity current}
blindtext
subsection{Compositional gravity current}
blindtext
subsection{ Particle-driven current}
blindtext
end{document}
resulting in:
Please read an introduction to LaTeX and after the introduction the documentation of the used commands and options in the KOMA-Script manual.
Please note, you should not do the numbering of chapters, sections and subsections manually. One of the basic features of LaTeX is, that numbering is done automatically, table of contents is done automatically and also cross references from one section to another is done automatically. All these things are configurable. One feature of KOMA-Script is, that a lot of things are highly configurable. But this needs to use the correct commands. Without using the correct commands you would have to do almost everything manually. This is nothing you would like.
Chapter headings with prefix line "Chapter Nr." can be used with KOMA-Script option chapterprefix
. And then you can reconfigure the font sizes, the horizontal and vertical skips and several other attributes of the headings. Here is an example:
documentclass[
12pt,
% a4paper,% Can be removed, because it is the default.
chapterprefix,% Use chapter headings with prefix line (see scrguien.pdf).
]{scrreprt}
usepackage[tmargin=1in,bmargin=1in,lmargin=1.5in,rmargin=1.in]{geometry}
% margin (must you use such an ugly margin setup?
% usepackage{times}% http://ctan.org/pkg/times
usepackage{newtxtext,newtxmath}% times is obsolete this is one of the alternatives
setkomafont{disposition}{normalcolorbfseries}% sectfont is deprecated (see scrguien.pdf)
usepackage{scrhack}% to improve e.g. setspace (see scrguien.pdf).
usepackage[onehalfspacing]{setspace}% You can setup onehalfspacing already loading the package.
usepackage[document]{ragged2e}% Note: The option also influences the ToC, LoF, LoT etc.
usepackage{graphicx}
usepackage{amsmath,amssymb,latexsym}
pagenumbering{roman}% seems scrbook would be the better choice
renewcommand*{raggedchapter}{centering}% Avoid usage of sectsty to reduce
% the possibility of compatibility issues.
RedeclareSectionCommand[innerskip=baselineskip,afterskip=baselineskip,font=normalsize,prefixfont=normalsize]{chapter}% see scrguien.pdf
RedeclareSectionCommands[beforeskip=-baselineskip,afterskip=baselineskip,font=normalsize]{section,subsection}% see scrguien.pdf
% changes of headings number format:
renewcommand*{chapterformat}{% add MakeUppercase to the original definition
mbox{%
MakeUppercase{% added
chapappifchapterprefix{nobreakspace}%
}%
thechapterautodot
IfUsePrefixLine{}{enskip}}%
}
renewcommand*{sectionformat}{%
makebox[3em][l]{thesectionautodot}% 3em is the width resevered for the number
}
renewcommand*{subsectionformat}{%
makebox[3em][l]{thesubsectionautodot}% 3em is the width resevered for the number
}
usepackage{blindtext}% for example dummy text only
begin{document}
chapter{INTRODUCTION}
section{What is flow}
blindtext
section{Gravity current}
blindtext
subsection{Compositional gravity current}
blindtext
subsection{ Particle-driven current}
blindtext
end{document}
resulting in:
Please read an introduction to LaTeX and after the introduction the documentation of the used commands and options in the KOMA-Script manual.
answered 31 mins ago
SchweinebackeSchweinebacke
21.1k4474
21.1k4474
add a comment |
add a comment |
K3iTH is a new contributor. Be nice, and check out our Code of Conduct.
K3iTH is a new contributor. Be nice, and check out our Code of Conduct.
K3iTH is a new contributor. Be nice, and check out our Code of Conduct.
K3iTH is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f469292%2fhow-to-change-the-spacing-between-numbering-and-text-in-subsection%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to TeX.SE! What should
subsection*{1.1 What is flow}
do? Use insteadsubsection{What is flow}
. Please make your given code snippet compilable!– Kurt
2 hours ago
The reason I used
subsection*{1.1 What is flow}
is to avoid the default numbering as it shown 0.0.1 but I need 1.1.– K3iTH
2 hours ago
2
You are doing this all wrong. It starts with an unnumbered chapter that you number by hand. Please read an introduction to LaTeX.
– Johannes_B
1 hour ago
3
Please do not edit your question to completely change the requirements of an answer. Rather ask a new question instead.
– TeXnician
24 mins ago
2
And please do ask only one question per question. For ToC configuration please ask another question (if you cannot find a similar one that already answers your question).
– Schweinebacke
20 mins ago