Standard markup |
Various standard markup is defined in std-markup. The following textual content tags all take one argument.
Most can be found in the
Emphasizes a region of text like in “the real
thing”. This tag corresponds to the menu entry
A sequence of literal characters like the ae ligature
æ. You can get this tag via
The name of a particular thing or concept like the
A bibliographic citation like a book or magazine. Example:
Melville's Moby Dick. This tag, which is obtained using
An abbreviation. Example: I work at the C.N.R.S. An
abbreviation is created using
An acronym is an abbreviation formed from the first letter of each
word in a name or a phrase, such as HTML or
IBM. In particular, the letters are not
separated by dots. You may enter an acronym using
Verbatim text like output from a computer program. Example: the
program said hello. You may enter verbatim text
via
Text which should be entered on a keyboard. Example: please type
return. This tag corresponds to the menu entry
Code of a computer program like in “cout <<
1+1;
yields 2”. This is entered using
Variables in a computer program like in cp
src-file dest-file. This tag
corresponds to the menu entry
This is a tag which will be used in the future for mathematics inside regular text. Example: the formula sin2 x + cos2 x = 1 is well-known.
This is a tag which can be used inside mathematics for specifying that an operator should be considered on itself, without any arguments. Example: the operation + is a function from R2 to R. This tag may become depreciated.
This is a physical tag for typewriter phase. It is used for
compatibility with
Most of the following logical size tags can be found in
These logical size tags should be used by preference when typesetting parts of your document in a larger or smaller font. Environments like footnotes or captions of tables may also be based on logical size tags. Document styles from professional publishers often assign very precise font settings to each of the logical size tags. By default, the size tags are rendered as follows:
Really tiny
Tiny
Really small
Very small
Smaller
Small
Normal size
Large
Larger
Very large
Really large
Huge
Really huge
The following are standard environments:
Described above.
Similar to
Environment for short (one paragraph) quotations.
Environment for long (multi-paragraph) quotations.
Environment for poetry.
This is a physical tag for centering one or several lines of text.
It is used for compatibility with
Some standard tabular environments are
Centered tables.
Left aligned tables with a border of standard 1ln width.
Centered tables with a border of standard 1ln width.
The following miscellaneous tags don't take arguments:
The TeXmacs logo.
The current version of TeXmacs (1.0.6.12).
A macro which may be used to indicate that your document was written using TeXmacs.
The TeX logo.
The LaTeX logo.
A horizontal rule like the one you see below:
The following miscellaneous tags all take one or more arguments:
This tag takes as much space as the typeset argument content would take, but content is not displayed. For instance, <phantom|phantom> yields “”.
For overlined text, which can be wrapped across several lines.
For underlined text, which can be wrapped across several lines.
The summary is displayed and the body ignored: the macro corresponds to the
folded presentation of a piece of content associated to a short
title or abstract. The second argument can be made visible using
Unfolded presentation of a piece of content body
associated to a short title or abstract summary.
The second argument can be made invisible using
Content which admits a finite number of alternative representation among which the user can switch using the function keys F9, F10, F11 and F12. This may for instance be used in interactive presentations. The argument current correspond to the currently visible presentation and alternative to the set of alternatives.