New section following subsection of previous section not indenting correctlyCustomizing indentation in section and subsection headingsParagraph indenting not workingFigure with caption within an itemize list not indenting correctlypdflatex indenting first paragraph after sectionSubfigure with caption within an itemize list not indenting correctlyHow to make a new line without indenting?Indenting not working (MikTeX/XeLaTeX)indent a paragraph of a new sectionParagraphs not indenting after tablesenumerate is not indenting correctly

Replacing Windows 7 security updates with anti-virus?

If Invisibility ends because the original caster casts a non-concentration spell, does Invisibility also end on other targets of the original casting?

Do I need to leave some extra space available on the disk which my database log files reside, for log backup operations to successfully occur?

What is the difference between "shut" and "close"?

The three point beverage

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?

Nimitta - sutta references

Single word request: Harming the benefactor

infinitive telling the purpose

Is having access to past exams cheating and, if yes, could it be proven just by a good grade?

What happens with multiple copies of Humility and Glorious Anthem on the battlefield?

Is going from continuous data to categorical always wrong?

Is it illegal in Germany to take sick leave if you caused your own illness with food?

Good allowance savings plan?

Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?

How could our ancestors have domesticated a solitary predator?

Make a transparent 448*448 image

Are individual yml files needed for each component param option?

What is the blue range indicating on this manifold pressure gauge?

Am I not good enough for you?

What to do when during a meeting client people start to fight (even physically) with each others?

Provisioning profile doesn't include the application-identifier and keychain-access-groups entitlements

Plywood subfloor won't screw down in a trailer home

Is Adobe Illustrator too heavy for handling complex EPSs?



New section following subsection of previous section not indenting correctly


Customizing indentation in section and subsection headingsParagraph indenting not workingFigure with caption within an itemize list not indenting correctlypdflatex indenting first paragraph after sectionSubfigure with caption within an itemize list not indenting correctlyHow to make a new line without indenting?Indenting not working (MikTeX/XeLaTeX)indent a paragraph of a new sectionParagraphs not indenting after tablesenumerate is not indenting correctly













0















Good day,
I am trying to end the subsection Proof on line ~65 and have the following section reset its indentation to be inline with the previous section, not the subsection Proof on line ~65. I will be doing this throughout my document so if you could not only troubleshoot this issue for me, but include instructions for subsequent areas I would be greatly appreciative.



Thank you for all your assistance,



jhayes



enter image description here



documentclassbook
usepackage[utf8]inputenc
usepackagemathtools
usepackagegensymb
usepackageamsmath
usepackageamssymb
usepackagesiunitx
usepackageamsfonts
usepackagetextcomp
usepackageindentfirst

usepackagebm
usepackagefloat

usepackagetikz
usepackagesetspace
onehalfspacing

newcommandZmathbbZ
newcommandinv^-1
newcommandQmathbbQ
newcommandRmathbbR
newcommandCmathbbC
newcommandgen[1]ensuremathlangle #1rangle
newcommandvsvspace2mm
newcommandnl\>
defmod,mod,

newenvironmenttab
begintabbing
hspace30pt=hspace30pt=kill

endtabbing

titleMATH 570 Lecture Notes
authorProfessor: Dr. Jon Corson\
Prepared by: Justin Hayes

dateSpring 2019

begindocument

tableofcontents

maketitle

chapterReview of Functions
sectionDefinition
indent A function $Phi$ from a set A (domain) to a set B (co-domain) [also known as mapping] [if from set A to set A then known as transformation] is a rule/relation that assigns each a$in$A a unique element $Phi$(a) in B.

vs
Two functions($Phi$ & $Psi$) are equal (denoted $Phi$=$Psi$) if they nave the same domain $&$ co-domain $&$ exactly the same rule and $Phi$(a)=$Psi$(a) for each a in the common domain.

sectionIdentity Function:
For any set A, the identity function on A is the function I$_A$:A$rightarrow$A given by I$_A$(a)=a for all a$in$A.

sectionComposition of Functions:
If $alpha$:A$rightarrow$B and $beta$:B$rightarrow$C are functions then the composite of functions:\
$betacircalpha$=$betaalpha$:A$rightarrow$C is defined by ($betaalpha$)(a)=$beta$($alpha$(a)).

sectionAssociative Law:
If $alpha$:A$rightarrow$B, $beta$:B$rightarrow$C; $gamma$:C$rightarrow$D,\
then $gamma$($betaalpha$)=($gammabeta$)$alpha$

