Text Formatting ⇒ Single Pages
Single Pages
How I can write single pages by LaTex, for example, Exam, outline, proposal or something like that.
a lot of thanks.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Single Pages
welcome to the board!
For such small documents you could use the article class. An example:
Code: Select all
\documentclass{article}
\begin{document}
\section*{Proposal}
This is a single page.
\end{document}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Single Pages
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Single Pages
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Single Pages
As Stefan already said, this is described in the Board Rules. They can be found on top of every forum and can't be overlooked. Furthermore they should be read before posting. Marking a topic as solved means to edit the initial post, not the last one.muath wrote:Sorrry, I do not know how to mark it.
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10