Index
All Classes and Interfaces|All Packages
A
- addCol(GenericCommand) - Method in class ch.stegmaier.java2tex.commands.Row
- addCol(GenericCommand) - Method in class ch.stegmaier.java2tex.commands.Tabular
- addCol(String) - Method in class ch.stegmaier.java2tex.commands.Row
- addCol(String) - Method in class ch.stegmaier.java2tex.commands.Tabular
- addCol(Optional<String>) - Method in class ch.stegmaier.java2tex.commands.Row
- addCols(String...) - Method in class ch.stegmaier.java2tex.commands.Row
- addCols(String...) - Method in class ch.stegmaier.java2tex.commands.Tabular
- addRow(Row) - Method in class ch.stegmaier.java2tex.commands.Tabular
- append(float) - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- append(BaseCommand) - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- append(String) - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- append(String) - Method in class ch.stegmaier.java2tex.commands.GenericEnvironment
- append(String, boolean) - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- appendNewLine() - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- argument(BaseCommand) - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- argument(BaseCommand...) - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- argument(Integer) - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- argument(String) - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- arguments(BaseCommand...) - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- article() - Static method in class ch.stegmaier.java2tex.commands.registry.Document
-
documentclass argument: for a journal article, a presentation, and miscellaneous general use
- autoNewline() - Method in class ch.stegmaier.java2tex.commands.GenericCommand
B
- BaseCommand<X> - Class in ch.stegmaier.java2tex.commands
- BaseCommand(String) - Constructor for class ch.stegmaier.java2tex.commands.BaseCommand
- book() - Static method in class ch.stegmaier.java2tex.commands.registry.Document
-
documentclass argument: full-length books, including chapters and possibly including front matter, such as a preface, and back matter, such as an appendix
- bottom() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Floats
-
Position at the bottom of the page.
- buildMandatory() - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- buildName() - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- buildName() - Method in class ch.stegmaier.java2tex.commands.GenericEnvironment
- buildOptional() - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- buildOptional() - Method in class ch.stegmaier.java2tex.commands.IncludeGraphics
C
- caption() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Floats
-
Make a caption for a floating environment, such as a figure or table environment
- center() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Table
-
A column of centered items.
- ch.stegmaier.java2tex.commands - package ch.stegmaier.java2tex.commands
- ch.stegmaier.java2tex.commands.registry - package ch.stegmaier.java2tex.commands.registry
-
Registries with many LaTeX commands and environments, mostly from LaTeX standard.
- ch.stegmaier.java2tex.commands.registry.ctan - package ch.stegmaier.java2tex.commands.registry.ctan
-
This package contains references to LaTeX modules from CTAN
- ch.stegmaier.java2tex.commands.registry.environments - package ch.stegmaier.java2tex.commands.registry.environments
-
LaTeX provides many environments for delimiting certain behavior.
- clear() - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- clearpage() - Static method in class ch.stegmaier.java2tex.commands.registry.Pagebreaking
-
End the current page and output all of the pending floating figures and tables.
- colSep() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Table
-
A columnseparator within a the body of table environment
- columnbreak() - Static method in class ch.stegmaier.java2tex.commands.registry.ctan.Multicol
-
defines a columnbreak in a multicols environment
- Common - Class in ch.stegmaier.java2tex.commands.registry
-
commands in this registry will be moved to a new registry, this is just the primary default container
- CrossReferences - Class in ch.stegmaier.java2tex.commands.registry
-
We often want something like ‘See Theorem~31’.
D
- document() - Static method in class ch.stegmaier.java2tex.commands.registry.Document
-
LaTeX files have a simple global structure, with a standard beginning and ending.
- Document - Class in ch.stegmaier.java2tex.commands.registry
-
Startup and ending of all all documents
- documentclass() - Static method in class ch.stegmaier.java2tex.commands.registry.Document
-
The document’s overall class is defined with this command, which is normally the first command in a LaTeX source file.
E
- emptyArgs() - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- endRow() - Method in class ch.stegmaier.java2tex.commands.Tabular
- exactHere() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Floats
-
Places the float at precisely the location in the LaTeX code.
F
- figure() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Figure
-
Figures are for material that is not part of the normal text.
- Figure - Class in ch.stegmaier.java2tex.commands.registry.environments
- Figure() - Constructor for class ch.stegmaier.java2tex.commands.registry.environments.Figure
- fileName(String) - Method in class ch.stegmaier.java2tex.commands.IncludeGraphics
- fill() - Static method in class ch.stegmaier.java2tex.commands.registry.Spaces
-
Produce a rubber length which has no natural space but that can stretch horizontally as far as needed.
- fixedSize() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Supertabular
- Floats - Class in ch.stegmaier.java2tex.commands.registry.environments
-
Some typographic elements, such as figures and tables, cannot be broken across pages.
- flushright() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Layout
-
An environment that creates a paragraph whose lines are flush to the right-hand margin and ragged left.
- formatValue(String) - Static method in class ch.stegmaier.java2tex.commands.BaseCommand
G
- GenericCommand<X extends GenericCommand> - Class in ch.stegmaier.java2tex.commands
- GenericCommand(String) - Constructor for class ch.stegmaier.java2tex.commands.GenericCommand
- GenericEnvironment<X extends GenericCommand> - Class in ch.stegmaier.java2tex.commands
- GenericEnvironment(String) - Constructor for class ch.stegmaier.java2tex.commands.GenericEnvironment
- getCommand() - Method in class ch.stegmaier.java2tex.commands.BaseCommand
- getContent() - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- getThis() - Method in class ch.stegmaier.java2tex.commands.BaseCommand
H
- height(BaseCommand) - Method in class ch.stegmaier.java2tex.commands.IncludeGraphics
- height(String) - Method in class ch.stegmaier.java2tex.commands.IncludeGraphics
- here() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Floats
-
Place the float here, i.e., approximately at the same point it occurs in the source text (however, not exactly at the spot)
- hfill() - Static method in class ch.stegmaier.java2tex.commands.registry.Spaces
-
Produce a rubber length which has no natural space but that can stretch horizontally as far as needed.
- hline() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Table
-
Draw a horizontal line the width of the enclosing tabular or array environment.
I
- include() - Static method in class ch.stegmaier.java2tex.commands.registry.SplittingInput
-
Bring material from the external file filename.tex into a LaTeX document.
- includegraphics() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Figure
-
Include a graphics file.
- IncludeGraphics - Class in ch.stegmaier.java2tex.commands
- IncludeGraphics() - Constructor for class ch.stegmaier.java2tex.commands.IncludeGraphics
- input() - Static method in class ch.stegmaier.java2tex.commands.registry.SplittingInput
-
LaTeX processes the file as if its contents were inserted in the current file.
K
- keepaspectratio() - Method in class ch.stegmaier.java2tex.commands.IncludeGraphics
L
- label() - Static method in class ch.stegmaier.java2tex.commands.registry.CrossReferences
-
Assign a reference number to key.
- Layout - Class in ch.stegmaier.java2tex.commands.registry.environments
- left() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Supertabular
-
A column of left-aligned items.
- left() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Table
-
A column of left-aligned items.
- lf() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Table
-
End of a row in a table environment
- Linebreaking - Class in ch.stegmaier.java2tex.commands.registry
-
The first thing LaTeX does when processing ordinary text is to translate your input file into a sequence of glyphs and spaces.
- linewidth() - Static method in class ch.stegmaier.java2tex.commands.registry.PageLayout
-
Width of the current line, decreased for each nested list.
M
- minipage() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Layout
-
Put contents into a box that is width wide.
- Multicol - Class in ch.stegmaier.java2tex.commands.registry.ctan
-
multicol – Intermix single and multiple columns
- multicols() - Static method in class ch.stegmaier.java2tex.commands.registry.ctan.Multicol
-
defines a multicols environment
N
- nbs() - Static method in class ch.stegmaier.java2tex.commands.registry.Spaces
-
Non Breaking Space
- newline() - Static method in class ch.stegmaier.java2tex.commands.registry.Linebreaking
-
In ordinary text, this ends a line in a way that does not right-justify it, so the text before the end of line is not stretched.
- newpage() - Static method in class ch.stegmaier.java2tex.commands.registry.Pagebreaking
-
End the current page.
- noFormat() - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- noindent() - Static method in class ch.stegmaier.java2tex.commands.registry.Paragraphs
-
To start a paragraph without an indent, or to continue an interrupted paragraph, use \noindent.
- noPrefix() - Method in class ch.stegmaier.java2tex.commands.GenericCommand
O
- option(BaseCommand) - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- option(BaseCommand...) - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- option(String) - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- override() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Floats
-
Override internal parameters LaTeX uses for determining "good" float positions.
P
- p() - Static method in class ch.stegmaier.java2tex.commands.registry.Paragraphs
-
not a standard LaTeX command, just a container for text or other commands
- page() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Floats
-
Put on a special page for floats only.
- Pagebreaking - Class in ch.stegmaier.java2tex.commands.registry
-
Ordinarily LaTeX automatically takes care of breaking output into pages with its usual aplomb.
- PageLayout - Class in ch.stegmaier.java2tex.commands.registry
-
Commands for controlling the general page layout.
- PageLayout() - Constructor for class ch.stegmaier.java2tex.commands.registry.PageLayout
- pageref() - Static method in class ch.stegmaier.java2tex.commands.registry.CrossReferences
-
Produce the page number of the place in the text where the corresponding \\label{key} command appears.
- paperheight() - Static method in class ch.stegmaier.java2tex.commands.registry.PageLayout
-
The height of the paper, as distinct from the height of the print area.
- paperwidth() - Static method in class ch.stegmaier.java2tex.commands.registry.PageLayout
-
The width of the paper, as distinct from the width of the print area.
- Paragraphs - Class in ch.stegmaier.java2tex.commands.registry
R
- report() - Static method in class ch.stegmaier.java2tex.commands.registry.Document
-
documentclass argument: for documents of length between an article and a book, such as technical reports or theses, which may contain several chapters.
- right() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Supertabular
-
A column of right-aligned items.
- right() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Table
-
A column of right-aligned items.
- row() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Table
-
creates a simple row helper for the table or tabular environment with column separation and row end
- Row<X extends Row> - Class in ch.stegmaier.java2tex.commands
- Row() - Constructor for class ch.stegmaier.java2tex.commands.Row
S
- section() - Static method in class ch.stegmaier.java2tex.commands.registry.Sectioning
-
Start a section.
- Sectioning - Class in ch.stegmaier.java2tex.commands.registry
-
Structure your text into divisions: parts, chapters, sections, etc.
- Spaces - Class in ch.stegmaier.java2tex.commands.registry
-
LaTeX has many ways to produce white space, or filled space.
- SplittingInput - Class in ch.stegmaier.java2tex.commands.registry
-
LaTeX lets you split a large document into several smaller ones.
- star() - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- stretch() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Supertabular
-
A column stretched to max table width, only in tabularX environment
- subfigure() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Figure
- subsection() - Static method in class ch.stegmaier.java2tex.commands.registry.Sectioning
-
Start a subsection.
- subsubsection() - Static method in class ch.stegmaier.java2tex.commands.registry.Sectioning
-
Start a subsubsection.
- supertabular() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Supertabular
-
supertabular environment
- Supertabular - Class in ch.stegmaier.java2tex.commands.registry.environments
-
The package was a predecessor of longtable; the newer package (designed on quite different principles) is easier to use and more flexible, in many cases, but supertabular retains its usefulness in a few situations where longtable has problems.
T
- Table - Class in ch.stegmaier.java2tex.commands.registry.environments
-
Produce a table, a box consisting of a sequence of horizontal rows.
- tabular() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Table
-
tabular environment
- Tabular - Class in ch.stegmaier.java2tex.commands
- Tabular() - Constructor for class ch.stegmaier.java2tex.commands.Tabular
- Tabular(String) - Constructor for class ch.stegmaier.java2tex.commands.Tabular
- textheight() - Static method in class ch.stegmaier.java2tex.commands.registry.PageLayout
-
The normal vertical height of the page body.
- textwidth() - Static method in class ch.stegmaier.java2tex.commands.registry.PageLayout
-
The full horizontal width of the entire page body.
- top() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Floats
-
Position at the top of the page.
- toString() - Method in class ch.stegmaier.java2tex.commands.BaseCommand
- toString() - Method in class ch.stegmaier.java2tex.commands.GenericCommand
- toString() - Method in class ch.stegmaier.java2tex.commands.GenericEnvironment
- toString() - Method in class ch.stegmaier.java2tex.commands.Row
- TrickSupertabularIntoMulticols() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Supertabular
U
- url() - Static method in class ch.stegmaier.java2tex.commands.registry.Common
- usepackage() - Static method in class ch.stegmaier.java2tex.commands.registry.Document
-
Load a package pkg, with the package options given in the comma-separated list options, as here.
V
- vfill() - Static method in class ch.stegmaier.java2tex.commands.registry.Spaces
-
End the current paragraph and insert a vertical rubber length that is infinite, so it can stretch or shrink as far as needed.
- vLine() - Static method in class ch.stegmaier.java2tex.commands.registry.environments.Table
-
A vertical line the full height and depth of the environment.
- vspace() - Static method in class ch.stegmaier.java2tex.commands.registry.Spaces
-
Add the vertical space length.
W
- width(BaseCommand) - Method in class ch.stegmaier.java2tex.commands.IncludeGraphics
- width(String) - Method in class ch.stegmaier.java2tex.commands.IncludeGraphics
All Classes and Interfaces|All Packages