You are here home > know-how > mytexi > Reference > @-command List >
mytexi  

3.2 @-command List

29.02.2008

3.1 Menus [  up  ] - [ A - Z ] - [ TOC of mytexi ] 3.3 Examples (Hello, World!)

[ Example ]

Main Commands

@comment

Same as texinfo. May appear anywhere in your document.

@comment <any text treated as comment to the end of line>

@header, @footer

Layout, Header, Footer

@header
@footer

@call cmd="shell_command"

The output of the command «shell_command» will be inserted at this position

Sections: @[sub]*chapter

@chapter

Chapter, Document Structure

@chapter
@subchapter ref="motor_bikes" caption="Motor Bikes"
@subsubchapter ref="cars_sub_sub" caption="European Cars in Detail"
@subsubsubchapter ref="cars_sub_sub_sub" caption="European Cars in Full Detail"

@titlepage

@index

Will be replaced by a reference index. This at-command has to be located at the end of the mytexi document. You may tag a word to be indexed by just appending <!-- __INDEX -->. If you want to set another word that appears on the index, use the following syntax: <!-- __INDEX foo bar -->.

See an example.

Special

Current Date

@DATE{NOW,DD.MM.YYYY}
Sections: @header, @footer, @[sub]*chapter, @titlepage

@include <path_to_file>

Same as texinfo. Include and parse files.

Sections: @titlepage, @header, @[sub]*chapter

@include_body <path_to_file>

Same as texinfo. Include and parse files but grabs the body section only.

Sections: @[sub]*chapter

@include_core_body <path_to_file>

Same as @include. Include and parse files but grabs only the section between <!-- __CORE_BODY --> and <!-- /__CORE_BODY -->

Sections: @header, @footer, @[sub]*chapter

@url{URI}

Same as texinfo.

Sections: @[sub]*chapter, include Files


@suppress_if_printer_friendly

html code

@end suppress_if_printer_friendly

copyright by reto - created with mytexi