summaryrefslogtreecommitdiffstats
path: root/academic/latex2html/README
diff options
context:
space:
mode:
author andy brookes2019-06-23 00:54:17 +0200
committer Willy Sudiarto Raharjo2019-06-23 00:54:17 +0200
commit52a7b2d7275d2a3ad5c66a786eade64db4f699e3 (patch)
tree5bb29d8f7bc0e9eed1c4b2fce22451233c97492d /academic/latex2html/README
parent3b8d1ea88318a903d9de39bfc5b10f76b38d292d (diff)
downloadslackbuilds-52a7b2d7275d2a3ad5c66a786eade64db4f699e3.tar.gz
academic/latex2html: Added (convert latex document).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/latex2html/README')
-rw-r--r--academic/latex2html/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/academic/latex2html/README b/academic/latex2html/README
new file mode 100644
index 0000000000..006e06046c
--- /dev/null
+++ b/academic/latex2html/README
@@ -0,0 +1,18 @@
+LaTeX is a high-quality typesetting system; it includes features
+designed for the production of technical and scientific
+documentation. Latex2html is used for converting Latex files which
+nave a .tex suffix to html.
+
+a basic latex document looks like this:
+
+\documentclass{article}
+\begin{document}
+ Hello World!
+\end{document}
+
+if you save such a document say called helloworld.tex
+then to convert this document to html form, open a terminal
+and cd to where helloworld.tex is.
+
+Then its a simple as
+$latex2html helloworld.tex