Introduction to RapidTeX

RapidTeX is a document markup language for creating well-structured documents. It is also the name of the software used to convert RapidTeX documents to LaTeX and HTML.

RapidTeX is an easy markup-language compared to HTML and LaTeX. However it still retains powerful markup functionality for tables, etc... The RapidTeX software can convert RapidTeX document to HTML format for use on the web, or to LaTeX format for further processing to for example PostScript or Portable Document Format (PDF). The power of RapidTeX is its straightforward notation, especially when it comes to basic text, the following example will illustrate a simple piece of a RapidTeX document:

------------------
Simple demonstration
------------------

This is a _simple_ demonstration of RapidTeX code:

-- RapidTeX is called "rapid" because of it's faster notation compared to LaTeX and ^HTML^
-- RapidTeX is called "TeX" because its main export goes to LaTeX format
-- However, RapidTeX can export to HTML just as well!

There is however a powerful RapidTeX editor (RapidTeXEdit) available to easily create RapidTeX documents with, its usage is recommend! You can find this software here.

Features of the RapidTeX Markup Language

Do note that RapidTeX's current version is 0.3 and is still in beta-stage:

Planned features for the future

Requirements

To write RapidTeX source, you really only need a unicode text editor, and with the RapidTeX software you can export your source to an HTML file. But to output to PDF/PS, there are some requirements:

Download

Installation

Follow the instructions in the file rapidtex.pdf.

Documentation

The documentation can be found in rapidtex.pdf, an online version can be found here

RapidTeXEdit

There is a GUI editor available for RapidTeX, it is called RapidTeXEdit and is written in Python/Tk, it can be found here. This software makes writing RapidTeX documents even easier!