Page Layout ⇒ Subsection Text between horizontal Line
Subsection Text between horizontal Line
Hi again, I am trying to figure out how to make all the subsections in the document in the format ----Subsection text----(lines have no breaks). Also I will use the opportunity and also ask how can a line under the subsection can be implemented too. Thank you in advance !:)
NEW: TikZ book now 40% off at Amazon.com for a short time.

Subsection Text between horizontal Line
For your second question, maybe this post is helpful.
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
Follow howtoTeX on twitter
Re: Subsection Text between horizontal Line
Thanks! However, I have already tried that example and I dont quite manage to insert two commands at once. For example:
\subsectionfont{
\centering
\sectionrule{0pt}{0pt}{-5pt}{0.8pt}
}
Does not produce a horizontal rule under the subsection text, it just centers it. Although, the \sectionrule does work separately.
\subsectionfont{
\centering
\sectionrule{0pt}{0pt}{-5pt}{0.8pt}
}
Does not produce a horizontal rule under the subsection text, it just centers it. Although, the \sectionrule does work separately.