Other Formatting
- Mathematical
Notation
- Hyperlinks
- Images, Attachments,
and Clipart
- Tables and
Lists
Mathematical
Notation
Tag |
Description |
Example Tag |
Output |
\sum{lower, upper} |
Sum using sigma notation |
\sum{i=1,10} i |
Si=110
i |
\int{lower, upper} |
Definite Integral |
\int{0,6} x dx |
ò06
x dx |
Example
Input: |
|
\int{0,2\greek{p}}
sin(x) dx = 0 |
Output: |
|
ò02p
sin(x) dx = 0 |
Hyperlinks
Code |
Description |
\link{URL, text
description} |
Link to URL with text description |
\mail{address,
text description} |
"mailto" link to address
with text description |
Example
Input: |
|
To learn more about
this \green{FREE} discussion board program, visit the \link{http://www.discusware.com/discus/,Discus
Home Page}. |
Output: |
|
To learn more about
this FREE discussion board program, visit the
Discus Home
Page. |
Images
and Clipart
Tag |
Description |
\image{Text description} |
Upon posting, you are prompted
for an image file to upload. Images must be either GIF or JPEG format.
Images must be saved on your hard disk. Your browser must support form-based
file upload (Netscape Navigator 2.0+ and Internet Explorer 4.0+ support
this; IE 3.02 will also work provided that you have installed the file
upload patch). |
\clipart{Clipart File
Name} |
Inserts clipart (see index)
|
Example
Input: |
|
This is a picture
of me: \image{my picture} and I smile like this: \clipart{smile}. |
Output: |
|
This is a picture
of me:
and I smile like this: .
Note that the "Your Image Here" graphic is replaced by the
image file that you upload. |
Tables
and Lists
You can hand-enter tables or you
can paste in tables directly from a tab-delimited spreadsheet (such as Microsoft
Excel). See the "Pasting Tables" instructions if you are pasting
a table directly from Excel.
Tag |
Description |
\table{Table Items} |
Creates a table of the Table
Items (table HAS a border) |
\tablenb{Table Items} |
Creates a table of the Table
Items (table has NO border) |
\list{List Items} |
Creates a bulleted list of the
List Items |
\olist{List Items} |
Creates an ordered (numbered
list of the List Items) |
Table
Items and List Items
The Table Items are divided
into columns by commas and into rows by newline characters (carriage returns).
Thus, the entry \table{1,2,3} would create a
table with three columns (with entries "1", "2", and
"3").
The List Items are separated
by newline characters (carriage returns). Each List Item is given a bullet.
See the examples for further explanation.
Pasting
Tables
You can paste in tables from tab-delimited
spreadsheets such as Microsoft Excel. To paste a table, do the following:
- Open your spreadsheet using
Excel.
- Select the range that you wish
to paste as a table using Excel.
- Choose Edit and then Copy.
- Bring up your WWW browser.
- Enter an "empty"
table tag (such as \table{ } or \tablenb{ }) in your message.
Do not put in any Table Items at this time.
- Click the mouse between the
curly braces in that tag.
- Select Edit and then Paste.
Examples
Input: |
|
\table{X,O,X
O,X
O,,X} |
Output: |
|
|
|
Input: |
|
\list{List
Item 1
List Item 2
List Item 3} |
Output: |
|
- List Item 1
- List Item 2
- List Item 3
|
|
Input: |
|
\table{1,2\ch{br}2.5,3
4,\ch{nbsp},6
7,8,9\,000} |
Output: |
|
|
|