-
LaTeX:
a
language
for
authoring
content
-
Objective:
conversions
to
representations
suitable
for
display
and
manipulation
-
Desirable:
one
source,
many
targets
-
PDF:
presentation-oriented
view
-
DocBook:
logical-oriented
perspective
- HTML and OpenOffice: reside somewhere in between
- Approach: find an appropriate command line
\documentclass{article}
\begin{document}
Hello World!
\end{document}
|
|
That is already more than most users know!
|