For more control over text formatting, use the formatting options for expressions . |
Code |
---|
_ Headings |
Code |
---|
_> Text formatting |
When exporting a document to PDF, a table of contents entry is created for each heading. |
Description | Example | Grafstate code | ||
---|---|---|---|---|
| Bold | **{Bold} | ||
| Italic | *{Italic} | ||
| Underline | __{Underline} | ||
| Overline x | ~{Overline} ~x | ||
| Highlight | !{Highlight} | ||
| Code **{Bold} \[Code ] | \[Code ]\[**{Bold} ]\[\[Code ]] | ||
| x2 x2n+1 | x^2 x^{2n+1} | ||
| x0 xi-1 | x_0 x_{i-1} |
A single underscore followed by curly braces is used for a subscript longer than a single character. Two underscores followed by curly braces are used to underline text. |
\tab
. To indent a line by the equivalent of one tab, begin the line with >
followed by a space. To double indent a line, begin the line with >>
followed by a space, and so on.Code |
---|
This line is not indented. > This line is indented. >>> This line is triple indented. |
><
followed by a space.Code |
---|
>< This line is centered. |
//
. For example∶Code |
---|
**{List}//\tab1. item//\tab2. item//\tab... |
Code |
---|
--- |
When exporting a document to PDF, each horizontal line is interpreted as a page break. |