Projekt

Allgemein

Profil

Processing Instructions » Historie » Version 14

Martin Kraetke, 03.12.2022 17:04

1 1 Martin Kraetke
h1. Processing Instructions
2
3 8 Martin Kraetke
You can insert processing instructions by adding a text or symbol with the style @[a-z]+_pi@. This will result in a command in TeX.
4 1 Martin Kraetke
5
|_. Symbol |_. Unicode |_. Name    |_. Beschreibung |
6 11 Marcus Hottenroth
|%{font-size:2em}↡%       |  U+21A1   | Pagebreak | Special pagebreak instruction. Fills the current line with text appearing after this PI before the pagebreak so that the justified text alignment will be preserved. |  
7
|\backmatter       |   | Start backmatter | Starts the backmatter section. Necessary if the backmatter contains layouts that differ from the document body, e. g. another page numbering or changed heading markup.  | 
8 12 Martin Kraetke
|\frontmatter|   | Start frontmatter | Marks the beginning of the frontmatter section. Use this if your document contains layout distinctions between frontmatter and body. The frontmatter ends automatically at the first regular part, chapter, or article. |
9 14 Martin Kraetke
|~notoc|   | do not include in ToC | Applicable in headlines. Removes the headline from the table of contents. |
10
|~noBM |   | do not include in PDF bookmarks | Valid in headlines. The headline will be excluded from the PDF bookmark tree. |
11
|~top |   | float position top | Valid in figure paragraphs. The figure will be floating and positioned at the top of the page |
12
|~bottom |   | float position bottom | Valid in figure paragraphs. The figure will be floating and positioned at the bottom of the page  |
13
|~fixed |   | fixed position | Valid in figure paragraphs. The figure will be fixed to its location in the content. |