Difference between revisions of "LaTeX:Style"

m (Undo revision 16493 by Temperal (Talk), -> redirect to encompassing article)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
#redirect [[LaTeX:Layout]]
 +
 
{{Latex}}
 
{{Latex}}
 
You'll develop your own style of using LaTeX. The sections below outline some tips that you'll find helpful.
 
 
 
== Space ==
 
In LaTeX, you can use as much space as you like--LaTeX won't see it when it compiles. If you put in three spaces, it will only see one. If you put in 6 empty lines, it's the same as one. Therefore, this:
 
 
<pre><nowiki>
 
\documentclass{article}
 
\begin{document}
 
This is a sample document.
 
 
It illustrates how \LaTeX\ treats space.
 
\end{document}
 
</nowiki></pre>
 
 
 
 
 
 
== Comments ==
 
 
== Including Packages ==
 
 
== See also ==
 
*[[LaTeX:Symbols | Next: Symbols]]
 

Latest revision as of 23:19, 22 September 2007

Redirect to: