Text FormattingSingle Pages

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
muath
Posts: 30
Joined: Thu Jul 15, 2010 11:34 am

Single Pages

Post by muath »

Hi there!
How I can write single pages by LaTex, for example, Exam, outline, proposal or something like that.
a lot of thanks.
Last edited by muath on Sat Jul 17, 2010 1:50 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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: 10334
Joined: Mon Mar 10, 2008 9:44 pm

Single Pages

Post by Stefan Kottwitz »

Hi muath,

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}
Stefan
LaTeX.org admin
muath
Posts: 30
Joined: Thu Jul 15, 2010 11:34 am

Re: Single Pages

Post by muath »

Thank You
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Single Pages

Post by localghost »

Now that the problem is solved, please mark the topic accordingly as described in Section 3 of the Board Rules.


Best regards and welcome to the board
Thorsten
muath
Posts: 30
Joined: Thu Jul 15, 2010 11:34 am

Re: Single Pages

Post by muath »

Sorrry, I do not know how to mark it.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10334
Joined: Mon Mar 10, 2008 9:44 pm

Single Pages

Post by Stefan Kottwitz »

Hi,

you can find it here: Board rules, in section 3.

Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Single Pages

Post by localghost »

muath wrote:Sorrry, I do not know how to mark it.
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.
Post Reply