Hans Fangohr, Computational Science
  • Computing home
  • Pages
  • Printing to pdf
  • Linux
  • Python Applications
  • LaTeX
  • ImageMagick
  • Python
  • Asking smartly
  • reStructuredText
  • Units
  • Ubuntu
  • Octave
  • Python installation
  • fonts
  • SublimeText
  • Dvorak keyboard
  • Mercurial Hg
  • Home HF
  • |
  • Computing
  • |
  • reStructuredText

reStructuredText (rst)¶

Introduction¶

RST is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system, abbreviated rst. To illustrate what you can do with rst, we provide the same document (that explains what rst is) in three different formats:

  • the plain text source: rst.txt

  • the html version, created with rst2html rst.txt rst.html: rst.html

  • a pdf file, create with rst2latex rst.txt rst.tex; pdflatex rst.tex: rst.pdf

More Information¶

  • Addition (February 2008): Have come across this demonstration of rst and its use in Emacs: http://showmedo.com/videos/video?name=980010&fromSeriesID=98

Return to Top

Created with reStructuredText and Sphinx.