New section following subsection of previous section not indenting correctlyCustomizing indentation in...
My story is written in English, but is set in my home country. What language should I use for the dialogue?
When were linguistics departments first established
Should I tell my boss the work he did was worthless
Time dilation for a moving electronic clock
BitNot does not flip bits in the way I expected
Make a transparent 448*448 image
How could a female member of a species produce eggs unto death?
US to Europe trip with Canada layover- is 52 minutes enough?
what does the apostrophe mean in this notation?
Should QA ask requirements to developers?
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"?
Good allowance savings plan?
Too much vertical space above xrightarrow
Rejected in 4th interview round citing insufficient years of experience
Question about partial fractions with irreducible quadratic factors
Co-worker team leader wants to inject the crap software product of his friends into our development. What should I say to our common boss?
Playing ONE triplet (not three)
Making a sword in the stone, in a medieval world without magic
What is the probability somebody's birthday is the day before mine?
Latest web browser compatible with Windows 98
Can the druid cantrip Thorn Whip really defeat a water weird this easily?
Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?
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
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

documentclass{book}
usepackage[utf8]{inputenc}
usepackage{mathtools}
usepackage{gensymb}
usepackage{amsmath}
usepackage{amssymb}
usepackage{siunitx}
usepackage{amsfonts}
usepackage{textcomp}
usepackage{indentfirst}
usepackage{bm}
usepackage{float}
usepackage{tikz}
usepackage{setspace}
onehalfspacing
newcommand{Z}{mathbb{Z}}
newcommand{inv}{^{-1}}
newcommand{Q}{mathbb{Q}}
newcommand{R}{mathbb{R}}
newcommand{C}{mathbb{C}}
newcommand{gen}[1]{ensuremath{langle #1rangle}}
newcommand{vs}{vspace{2mm}}
newcommand{nl}{\>}
defmod{,mod,}
newenvironment{tab}
{begin{tabbing}
hspace{30pt}=hspace{30pt}=kill
}
{end{tabbing}}
title{MATH 570 Lecture Notes}
author{Professor: Dr. Jon Corson\
Prepared by: Justin Hayes}
date{Spring 2019}
begin{document}
tableofcontents
maketitle
chapter{Review of Functions}
section{Definition}
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.
section{Identity 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.
section{Composition 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)).
section{Associative Law:}
If $alpha$:A$rightarrow$B, $beta$:B$rightarrow$C; $gamma$:C$rightarrow$D,\
then $gamma$($betaalpha$)=($gammabeta$)$alpha$
subsection{Proof:}
begin{center}
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$.
end{center}
section{Identity Law:}
If $alpha$:A$rightarrow$B, then\
I$_Bcircalpha$=$alpha$ and $alpha$ $circ$ I$_A$=$alpha$
section{One-to-One, Onto & Bijections}
subsection{One-to-One}
We say that $alpha:Arightarrow B$ is textbf{1-to-1}(injective) $iffalpha$(a$_1$)=$alpha$(a$_2$)$Rightarrow$(a$_1$)=(a$_2$)
subsection{Onto}
We say that $alpha$:A$rightarrow$B is textbf{onto} (surjective) if for each element in the codomain B $exists a in A$ such that $alpha$(a)=b.
subsection{Bijection}
We say that $alpha:Arightarrow B$ is textbf{bijective} if $alpha$ is both 1-to-1 textbf{&} onto.
subsection{Theorem 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$.\
textbf{Remark:} In this event, the function $beta$ is unique.
subsection{Proof of Bijective Theorem:}
begin{center}
Suppose B':B$rightarrow$A is another such function.\
Then: B'=I$_Acirc$B'=$beta$($alpha$B')=$betacirc$I$_B$=$beta$\
textbf{Notation:} we denote the unique function $beta$ in the theorem by a$^{-1}$, called the inverse of the bijection of $alpha$.\
$alpha^{-1}alpha$=I$_A$ & $alphaalpha^{-1}$=I$_Bsquare$\
end{center}
indentation
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 1 more comment
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

documentclass{book}
usepackage[utf8]{inputenc}
usepackage{mathtools}
usepackage{gensymb}
usepackage{amsmath}
usepackage{amssymb}
usepackage{siunitx}
usepackage{amsfonts}
usepackage{textcomp}
usepackage{indentfirst}
usepackage{bm}
usepackage{float}
usepackage{tikz}
usepackage{setspace}
onehalfspacing
newcommand{Z}{mathbb{Z}}
newcommand{inv}{^{-1}}
newcommand{Q}{mathbb{Q}}
newcommand{R}{mathbb{R}}
newcommand{C}{mathbb{C}}
newcommand{gen}[1]{ensuremath{langle #1rangle}}
newcommand{vs}{vspace{2mm}}
newcommand{nl}{\>}
defmod{,mod,}
newenvironment{tab}
{begin{tabbing}
hspace{30pt}=hspace{30pt}=kill
}
{end{tabbing}}
title{MATH 570 Lecture Notes}
author{Professor: Dr. Jon Corson\
Prepared by: Justin Hayes}
date{Spring 2019}
begin{document}
tableofcontents
maketitle
chapter{Review of Functions}
section{Definition}
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.
section{Identity 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.
section{Composition 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)).
section{Associative Law:}
If $alpha$:A$rightarrow$B, $beta$:B$rightarrow$C; $gamma$:C$rightarrow$D,\
then $gamma$($betaalpha$)=($gammabeta$)$alpha$
subsection{Proof:}
begin{center}
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$.
end{center}
section{Identity Law:}
If $alpha$:A$rightarrow$B, then\
I$_Bcircalpha$=$alpha$ and $alpha$ $circ$ I$_A$=$alpha$
section{One-to-One, Onto & Bijections}
subsection{One-to-One}
We say that $alpha:Arightarrow B$ is textbf{1-to-1}(injective) $iffalpha$(a$_1$)=$alpha$(a$_2$)$Rightarrow$(a$_1$)=(a$_2$)
subsection{Onto}
We say that $alpha$:A$rightarrow$B is textbf{onto} (surjective) if for each element in the codomain B $exists a in A$ such that $alpha$(a)=b.
subsection{Bijection}
We say that $alpha:Arightarrow B$ is textbf{bijective} if $alpha$ is both 1-to-1 textbf{&} onto.
subsection{Theorem 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$.\
textbf{Remark:} In this event, the function $beta$ is unique.
subsection{Proof of Bijective Theorem:}
begin{center}
Suppose B':B$rightarrow$A is another such function.\
Then: B'=I$_Acirc$B'=$beta$($alpha$B')=$betacirc$I$_B$=$beta$\
textbf{Notation:} we denote the unique function $beta$ in the theorem by a$^{-1}$, called the inverse of the bijection of $alpha$.\
$alpha^{-1}alpha$=I$_A$ & $alphaalpha^{-1}$=I$_Bsquare$\
end{center}
indentation
bumped to the homepage by Community♦ 12 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 thebookclass (intwosidemode). Anyway, you may add the optiononesideto thebookclass (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
|
show 1 more comment
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

documentclass{book}
usepackage[utf8]{inputenc}
usepackage{mathtools}
usepackage{gensymb}
usepackage{amsmath}
usepackage{amssymb}
usepackage{siunitx}
usepackage{amsfonts}
usepackage{textcomp}
usepackage{indentfirst}
usepackage{bm}
usepackage{float}
usepackage{tikz}
usepackage{setspace}
onehalfspacing
newcommand{Z}{mathbb{Z}}
newcommand{inv}{^{-1}}
newcommand{Q}{mathbb{Q}}
newcommand{R}{mathbb{R}}
newcommand{C}{mathbb{C}}
newcommand{gen}[1]{ensuremath{langle #1rangle}}
newcommand{vs}{vspace{2mm}}
newcommand{nl}{\>}
defmod{,mod,}
newenvironment{tab}
{begin{tabbing}
hspace{30pt}=hspace{30pt}=kill
}
{end{tabbing}}
title{MATH 570 Lecture Notes}
author{Professor: Dr. Jon Corson\
Prepared by: Justin Hayes}
date{Spring 2019}
begin{document}
tableofcontents
maketitle
chapter{Review of Functions}
section{Definition}
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.
section{Identity 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.
section{Composition 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)).
section{Associative Law:}
If $alpha$:A$rightarrow$B, $beta$:B$rightarrow$C; $gamma$:C$rightarrow$D,\
then $gamma$($betaalpha$)=($gammabeta$)$alpha$
subsection{Proof:}
begin{center}
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$.
end{center}
section{Identity Law:}
If $alpha$:A$rightarrow$B, then\
I$_Bcircalpha$=$alpha$ and $alpha$ $circ$ I$_A$=$alpha$
section{One-to-One, Onto & Bijections}
subsection{One-to-One}
We say that $alpha:Arightarrow B$ is textbf{1-to-1}(injective) $iffalpha$(a$_1$)=$alpha$(a$_2$)$Rightarrow$(a$_1$)=(a$_2$)
subsection{Onto}
We say that $alpha$:A$rightarrow$B is textbf{onto} (surjective) if for each element in the codomain B $exists a in A$ such that $alpha$(a)=b.
subsection{Bijection}
We say that $alpha:Arightarrow B$ is textbf{bijective} if $alpha$ is both 1-to-1 textbf{&} onto.
subsection{Theorem 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$.\
textbf{Remark:} In this event, the function $beta$ is unique.
subsection{Proof of Bijective Theorem:}
begin{center}
Suppose B':B$rightarrow$A is another such function.\
Then: B'=I$_Acirc$B'=$beta$($alpha$B')=$betacirc$I$_B$=$beta$\
textbf{Notation:} we denote the unique function $beta$ in the theorem by a$^{-1}$, called the inverse of the bijection of $alpha$.\
$alpha^{-1}alpha$=I$_A$ & $alphaalpha^{-1}$=I$_Bsquare$\
end{center}
indentation
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

documentclass{book}
usepackage[utf8]{inputenc}
usepackage{mathtools}
usepackage{gensymb}
usepackage{amsmath}
usepackage{amssymb}
usepackage{siunitx}
usepackage{amsfonts}
usepackage{textcomp}
usepackage{indentfirst}
usepackage{bm}
usepackage{float}
usepackage{tikz}
usepackage{setspace}
onehalfspacing
newcommand{Z}{mathbb{Z}}
newcommand{inv}{^{-1}}
newcommand{Q}{mathbb{Q}}
newcommand{R}{mathbb{R}}
newcommand{C}{mathbb{C}}
newcommand{gen}[1]{ensuremath{langle #1rangle}}
newcommand{vs}{vspace{2mm}}
newcommand{nl}{\>}
defmod{,mod,}
newenvironment{tab}
{begin{tabbing}
hspace{30pt}=hspace{30pt}=kill
}
{end{tabbing}}
title{MATH 570 Lecture Notes}
author{Professor: Dr. Jon Corson\
Prepared by: Justin Hayes}
date{Spring 2019}
begin{document}
tableofcontents
maketitle
chapter{Review of Functions}
section{Definition}
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.
section{Identity 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.
section{Composition 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)).
section{Associative Law:}
If $alpha$:A$rightarrow$B, $beta$:B$rightarrow$C; $gamma$:C$rightarrow$D,\
then $gamma$($betaalpha$)=($gammabeta$)$alpha$
subsection{Proof:}
begin{center}
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$.
end{center}
section{Identity Law:}
If $alpha$:A$rightarrow$B, then\
I$_Bcircalpha$=$alpha$ and $alpha$ $circ$ I$_A$=$alpha$
section{One-to-One, Onto & Bijections}
subsection{One-to-One}
We say that $alpha:Arightarrow B$ is textbf{1-to-1}(injective) $iffalpha$(a$_1$)=$alpha$(a$_2$)$Rightarrow$(a$_1$)=(a$_2$)
subsection{Onto}
We say that $alpha$:A$rightarrow$B is textbf{onto} (surjective) if for each element in the codomain B $exists a in A$ such that $alpha$(a)=b.
subsection{Bijection}
We say that $alpha:Arightarrow B$ is textbf{bijective} if $alpha$ is both 1-to-1 textbf{&} onto.
subsection{Theorem 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$.\
textbf{Remark:} In this event, the function $beta$ is unique.
subsection{Proof of Bijective Theorem:}
begin{center}
Suppose B':B$rightarrow$A is another such function.\
Then: B'=I$_Acirc$B'=$beta$($alpha$B')=$betacirc$I$_B$=$beta$\
textbf{Notation:} we denote the unique function $beta$ in the theorem by a$^{-1}$, called the inverse of the bijection of $alpha$.\
$alpha^{-1}alpha$=I$_A$ & $alphaalpha^{-1}$=I$_Bsquare$\
end{center}
indentation
indentation
edited Feb 10 at 20:12
Jhayes
asked Feb 9 at 18:04
JhayesJhayes
12
12
bumped to the homepage by Community♦ 12 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♦ 12 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 thebookclass (intwosidemode). Anyway, you may add the optiononesideto thebookclass (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
|
show 1 more comment
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 thebookclass (intwosidemode). Anyway, you may add the optiononesideto thebookclass (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
|
show 1 more comment
1 Answer
1
active
oldest
votes
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}
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
});
}
});
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%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
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}
add a comment |
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}
add a comment |
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}
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}
answered Feb 11 at 21:02
Peter WilsonPeter Wilson
8,54211533
8,54211533
add a comment |
add a comment |
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.
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%2f474085%2fnew-section-following-subsection-of-previous-section-not-indenting-correctly%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
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
bookclass (intwosidemode). Anyway, you may add the optiononesideto thebookclass (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