LaTex for the Horrified
LaTex is a document preparation system with the aims to allow
authors to focus on the content of their documents rather than its
formatting. It is used most often for technical and scientific document preparation. Best of all, the
software is FREE! I also found an online LaTex
equation editor, which should suit most of the needs of those working
in the
LTC.
There are two basic types of formatting in LaTex temporary and
semipermanent.
Temporary changes have a definite end and a definite beginning.
Example:
\begin{document}
\end{document}
Semipermanent changes on the other hand will stay 'activated' until
turned off, like flipping switch on. Example:
\documentclass{article}
Below are some commands useful commands, an sample document prepared
using LaTex can be viewed
at this site.
COMMANDS
To change font size: {\tiny word}
Font sizes available:tiny, scriptsize, small, normalsize, large,
Large, LARGE, and huge
To change font style: {\sc word}- small caps; {\it
words}-italic; {\bf
word}-bold font
Sectioning: \section{text for heading};
\subsection{text
for
heading}; \subsubsection{text for heading}; \paragraph {text for start of
paragraph}; \section*{text for heading}- removes numbering from section
Foot note: \footnote{footnote text}
Tabulating: \begin{tabular}{11}two colums
\hlinehorizontal line
\something & something
\end{tabular}
Bibliography: \begin{thebibliography}{XX}
\bibitem{lamp} Leslie Lamporm,
{ \em Latex, A Document Preparation System},
Addison-Wesley
\end{thebibliography}
In text citation: \cite{lamp}
Centering:
\begin{center}
\end{center}
Itemized list:
\begin{itemize}
\item some item
\end{itemize}
To view formatted document: xdvi filename.dvi
SPECIAL CHARACTERS
\% => %
\& => &
\_ => \
\# => #
\{ \} => { }
\'{e} => acute accent
|