Underlining section titlesFormatting section titlesIs it possible to customize only the section and subsection numbers or titles in memoir?Formatting section titlesLaTeX Underlined section titles with note to right without underlineDifferent format styles for section and appendix titlesBroken automatic line breaking in section titles when ulem and hyperref are usedhrule underlining of subsection titlesTitlesec & titles extending into marginSimple Way to Format Section TitlesInserting section titles on the chapter title pageProblems with the table of contents
Why are only specific transaction types accepted into the mempool?
Set-theoretical foundations of Mathematics with only bounded quantifiers
Banach space and Hilbert space topology
How to make payment on the internet without leaving a money trail?
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
What defenses are there against being summoned by the Gate spell?
XeLaTeX and pdfLaTeX ignore hyphenation
How can I fix this gap between bookcases I made?
"which" command doesn't work / path of Safari?
How to add power-LED to my small amplifier?
Patience, young "Padovan"
Pronouncing Dictionary.com's W.O.D "vade mecum" in English
Prevent a directory in /tmp from being deleted
How to re-create Edward Weson's Pepper No. 30?
Why is the design of haulage companies so “special”?
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
How does one intimidate enemies without having the capacity for violence?
How can I hide my bitcoin transactions to protect anonymity from others?
If Manufacturer spice model and Datasheet give different values which should I use?
What typically incentivizes a professor to change jobs to a lower ranking university?
Compute hash value according to multiplication method
Japan - Plan around max visa duration
whey we use polarized capacitor?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Underlining section titles
Formatting section titlesIs it possible to customize only the section and subsection numbers or titles in memoir?Formatting section titlesLaTeX Underlined section titles with note to right without underlineDifferent format styles for section and appendix titlesBroken automatic line breaking in section titles when ulem and hyperref are usedhrule underlining of subsection titlesTitlesec & titles extending into marginSimple Way to Format Section TitlesInserting section titles on the chapter title pageProblems with the table of contents
Is there a good way by specifying it in the preamble, to underline my section titles (not chapter titles), instead of having to do chapterunderlineSection Title
for all chapter titles in the body?
I would like it as something like in this picture below:
Thanks!
sectioning formatting
|
show 1 more comment
Is there a good way by specifying it in the preamble, to underline my section titles (not chapter titles), instead of having to do chapterunderlineSection Title
for all chapter titles in the body?
I would like it as something like in this picture below:
Thanks!
sectioning formatting
Why do you usechapter
for that? I thinksection
orsubsection
fits better.
– JouleV
8 hours ago
2
Possible duplicate of Formatting section titles
– JouleV
8 hours ago
1
That is very bad typographical practice.
– Bernard
8 hours ago
Oo, sorry, I totally switched chapter and section. I meant this one is for the section title, not chapter title. I need to make it that way because of the thesis formatting requirements.
– Samyam Shrestha
7 hours ago
Thnks, @JouleV, but I could not find how you can underline it and middle align it. I'm new to Latex actually.
– Samyam Shrestha
7 hours ago
|
show 1 more comment
Is there a good way by specifying it in the preamble, to underline my section titles (not chapter titles), instead of having to do chapterunderlineSection Title
for all chapter titles in the body?
I would like it as something like in this picture below:
Thanks!
sectioning formatting
Is there a good way by specifying it in the preamble, to underline my section titles (not chapter titles), instead of having to do chapterunderlineSection Title
for all chapter titles in the body?
I would like it as something like in this picture below:
Thanks!
sectioning formatting
sectioning formatting
edited 7 hours ago
Samyam Shrestha
asked 8 hours ago
Samyam ShresthaSamyam Shrestha
495
495
Why do you usechapter
for that? I thinksection
orsubsection
fits better.
– JouleV
8 hours ago
2
Possible duplicate of Formatting section titles
– JouleV
8 hours ago
1
That is very bad typographical practice.
– Bernard
8 hours ago
Oo, sorry, I totally switched chapter and section. I meant this one is for the section title, not chapter title. I need to make it that way because of the thesis formatting requirements.
– Samyam Shrestha
7 hours ago
Thnks, @JouleV, but I could not find how you can underline it and middle align it. I'm new to Latex actually.
– Samyam Shrestha
7 hours ago
|
show 1 more comment
Why do you usechapter
for that? I thinksection
orsubsection
fits better.
– JouleV
8 hours ago
2
Possible duplicate of Formatting section titles
– JouleV
8 hours ago
1
That is very bad typographical practice.
– Bernard
8 hours ago
Oo, sorry, I totally switched chapter and section. I meant this one is for the section title, not chapter title. I need to make it that way because of the thesis formatting requirements.
– Samyam Shrestha
7 hours ago
Thnks, @JouleV, but I could not find how you can underline it and middle align it. I'm new to Latex actually.
– Samyam Shrestha
7 hours ago
Why do you use
chapter
for that? I think section
or subsection
fits better.– JouleV
8 hours ago
Why do you use
chapter
for that? I think section
or subsection
fits better.– JouleV
8 hours ago
2
2
Possible duplicate of Formatting section titles
– JouleV
8 hours ago
Possible duplicate of Formatting section titles
– JouleV
8 hours ago
1
1
That is very bad typographical practice.
– Bernard
8 hours ago
That is very bad typographical practice.
– Bernard
8 hours ago
Oo, sorry, I totally switched chapter and section. I meant this one is for the section title, not chapter title. I need to make it that way because of the thesis formatting requirements.
– Samyam Shrestha
7 hours ago
Oo, sorry, I totally switched chapter and section. I meant this one is for the section title, not chapter title. I need to make it that way because of the thesis formatting requirements.
– Samyam Shrestha
7 hours ago
Thnks, @JouleV, but I could not find how you can underline it and middle align it. I'm new to Latex actually.
– Samyam Shrestha
7 hours ago
Thnks, @JouleV, but I could not find how you can underline it and middle align it. I'm new to Latex actually.
– Samyam Shrestha
7 hours ago
|
show 1 more comment
1 Answer
1
active
oldest
votes
This is a quick way using sectsty
documentclassbook
usepackagesectsty
sectionfontunderlinenormalfontnormalsizecentering
usepackagelipsum
begindocument
chapterThis is a chapter
sectionThis is your section
lipsum[1]
enddocument
Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?
– Samyam Shrestha
7 hours ago
titlesec
, or you can even edit it manually by redefiningchapter
.
– JouleV
7 hours ago
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%2f483685%2funderlining-section-titles%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
This is a quick way using sectsty
documentclassbook
usepackagesectsty
sectionfontunderlinenormalfontnormalsizecentering
usepackagelipsum
begindocument
chapterThis is a chapter
sectionThis is your section
lipsum[1]
enddocument
Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?
– Samyam Shrestha
7 hours ago
titlesec
, or you can even edit it manually by redefiningchapter
.
– JouleV
7 hours ago
add a comment |
This is a quick way using sectsty
documentclassbook
usepackagesectsty
sectionfontunderlinenormalfontnormalsizecentering
usepackagelipsum
begindocument
chapterThis is a chapter
sectionThis is your section
lipsum[1]
enddocument
Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?
– Samyam Shrestha
7 hours ago
titlesec
, or you can even edit it manually by redefiningchapter
.
– JouleV
7 hours ago
add a comment |
This is a quick way using sectsty
documentclassbook
usepackagesectsty
sectionfontunderlinenormalfontnormalsizecentering
usepackagelipsum
begindocument
chapterThis is a chapter
sectionThis is your section
lipsum[1]
enddocument
This is a quick way using sectsty
documentclassbook
usepackagesectsty
sectionfontunderlinenormalfontnormalsizecentering
usepackagelipsum
begindocument
chapterThis is a chapter
sectionThis is your section
lipsum[1]
enddocument
answered 7 hours ago
JouleVJouleV
11.4k22561
11.4k22561
Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?
– Samyam Shrestha
7 hours ago
titlesec
, or you can even edit it manually by redefiningchapter
.
– JouleV
7 hours ago
add a comment |
Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?
– Samyam Shrestha
7 hours ago
titlesec
, or you can even edit it manually by redefiningchapter
.
– JouleV
7 hours ago
Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?
– Samyam Shrestha
7 hours ago
Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?
– Samyam Shrestha
7 hours ago
titlesec
, or you can even edit it manually by redefining chapter
.– JouleV
7 hours ago
titlesec
, or you can even edit it manually by redefining chapter
.– JouleV
7 hours ago
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%2f483685%2funderlining-section-titles%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
Why do you use
chapter
for that? I thinksection
orsubsection
fits better.– JouleV
8 hours ago
2
Possible duplicate of Formatting section titles
– JouleV
8 hours ago
1
That is very bad typographical practice.
– Bernard
8 hours ago
Oo, sorry, I totally switched chapter and section. I meant this one is for the section title, not chapter title. I need to make it that way because of the thesis formatting requirements.
– Samyam Shrestha
7 hours ago
Thnks, @JouleV, but I could not find how you can underline it and middle align it. I'm new to Latex actually.
– Samyam Shrestha
7 hours ago