Code: Select all
\chapter{Unit 1: Solar Resource}
\pagenumbering{arabic}
\input{HS_U1_SolarResource_2018_S}
Chapter 1
Unit 1: Solar Resource
Question: how do I remove the first line, so that "Chapter 1" does not show up?
Thanks!!
Code: Select all
\chapter{Unit 1: Solar Resource}
\pagenumbering{arabic}
\input{HS_U1_SolarResource_2018_S}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
book
and report
class print it that way, scrbook
and scrreprt
print it in the way you desire.Code: Select all
\documentclass{report}
\begin{document}
\chapter*{Unit 1: Solar Resource}
\end{document}
scrreprt
) or the titlesec
package can then help in customizing the header appearance.NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p