subsectionProof:

begincenter
Both composites have domain $A$ & co-domain $D$.\
For each element in the domain ($alphain$A),\
$lbrackgamma$($betaalpharbrack$(a)$Rightarrowgamma$(($betaalpha$(a))=$gamma$(($beta$($alpha$(a)))\
$lbrack$($gammabeta$)$alpharbrack$(a)$Rightarrow$($gammabeta$)($alpha$(a))=$gamma$($beta$($alpha$(a)))\
Therefore $gamma$($betaalpha)$=($gammabeta$)$alpha$.
endcenter

sectionIdentity Law:
If $alpha$:A$rightarrow$B, then\
I$_Bcircalpha$=$alpha$ and $alpha$ $circ$ I$_A$=$alpha$

sectionOne-to-One, Onto & Bijections
subsectionOne-to-One
We say that $alpha:Arightarrow B$ is textbf1-to-1(injective) $iffalpha$(a$_1$)=$alpha$(a$_2$)$Rightarrow$(a$_1$)=(a$_2$)

subsectionOnto
We say that $alpha$:A$rightarrow$B is textbfonto (surjective) if for each element in the codomain B $exists a in A$ such that $alpha$(a)=b.

subsectionBijection
We say that $alpha:Arightarrow B$ is textbfbijective if $alpha$ is both 1-to-1 textbf& onto.

subsectionTheorem of Bijection:
A map $alpha$:A$rightarrow$B is a bijection if and only if there exists a map $beta$:B$rightarrow$A such that $betaalpha$=I$_A$ and $alphabeta$=I$_B$.\
textbfRemark: In this event, the function $beta$ is unique.

subsectionProof of Bijective Theorem:
begincenter
Suppose B':B$rightarrow$A is another such function.\
Then: B'=I$_Acirc$B'=$beta$($alpha$B')=$betacirc$I$_B$=$beta$\
textbfNotation: we denote the unique function $beta$ in the theorem by a$^-1$, called the inverse of the bijection of $alpha$.\
$alpha^-1alpha$=I$_A$ & $alphaalpha^-1$=I$_Bsquare$\
endcenter









share|improve this question
















bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • To me the "indentation" of section 1.5 is the same as section 1.4. Perhaps I don't understand what you mean by "indentation" in this case. Any chance of a graphic showing what you get and what you want?

    – Peter Wilson
    Feb 9 at 18:48











  • First of all, before you try to fix any other part, please, use math mode only once to type a formula. For example, replace $gamma$($betaalpha)$=($gammabeta$)$alpha$. by $gamma(betaalpha)=(gammabeta)alpha$.

    – Sigur
    Feb 9 at 18:53












  • @PeterWilson as you can see on my pdf display of the file 1.5 is not inline with 1.4, it is inline with the subsection 1.4.1. Thank you for your assistance, JLH

    – Jhayes
    Feb 10 at 20:13












  • @Jhayes: Maybe you are referring to the left margin of the page, which is (naturally) different on even and odd pages if you use the book class (in twoside mode). Anyway, you may add the option oneside to the book class (which makes the left (and the right margin) the same on even and odd pages), but I'd strongly discourage that.

    – zetaeffe
    Feb 10 at 21:27












  • This document will never be printed as a book, I solely used the book option to get the TOC. Since it will never be printed in book form, is it okay to use the oneside option? or are there other issues that might arise?

    – Jhayes
    Feb 11 at 0:07















0















Good day,
I am trying to end the subsection Proof on line ~65 and have the following section reset its indentation to be inline with the previous section, not the subsection Proof on line ~65. I will be doing this throughout my document so if you could not only troubleshoot this issue for me, but include instructions for subsequent areas I would be greatly appreciative.



Thank you for all your assistance,



jhayes



enter image description here



documentclassbook
usepackage[utf8]inputenc
usepackagemathtools
usepackagegensymb
usepackageamsmath
usepackageamssymb
usepackagesiunitx
usepackageamsfonts
usepackagetextcomp
usepackageindentfirst

usepackagebm
usepackagefloat

usepackagetikz
usepackagesetspace
onehalfspacing

newcommandZmathbbZ
newcommandinv^-1
newcommandQmathbbQ
newcommandRmathbbR
newcommandCmathbbC
newcommandgen[1]ensuremathlangle #1rangle
newcommandvsvspace2mm
newcommandnl\>
defmod,mod,

newenvironmenttab
begintabbing
hspace30pt=hspace30pt=kill

endtabbing

titleMATH 570 Lecture Notes
authorProfessor: Dr. Jon Corson\
Prepared by: Justin Hayes

dateSpring 2019

begindocument

tableofcontents

maketitle

chapterReview of Functions
sectionDefinition
indent A function $Phi$ from a set A (domain) to a set B (co-domain) [also known as mapping] [if from set A to set A then known as transformation] is a rule/relation that assigns each a$in$A a unique element $Phi$(a) in B.

vs
Two functions($Phi$ & $Psi$) are equal (denoted $Phi$=$Psi$) if they nave the same domain $&$ co-domain $&$ exactly the same rule and $Phi$(a)=$Psi$(a) for each a in the common domain.

sectionIdentity Function:
For any set A, the identity function on A is the function I$_A$:A$rightarrow$A given by I$_A$(a)=a for all a$in$A.

sectionComposition of Functions:
If $alpha$:A$rightarrow$B and $beta$:B$rightarrow$C are functions then the composite of functions:\
$betacircalpha$=$betaalpha$:A$rightarrow$C is defined by ($betaalpha$)(a)=$beta$($alpha$(a)).

sectionAssociative Law:
If $alpha$:A$rightarrow$B, $beta$:B$rightarrow$C; $gamma$:C$rightarrow$D,\
then $gamma$($betaalpha$)=($gammabeta$)$alpha$

subsectionProof:

begincenter
Both composites have domain $A$ & co-domain $D$.\
For each element in the domain ($alphain$A),\
$lbrackgamma$($betaalpharbrack$(a)$Rightarrowgamma$(($betaalpha$(a))=$gamma$(($beta$($alpha$(a)))\
$lbrack$($gammabeta$)$alpharbrack$(a)$Rightarrow$($gammabeta$)($alpha$(a))=$gamma$($beta$($alpha$(a)))\
Therefore $gamma$($betaalpha)$=($gammabeta$)$alpha$.
endcenter

sectionIdentity Law:
If $alpha$:A$rightarrow$B, then\
I$_Bcircalpha$=$alpha$ and $alpha$ $circ$ I$_A$=$alpha$

sectionOne-to-One, Onto & Bijections
subsectionOne-to-One
We say that $alpha:Arightarrow B$ is textbf1-to-1(injective) $iffalpha$(a$_1$)=$alpha$(a$_2$)$Rightarrow$(a$_1$)=(a$_2$)

subsectionOnto
We say that $alpha$:A$rightarrow$B is textbfonto (surjective) if for each element in the codomain B $exists a in A$ such that $alpha$(a)=b.

subsectionBijection
We say that $alpha:Arightarrow B$ is textbfbijective if $alpha$ is both 1-to-1 textbf& onto.

subsectionTheorem of Bijection:
A map $alpha$:A$rightarrow$B is a bijection if and only if there exists a map $beta$:B$rightarrow$A such that $betaalpha$=I$_A$ and $alphabeta$=I$_B$.\
textbfRemark: In this event, the function $beta$ is unique.

subsectionProof of Bijective Theorem:
begincenter
Suppose B':B$rightarrow$A is another such function.\
Then: B'=I$_Acirc$B'=$beta$($alpha$B')=$betacirc$I$_B$=$beta$\
textbfNotation: we denote the unique function $beta$ in the theorem by a$^-1$, called the inverse of the bijection of $alpha$.\
$alpha^-1alpha$=I$_A$ & $alphaalpha^-1$=I$_Bsquare$\
endcenter









share|improve this question
















bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • To me the "indentation" of section 1.5 is the same as section 1.4. Perhaps I don't understand what you mean by "indentation" in this case. Any chance of a graphic showing what you get and what you want?

    – Peter Wilson
    Feb 9 at 18:48











  • First of all, before you try to fix any other part, please, use math mode only once to type a formula. For example, replace $gamma$($betaalpha)$=($gammabeta$)$alpha$. by $gamma(betaalpha)=(gammabeta)alpha$.

    – Sigur
    Feb 9 at 18:53












  • @PeterWilson as you can see on my pdf display of the file 1.5 is not inline with 1.4, it is inline with the subsection 1.4.1. Thank you for your assistance, JLH

    – Jhayes
    Feb 10 at 20:13












  • @Jhayes: Maybe you are referring to the left margin of the page, which is (naturally) different on even and odd pages if you use the book class (in twoside mode). Anyway, you may add the option oneside to the book class (which makes the left (and the right margin) the same on even and odd pages), but I'd strongly discourage that.

    – zetaeffe
    Feb 10 at 21:27












  • This document will never be printed as a book, I solely used the book option to get the TOC. Since it will never be printed in book form, is it okay to use the oneside option? or are there other issues that might arise?

    – Jhayes
    Feb 11 at 0:07













0












0








0








Good day,
I am trying to end the subsection Proof on line ~65 and have the following section reset its indentation to be inline with the previous section, not the subsection Proof on line ~65. I will be doing this throughout my document so if you could not only troubleshoot this issue for me, but include instructions for subsequent areas I would be greatly appreciative.



Thank you for all your assistance,



jhayes



enter image description here



documentclassbook
usepackage[utf8]inputenc
usepackagemathtools
usepackagegensymb
usepackageamsmath
usepackageamssymb
usepackagesiunitx
usepackageamsfonts
usepackagetextcomp
usepackageindentfirst

usepackagebm
usepackagefloat

usepackagetikz
usepackagesetspace
onehalfspacing

newcommandZmathbbZ
newcommandinv^-1
newcommandQmathbbQ
newcommandRmathbbR
newcommandCmathbbC
newcommandgen[1]ensuremathlangle #1rangle
newcommandvsvspace2mm
newcommandnl\>
defmod,mod,

newenvironmenttab
begintabbing
hspace30pt=hspace30pt=kill

endtabbing

titleMATH 570 Lecture Notes
authorProfessor: Dr. Jon Corson\
Prepared by: Justin Hayes

dateSpring 2019

begindocument

tableofcontents

maketitle

chapterReview of Functions
sectionDefinition
indent A function $Phi$ from a set A (domain) to a set B (co-domain) [also known as mapping] [if from set A to set A then known as transformation] is a rule/relation that assigns each a$in$A a unique element $Phi$(a) in B.

vs
Two functions($Phi$ & $Psi$) are equal (denoted $Phi$=$Psi$) if they nave the same domain $&$ co-domain $&$ exactly the same rule and $Phi$(a)=$Psi$(a) for each a in the common domain.

sectionIdentity Function:
For any set A, the identity function on A is the function I$_A$:A$rightarrow$A given by I$_A$(a)=a for all a$in$A.

sectionComposition of Functions:
If $alpha$:A$rightarrow$B and $beta$:B$rightarrow$C are functions then the composite of functions:\
$betacircalpha$=$betaalpha$:A$rightarrow$C is defined by ($betaalpha$)(a)=$beta$($alpha$(a)).

sectionAssociative Law:
If $alpha$:A$rightarrow$B, $beta$:B$rightarrow$C; $gamma$:C$rightarrow$D,\
then $gamma$($betaalpha$)=($gammabeta$)$alpha$

subsectionProof:

begincenter
Both composites have domain $A$ & co-domain $D$.\
For each element in the domain ($alphain$A),\
$lbrackgamma$($betaalpharbrack$(a)$Rightarrowgamma$(($betaalpha$(a))=$gamma$(($beta$($alpha$(a)))\
$lbrack$($gammabeta$)$alpharbrack$(a)$Rightarrow$($gammabeta$)($alpha$(a))=$gamma$($beta$($alpha$(a)))\
Therefore $gamma$($betaalpha)$=($gammabeta$)$alpha$.
endcenter

sectionIdentity Law:
If $alpha$:A$rightarrow$B, then\
I$_Bcircalpha$=$alpha$ and $alpha$ $circ$ I$_A$=$alpha$

sectionOne-to-One, Onto & Bijections
subsectionOne-to-One
We say that $alpha:Arightarrow B$ is textbf1-to-1(injective) $iffalpha$(a$_1$)=$alpha$(a$_2$)$Rightarrow$(a$_1$)=(a$_2$)

subsectionOnto
We say that $alpha$:A$rightarrow$B is textbfonto (surjective) if for each element in the codomain B $exists a in A$ such that $alpha$(a)=b.

subsectionBijection
We say that $alpha:Arightarrow B$ is textbfbijective if $alpha$ is both 1-to-1 textbf& onto.

subsectionTheorem of Bijection:
A map $alpha$:A$rightarrow$B is a bijection if and only if there exists a map $beta$:B$rightarrow$A such that $betaalpha$=I$_A$ and $alphabeta$=I$_B$.\
textbfRemark: In this event, the function $beta$ is unique.

subsectionProof of Bijective Theorem:
begincenter
Suppose B':B$rightarrow$A is another such function.\
Then: B'=I$_Acirc$B'=$beta$($alpha$B')=$betacirc$I$_B$=$beta$\
textbfNotation: we denote the unique function $beta$ in the theorem by a$^-1$, called the inverse of the bijection of $alpha$.\
$alpha^-1alpha$=I$_A$ & $alphaalpha^-1$=I$_Bsquare$\
endcenter









share|improve this question
















Good day,
I am trying to end the subsection Proof on line ~65 and have the following section reset its indentation to be inline with the previous section, not the subsection Proof on line ~65. I will be doing this throughout my document so if you could not only troubleshoot this issue for me, but include instructions for subsequent areas I would be greatly appreciative.



Thank you for all your assistance,



jhayes



enter image description here



documentclassbook
usepackage[utf8]inputenc
usepackagemathtools
usepackagegensymb
usepackageamsmath
usepackageamssymb
usepackagesiunitx
usepackageamsfonts
usepackagetextcomp
usepackageindentfirst

usepackagebm
usepackagefloat

usepackagetikz
usepackagesetspace
onehalfspacing

newcommandZmathbbZ
newcommandinv^-1
newcommandQmathbbQ
newcommandRmathbbR
newcommandCmathbbC
newcommandgen[1]ensuremathlangle #1rangle
newcommandvsvspace2mm
newcommandnl\>
defmod,mod,

newenvironmenttab
begintabbing
hspace30pt=hspace30pt=kill

endtabbing

titleMATH 570 Lecture Notes
authorProfessor: Dr. Jon Corson\
Prepared by: Justin Hayes

dateSpring 2019

begindocument

tableofcontents

maketitle

chapterReview of Functions
sectionDefinition
indent A function $Phi$ from a set A (domain) to a set B (co-domain) [also known as mapping] [if from set A to set A then known as transformation] is a rule/relation that assigns each a$in$A a unique element $Phi$(a) in B.

vs
Two functions($Phi$ & $Psi$) are equal (denoted $Phi$=$Psi$) if they nave the same domain $&$ co-domain $&$ exactly the same rule and $Phi$(a)=$Psi$(a) for each a in the common domain.

sectionIdentity Function:
For any set A, the identity function on A is the function I$_A$:A$rightarrow$A given by I$_A$(a)=a for all a$in$A.

sectionComposition of Functions:
If $alpha$:A$rightarrow$B and $beta$:B$rightarrow$C are functions then the composite of functions:\
$betacircalpha$=$betaalpha$:A$rightarrow$C is defined by ($betaalpha$)(a)=$beta$($alpha$(a)).

sectionAssociative Law:
If $alpha$:A$rightarrow$B, $beta$:B$rightarrow$C; $gamma$:C$rightarrow$D,\
then $gamma$($betaalpha$)=($gammabeta$)$alpha$

subsectionProof:

begincenter
Both composites have domain $A$ & co-domain $D$.\
For each element in the domain ($alphain$A),\
$lbrackgamma$($betaalpharbrack$(a)$Rightarrowgamma$(($betaalpha$(a))=$gamma$(($beta$($alpha$(a)))\
$lbrack$($gammabeta$)$alpharbrack$(a)$Rightarrow$($gammabeta$)($alpha$(a))=$gamma$($beta$($alpha$(a)))\
Therefore $gamma$($betaalpha)$=($gammabeta$)$alpha$.
endcenter

sectionIdentity Law:
If $alpha$:A$rightarrow$B, then\
I$_Bcircalpha$=$alpha$ and $alpha$ $circ$ I$_A$=$alpha$

sectionOne-to-One, Onto & Bijections
subsectionOne-to-One
We say that $alpha:Arightarrow B$ is textbf1-to-1(injective) $iffalpha$(a$_1$)=$alpha$(a$_2$)$Rightarrow$(a$_1$)=(a$_2$)

subsectionOnto
We say that $alpha$:A$rightarrow$B is textbfonto (surjective) if for each element in the codomain B $exists a in A$ such that $alpha$(a)=b.

subsectionBijection
We say that $alpha:Arightarrow B$ is textbfbijective if $alpha$ is both 1-to-1 textbf& onto.

subsectionTheorem of Bijection:
A map $alpha$:A$rightarrow$B is a bijection if and only if there exists a map $beta$:B$rightarrow$A such that $betaalpha$=I$_A$ and $alphabeta$=I$_B$.\
textbfRemark: In this event, the function $beta$ is unique.

subsectionProof of Bijective Theorem:
begincenter
Suppose B':B$rightarrow$A is another such function.\
Then: B'=I$_Acirc$B'=$beta$($alpha$B')=$betacirc$I$_B$=$beta$\
textbfNotation: we denote the unique function $beta$ in the theorem by a$^-1$, called the inverse of the bijection of $alpha$.\
$alpha^-1alpha$=I$_A$ & $alphaalpha^-1$=I$_Bsquare$\
endcenter






indentation






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 10 at 20:12







Jhayes

















asked Feb 9 at 18:04









JhayesJhayes

12




12





bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • To me the "indentation" of section 1.5 is the same as section 1.4. Perhaps I don't understand what you mean by "indentation" in this case. Any chance of a graphic showing what you get and what you want?

    – Peter Wilson
    Feb 9 at 18:48











  • First of all, before you try to fix any other part, please, use math mode only once to type a formula. For example, replace $gamma$($betaalpha)$=($gammabeta$)$alpha$. by $gamma(betaalpha)=(gammabeta)alpha$.

    – Sigur
    Feb 9 at 18:53












  • @PeterWilson as you can see on my pdf display of the file 1.5 is not inline with 1.4, it is inline with the subsection 1.4.1. Thank you for your assistance, JLH

    – Jhayes
    Feb 10 at 20:13












  • @Jhayes: Maybe you are referring to the left margin of the page, which is (naturally) different on even and odd pages if you use the book class (in twoside mode). Anyway, you may add the option oneside to the book class (which makes the left (and the right margin) the same on even and odd pages), but I'd strongly discourage that.

    – zetaeffe
    Feb 10 at 21:27












  • This document will never be printed as a book, I solely used the book option to get the TOC. Since it will never be printed in book form, is it okay to use the oneside option? or are there other issues that might arise?

    – Jhayes
    Feb 11 at 0:07

















  • To me the "indentation" of section 1.5 is the same as section 1.4. Perhaps I don't understand what you mean by "indentation" in this case. Any chance of a graphic showing what you get and what you want?

    – Peter Wilson
    Feb 9 at 18:48











  • First of all, before you try to fix any other part, please, use math mode only once to type a formula. For example, replace $gamma$($betaalpha)$=($gammabeta$)$alpha$. by $gamma(betaalpha)=(gammabeta)alpha$.

    – Sigur
    Feb 9 at 18:53












  • @PeterWilson as you can see on my pdf display of the file 1.5 is not inline with 1.4, it is inline with the subsection 1.4.1. Thank you for your assistance, JLH

    – Jhayes
    Feb 10 at 20:13












  • @Jhayes: Maybe you are referring to the left margin of the page, which is (naturally) different on even and odd pages if you use the book class (in twoside mode). Anyway, you may add the option oneside to the book class (which makes the left (and the right margin) the same on even and odd pages), but I'd strongly discourage that.

    – zetaeffe
    Feb 10 at 21:27












  • This document will never be printed as a book, I solely used the book option to get the TOC. Since it will never be printed in book form, is it okay to use the oneside option? or are there other issues that might arise?

    – Jhayes
    Feb 11 at 0:07
















To me the "indentation" of section 1.5 is the same as section 1.4. Perhaps I don't understand what you mean by "indentation" in this case. Any chance of a graphic showing what you get and what you want?

– Peter Wilson
Feb 9 at 18:48





To me the "indentation" of section 1.5 is the same as section 1.4. Perhaps I don't understand what you mean by "indentation" in this case. Any chance of a graphic showing what you get and what you want?

– Peter Wilson
Feb 9 at 18:48













First of all, before you try to fix any other part, please, use math mode only once to type a formula. For example, replace $gamma$($betaalpha)$=($gammabeta$)$alpha$. by $gamma(betaalpha)=(gammabeta)alpha$.

– Sigur
Feb 9 at 18:53






First of all, before you try to fix any other part, please, use math mode only once to type a formula. For example, replace $gamma$($betaalpha)$=($gammabeta$)$alpha$. by $gamma(betaalpha)=(gammabeta)alpha$.

– Sigur
Feb 9 at 18:53














@PeterWilson as you can see on my pdf display of the file 1.5 is not inline with 1.4, it is inline with the subsection 1.4.1. Thank you for your assistance, JLH

– Jhayes
Feb 10 at 20:13






@PeterWilson as you can see on my pdf display of the file 1.5 is not inline with 1.4, it is inline with the subsection 1.4.1. Thank you for your assistance, JLH

– Jhayes
Feb 10 at 20:13














@Jhayes: Maybe you are referring to the left margin of the page, which is (naturally) different on even and odd pages if you use the book class (in twoside mode). Anyway, you may add the option oneside to the book class (which makes the left (and the right margin) the same on even and odd pages), but I'd strongly discourage that.

– zetaeffe
Feb 10 at 21:27






@Jhayes: Maybe you are referring to the left margin of the page, which is (naturally) different on even and odd pages if you use the book class (in twoside mode). Anyway, you may add the option oneside to the book class (which makes the left (and the right margin) the same on even and odd pages), but I'd strongly discourage that.

– zetaeffe
Feb 10 at 21:27














This document will never be printed as a book, I solely used the book option to get the TOC. Since it will never be printed in book form, is it okay to use the oneside option? or are there other issues that might arise?

– Jhayes
Feb 11 at 0:07





This document will never be printed as a book, I solely used the book option to get the TOC. Since it will never be printed in book form, is it okay to use the oneside option? or are there other issues that might arise?

– Jhayes
Feb 11 at 0:07










1 Answer
1






active

oldest

votes


















0














From your graphic everything is aligned on the first page of the ToC and is also aligned on the second page; the difference is that the left margin on the two pages is different which you get by default with the book class. If you want the left margin to be constant throughout your document use the oneside option.



documentclass[oneside]book





share|improve this answer






















    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
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f474085%2fnew-section-following-subsection-of-previous-section-not-indenting-correctly%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









    0














    From your graphic everything is aligned on the first page of the ToC and is also aligned on the second page; the difference is that the left margin on the two pages is different which you get by default with the book class. If you want the left margin to be constant throughout your document use the oneside option.



    documentclass[oneside]book





    share|improve this answer



























      0














      From your graphic everything is aligned on the first page of the ToC and is also aligned on the second page; the difference is that the left margin on the two pages is different which you get by default with the book class. If you want the left margin to be constant throughout your document use the oneside option.



      documentclass[oneside]book





      share|improve this answer

























        0












        0








        0







        From your graphic everything is aligned on the first page of the ToC and is also aligned on the second page; the difference is that the left margin on the two pages is different which you get by default with the book class. If you want the left margin to be constant throughout your document use the oneside option.



        documentclass[oneside]book





        share|improve this answer













        From your graphic everything is aligned on the first page of the ToC and is also aligned on the second page; the difference is that the left margin on the two pages is different which you get by default with the book class. If you want the left margin to be constant throughout your document use the oneside option.



        documentclass[oneside]book






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 11 at 21:02









        Peter WilsonPeter Wilson

        8,54211533




        8,54211533



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f474085%2fnew-section-following-subsection-of-previous-section-not-indenting-correctly%23new-answer', 'question_page');

            );

            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







            Popular posts from this blog

            Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

            Join wedge with single bond in chemfigHow to make only one part of double bond bold with chemfig?Crossing bonds in chemfigjoining atoms in chemfig. Two adjacent molculesHow do I selectively change bond length in chemfig?Ugly bond joints in chemfigchemfig: reaction above arrowUsing the mhchem and chemfig packages in conjunctionBonding to specific element letter using chemfigResonance hybrids in chemfigScale chemfig molecule in beamer with tikzWhy does this chemfig bond with a hook start in the middle of the atom?

            Are small insurances worth itIs insurance worth it if you can afford to replace the item? If not, when is it?Is accident insurance worth it for my kids who play sportsIs insuring property for more than it is worth allowed?At what point does it become worth it to file an insurance claim?Are wage loss insurance programs worth the cost compared to having an emergency fund?When is an event worth insuring against?Is insurance worth it if you can afford to replace the item? If not, when is it?FHA loan just commenced : Any way to get any of the up-front mortgage insurance back?Which types of insurances do I need to buy?Should I carry less renter's insurance if I can self-insure?Mortgage Adviser Signed Me Up For Multiple Home and Life Insurances (UK)Why many travel insurances don't cover country of nationality?