Underlining section titles [duplicate]












2
















This question already has an answer here:




  • Formatting section titles

    2 answers




Is there a good way by specifying it in the preamble, to underline my section titles (not chapter titles), instead of having to do chapter{underline{Section Title}} for all chapter titles in the body?



I would like it as something like in this picture below:



enter image description here



Thanks!










share|improve this question















marked as duplicate by JouleV, Stefan Pinnow, Phelype Oleinik, siracusa, Raaja 22 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 1





    That is very bad typographical practice.

    – Bernard
    yesterday











  • 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
    yesterday











  • Thnks, @JouleV, but I could not find how you can underline it and middle align it. I'm new to Latex actually.

    – Samyam Shrestha
    yesterday











  • @SamyamShrestha Look at the linked question.

    – JouleV
    yesterday
















2
















This question already has an answer here:




  • Formatting section titles

    2 answers




Is there a good way by specifying it in the preamble, to underline my section titles (not chapter titles), instead of having to do chapter{underline{Section Title}} for all chapter titles in the body?



I would like it as something like in this picture below:



enter image description here



Thanks!










share|improve this question















marked as duplicate by JouleV, Stefan Pinnow, Phelype Oleinik, siracusa, Raaja 22 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 1





    That is very bad typographical practice.

    – Bernard
    yesterday











  • 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
    yesterday











  • Thnks, @JouleV, but I could not find how you can underline it and middle align it. I'm new to Latex actually.

    – Samyam Shrestha
    yesterday











  • @SamyamShrestha Look at the linked question.

    – JouleV
    yesterday














2












2








2









This question already has an answer here:




  • Formatting section titles

    2 answers




Is there a good way by specifying it in the preamble, to underline my section titles (not chapter titles), instead of having to do chapter{underline{Section Title}} for all chapter titles in the body?



I would like it as something like in this picture below:



enter image description here



Thanks!










share|improve this question

















This question already has an answer here:




  • Formatting section titles

    2 answers




Is there a good way by specifying it in the preamble, to underline my section titles (not chapter titles), instead of having to do chapter{underline{Section Title}} for all chapter titles in the body?



I would like it as something like in this picture below:



enter image description here



Thanks!





This question already has an answer here:




  • Formatting section titles

    2 answers








sectioning formatting






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited yesterday







Samyam Shrestha

















asked yesterday









Samyam ShresthaSamyam Shrestha

495




495




marked as duplicate by JouleV, Stefan Pinnow, Phelype Oleinik, siracusa, Raaja 22 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by JouleV, Stefan Pinnow, Phelype Oleinik, siracusa, Raaja 22 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.










  • 1





    That is very bad typographical practice.

    – Bernard
    yesterday











  • 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
    yesterday











  • Thnks, @JouleV, but I could not find how you can underline it and middle align it. I'm new to Latex actually.

    – Samyam Shrestha
    yesterday











  • @SamyamShrestha Look at the linked question.

    – JouleV
    yesterday














  • 1





    That is very bad typographical practice.

    – Bernard
    yesterday











  • 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
    yesterday











  • Thnks, @JouleV, but I could not find how you can underline it and middle align it. I'm new to Latex actually.

    – Samyam Shrestha
    yesterday











  • @SamyamShrestha Look at the linked question.

    – JouleV
    yesterday








1




1





That is very bad typographical practice.

– Bernard
yesterday





That is very bad typographical practice.

– Bernard
yesterday













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
yesterday





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
yesterday













Thnks, @JouleV, but I could not find how you can underline it and middle align it. I'm new to Latex actually.

– Samyam Shrestha
yesterday





Thnks, @JouleV, but I could not find how you can underline it and middle align it. I'm new to Latex actually.

– Samyam Shrestha
yesterday













@SamyamShrestha Look at the linked question.

– JouleV
yesterday





@SamyamShrestha Look at the linked question.

– JouleV
yesterday










1 Answer
1






active

oldest

votes


















3














This is a quick way using sectsty



documentclass{book}
usepackage{sectsty}
sectionfont{underlinenormalfontnormalsizecentering}
usepackage{lipsum}
begin{document}
chapter{This is a chapter}
section{This is your section}
lipsum[1]
end{document}


enter image description here






share|improve this answer
























  • Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?

    – Samyam Shrestha
    yesterday











  • titlesec, or you can even edit it manually by redefining chapter.

    – JouleV
    yesterday


















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














This is a quick way using sectsty



documentclass{book}
usepackage{sectsty}
sectionfont{underlinenormalfontnormalsizecentering}
usepackage{lipsum}
begin{document}
chapter{This is a chapter}
section{This is your section}
lipsum[1]
end{document}


enter image description here






share|improve this answer
























  • Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?

    – Samyam Shrestha
    yesterday











  • titlesec, or you can even edit it manually by redefining chapter.

    – JouleV
    yesterday
















3














This is a quick way using sectsty



documentclass{book}
usepackage{sectsty}
sectionfont{underlinenormalfontnormalsizecentering}
usepackage{lipsum}
begin{document}
chapter{This is a chapter}
section{This is your section}
lipsum[1]
end{document}


enter image description here






share|improve this answer
























  • Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?

    – Samyam Shrestha
    yesterday











  • titlesec, or you can even edit it manually by redefining chapter.

    – JouleV
    yesterday














3












3








3







This is a quick way using sectsty



documentclass{book}
usepackage{sectsty}
sectionfont{underlinenormalfontnormalsizecentering}
usepackage{lipsum}
begin{document}
chapter{This is a chapter}
section{This is your section}
lipsum[1]
end{document}


enter image description here






share|improve this answer













This is a quick way using sectsty



documentclass{book}
usepackage{sectsty}
sectionfont{underlinenormalfontnormalsizecentering}
usepackage{lipsum}
begin{document}
chapter{This is a chapter}
section{This is your section}
lipsum[1]
end{document}


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered yesterday









JouleVJouleV

11.7k22561




11.7k22561













  • Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?

    – Samyam Shrestha
    yesterday











  • titlesec, or you can even edit it manually by redefining chapter.

    – JouleV
    yesterday



















  • Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?

    – Samyam Shrestha
    yesterday











  • titlesec, or you can even edit it manually by redefining chapter.

    – JouleV
    yesterday

















Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?

– Samyam Shrestha
yesterday





Great, that's sweet! Thanks! Similar to this (sectsty), what package can edit chapter titles?

– Samyam Shrestha
yesterday













titlesec, or you can even edit it manually by redefining chapter.

– JouleV
yesterday





titlesec, or you can even edit it manually by redefining chapter.

– JouleV
yesterday



Popular posts from this blog

Masuk log Menu navigasi

16 Maret Daftar isi Peristiwa | Kelahiran | Meninggal | Hari raya dan peringatan | Menu navigasis

ジョン・ファウルズ