README 707 B

1234567891011121314151617181920212223242526
  1. LaTeX is a high-quality typesetting system; it includes features
  2. designed for the production of technical and scientific
  3. documentation. Latex2html is used for converting Latex files which
  4. have a .tex suffix to html
  5. a basic latex document looks like this:
  6. \documentclass{article}
  7. \begin{document}
  8. Hello World!
  9. \end{document}
  10. if you save such a document say called helloworld.tex
  11. then to convert this document to html form, open a terminal
  12. and cd to where helloworld.tex is.
  13. Then its a simple as
  14. $latex2html helloworld.tex
  15. for option flags type: $latex2html --help
  16. for extensive documentation see manual.pdf
  17. when package is installed a copy of manual.pdf
  18. will be put in /usr/doc/latex2html-2019.2