Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
![]() | VERSIONID |
![]()
|
Name | HTML Code | LaTeX Code | MS Word Font | LaTeX Shortcut |
---|---|---|---|---|
AIPS++ | font face=helvetica | \sf | Helvetica | \aipspp |
Glish | I | \em | Italics | \glish |
Glish variable | I | \em | Italics | EMPTY |
Example:The Glish variable foo3 has the value of 10.... | ||||
File Names | I | \em | Italics | EMPTY |
Example: This makes the Image file called myimage.data.... | ||||
Names of Scripts | I | \em | Italics | EMPTY |
Example: The Glish script doggies.g should be used to ..... | ||||
AipsView (program names) | I | \em | Italics, cap first letters of words | \av |
C++ | B | \bf | Boldface | EMPTY |
Table Column Names | B | \bf | Boldface | EMPTY |
GUI ASCII UNIX FITS | all caps | |||
tool (used to be object) | TT | \tt | Courier New, one "Word" size smaller | EMPTY |
Example: This tool has many tool functions ..... | ||||
tool function argument | B | \bf | Boldface | |
Example: The tool function argument infile should be .... | ||||
Example: The Imager tool can do a lot of things ..... | ||||
function (used to be method) | B | \bf | Boldface | EMPTY |
code in documentation | TT | \tt | Courier New, one "Word" size smaller | EMPTY |
Example: Issue the command print x to see the value of x..... | ||||
Button Names | font face=helvetica | \sf | Helvetica | EMPTY |
Table (classes, modules) Imager Image MeasurementSet (or MS) | cap first letter in each word | |||
Names of GUIs and windows | cap first letter in each word | |||
Menu Names | I | \em | Italics | EMPTY |
Menu Options | B | \bf | Boldface | EMPTY |
Important Note from Wes: One suggestion I would make since it has caused us lots of trouble in the past is to use \texttt{your text here} rather than the {\tt your text here} construct (Also \textem{}, \textbf{}, etc..} It's much easier for us to spot those missing }'s. Also I believe we have \aipspp defined so whenever you want AIPS++ use the \aips2pp