Projekt

Allgemein

Profil

Processing Instructions » Historie » Revision 19

Revision 18 (Martin Kraetke, 19.01.2024 11:18) → Revision 19/22 (Martin Kraetke, 18.04.2024 10:38)

h1. Processing Instructions 

 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. 

 |_. Symbol |_. Unicode |_. Name      |_. Description | 
 |%{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. |   
 |@\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.    |  
 |@\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. | 
 |@~notoc@ |     | do not include in ToC | Applicable in headlines. Removes the headline from the table of contents. | 
 |@~noBM@ |     | do not include in PDF bookmarks | Valid in headlines. The headline will be excluded from the PDF bookmark tree. | 
 |@~top@ |     | float position top | Valid in figure paragraphs. The figure will be floating and positioned at the top of the page | 
 |@~bottom@ |     | float position bottom | Valid in figure paragraphs. The figure will be floating and positioned at the bottom of the page    | 
 |@~fixed@ |     | fixed position | Valid in figure paragraphs. The figure will be fixed to its location in the content. | 
 |@~-1@ |     | reduce paragraph | Place at the end of a paragraph. xerif attempts to shorten the paragraph by the given number of lines.    | 
 |@~+1@ |     | enlarge paragraph | Place at the end of a paragraph. xerif attempts to increase the paragraph by the given number of lines. | 
 |@\tpNewTocPage@ |     | inserts a page break in the ToC | Place before the headline and a page break is inserted only in the ToC. |