blob: 4e38e59993dbf705c3ebeb1f1144030d3b2433d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
+-----------------------------------------------------------------------------+
| mathitalic |
+-----------------------------------------------------------------------------+
Abbreviation: ã|\miã%
Parameters: ã|noneã%
ã|Description:ã%
The \mathitalic markup is a font change much the same as \roman or
\italic. The behavior of the math italic font is quite different from the
italic. For example, the sequence "This lengthy succession" will print
as "This lengthy succession" with \italic and "This lengthy succession with
\mathitalic. This markup is usually used in math mode.
ã|Example:ã%
Control sequences with {\it several
arguments} require even more {\mi precautions
than control sequences with one argument.}
+-----------------------------------------------------------------------------+
| |
| Control sequences with several arguments require even more precautions |
| than control sequences with one argument. |
| |
+-----------------------------------------------------------------------------+
ã|Notes:ã%
\mathitalic does not honor interword spacing (the space between words) in a
sentence.
|