Search found 2 matches

by chrisok
Thu May 30, 2024 11:24 am
Forum: Page Layout
Topic: Formatting heading
Replies: 3
Views: 19340

Formatting heading

Great and thanks to the support team for their invaluable rapid response on Overleaf.
The issue was resolved by placing the following at the beginning of each chapter, causing the chapter numbering to start at "0".
Solution:
\setcounter{section}{-1}
\section{Chapter Introduction:}

Result:
1.0 ...
by chrisok
Sat May 18, 2024 10:30 pm
Forum: Page Layout
Topic: Formatting heading
Replies: 3
Views: 19340

Formatting heading

This reply was helpful to me too.
Please want to have the following on the PDF, but do not know how to include the 1.0 to appear automatically, I rather having to enter it manually and the text is never the same size as the 1.1.

Chapter 1

\textbf{1.0 Chapter Introduction:}\\ % This line show's the ...