See
BLT.
LaTeX: from
http://www.tex.ac.uk/cgi-bin/texfaq2html?question=7
:
LaTeX is a TeX macro package, originally written by Leslie Lamport, that provides a document processing system. LaTeX allows markup to describe the structure of a document, so that the user need not think about presentation. By using document classes and add-on packages, the same document can be produced in a variety of different layouts.
See
TextMarkupInLinux.
Some sample
LaTeX (from
http://www.northernjourney.com/opensource/newbies/newb020.html
):
\documentstyle{letter}
\address{586 Linux Drive \\ Port Debian, ON \\ L5G 9X9}
\signature{Ima Texhead, Jr.}
\begin{document}
\begin{letter}{Ima Texhead, Sr. \\
486 BSD Way \\
Berkeley, CA 95587}
\opening{Dear Dad,}
Hope you're proud to see I'm using \LaTeX, just like you, Dad. Now that
I've arrived, I could use some cash for a new Linux system.
Sorry I didn't use email but I love the look of \LaTeX\ output.
\closing{Thanks,}
\end{letter}
\end{document}
See also:
Contributors
- RandyKramer - 09 Feb 2002
- <If you edit this page, add your name here, move this to the next line>