*
RapidTeX Example
*
This is a simple example demonstrating the capabilities of RapidTeXtimes;First of all I recommend you to also read the documentation that comes with RapidTeXtimes;You can also inspect the sourcecode to see what functions are built-in. Lets demonstrate a list of vegetables now:
  • Apple
  • Pear
  • Melon
We can also make this a numbered list:
  1. Apple
  2. Pear
  3. Melon
Or we can put it in a nice table:
Apple Pear Melon
Pear Melon Apple
Melon Apple Pear
Of course, it is also possible to make words bold, write them in italics or underline them. It's even possible to write everything in a typewriter font. We must of course also demonstrate the power of using mathematical symbols, we can for example write: a → b → c We can even center it nicely:
a → b → c
Or align it right:
a ← b ← c Moreover, we can make small text, big or bigger if we want to. We can also refer to websites like {proycon@anaproy.homeip.net}.
Note that we can temporarily *disable* the preprocessor if we need too... RapidTeX obviously also supports colours such as green and blue. And {SpringGreen} more exotic colors or {0.7,0.5,0.5} {#ef0909} precisely specified colors . We can also highlight something. And we can use accented characters such as: „¡Viva españa!”. Let's include a nice picture in our document:


{This is my personal flag!}

You see, including pictures is very easy. There are also variants to this, such as lpicture and rpicture, which aligns the picture left or right. But you can also use image instead of picture, the difference is that in RapidTeX, a picture has a caption, but an image doesn't. 3cm {flag.jpg} We can also wrap text around an image, as we are illustrating right now. This is also very easy to do. In the meantime, we can illustrate that it is possible to change fonts as well in a quick way. The sky's the limit! Let's do some math while we are at it: , do note that this math functionality is from LaTeX and not RapidTeX, so it won't show correctly in HTML. However, RapidTeX has special functionality to use LaTeX to render some things that HTML can't handle (such as complex math), and include the result as an image like this: It is also possible to put things in a boxed environment:


10cm 50% Help! I'm jailed! Or in a coloured box environment:


10cm 50% blue white red Help! I'm jailed! And we have the verbatim environment that allows us to display raw code, usually you'd also want to disable RapidTeX temporarily: for (int i = 0; i <= 100; i++) { print i; } And we can make footnotes is a footnote}. The time has come to take a closer look at tables, tables can become very complex entities and their behaviour is regulated through the use of various variables: column2align={c} column3align={r} column2exactwidth={3cm} column2htmlwidth={100}
This is a table
column1span={2}
This is a table
column1span={1}
column2span={2}
This is a table
If we set an exact-width for the column, then we can have cells that span multiple lines: #First we reset all the variables to their defaults column2exactwidth={3cm} column2htmlwidth={200}
This is a cell that spans multiple lines because an exact-width was specified
We can make our tables colourful as well by adjusting a few variables: #First we reset all the variables to their defaults column2color={red} column2textcolor={white}
I am colourful
Colour makes happy
rowcolor={blue}
rowtextcolor={white}
I love colour



Well, That's all folks...!