Search found 1 match

by SegevT
Tue Apr 24, 2018 5:52 am
Forum: Text Formatting
Topic: Chapter header
Replies: 2
Views: 3200

Chapter header

With this code

Code: Select all

\chapter{Unit 1: Solar Resource}
\pagenumbering{arabic}
\input{HS_U1_SolarResource_2018_S}
I get

Chapter 1
Unit 1: Solar Resource

Question: how do I remove the first line, so that "Chapter 1" does not show up?

Thanks!!