Index

A B C D E F H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

addCol(GenericCommand) - Method in class ch.stegmaier.java2tex.commands.impl.Row
 
addCol(GenericCommand) - Method in class ch.stegmaier.java2tex.commands.impl.Tabular
 
addCol(String) - Method in class ch.stegmaier.java2tex.commands.impl.Row
 
addCol(String) - Method in class ch.stegmaier.java2tex.commands.impl.Tabular
 
addCol(Optional<String>) - Method in class ch.stegmaier.java2tex.commands.impl.Row
 
addCols(String...) - Method in class ch.stegmaier.java2tex.commands.impl.Row
 
addCols(String...) - Method in class ch.stegmaier.java2tex.commands.impl.Tabular
 
addRow(Row) - Method in class ch.stegmaier.java2tex.commands.impl.Tabular
 
article() - Static method in class ch.stegmaier.java2tex.commands.registry.Document
documentclass argument: for a journal article, a presentation, and miscellaneous general use

B

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.

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.impl - package ch.stegmaier.java2tex.commands.impl
Contains some helper classes or implementations of some commands with special behaviour
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.
clearpage() - Static method in class ch.stegmaier.java2tex.commands.registry.Pagebreaking
End the current page and output all 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
Counters - Class in ch.stegmaier.java2tex.commands.registry
Everything LaTeX numbers for you has a counter associated with it.
Counters() - Constructor for class ch.stegmaier.java2tex.commands.registry.Counters
 
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 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

end() - Method in class ch.stegmaier.java2tex.commands.impl.IncludeGraphicsOptions
 
endRow() - Method in class ch.stegmaier.java2tex.commands.impl.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.impl.IncludeGraphics
adds a filename and uses a prefix if configured by 'includegraphics.imagepath.prefix'
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.
FontSizes - Class in ch.stegmaier.java2tex.commands.registry
The following standard type size commands are supported by LaTeX.
FontSizes() - Constructor for class ch.stegmaier.java2tex.commands.registry.FontSizes
 
footnotesize() - Static method in class ch.stegmaier.java2tex.commands.registry.FontSizes
 

H

height(BaseCommand) - Method in class ch.stegmaier.java2tex.commands.impl.IncludeGraphicsOptions
 
height(String) - Method in class ch.stegmaier.java2tex.commands.impl.IncludeGraphicsOptions
 
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.
huge() - Static method in class ch.stegmaier.java2tex.commands.registry.FontSizes
 
Huge() - Static method in class ch.stegmaier.java2tex.commands.registry.FontSizes
 

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.impl
 
IncludeGraphics() - Constructor for class ch.stegmaier.java2tex.commands.impl.IncludeGraphics
 
INCLUDEGRAPHICS_IMAGEPATH_PREFIX - Static variable in class ch.stegmaier.java2tex.commands.impl.IncludeGraphics
 
IncludeGraphicsOptions - Class in ch.stegmaier.java2tex.commands.impl
 
IncludeGraphicsOptions(GenericCommand) - Constructor for class ch.stegmaier.java2tex.commands.impl.IncludeGraphicsOptions
 
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.impl.IncludeGraphicsOptions
 

L

label() - Static method in class ch.stegmaier.java2tex.commands.registry.CrossReferences
Assign a reference number to key.
large() - Static method in class ch.stegmaier.java2tex.commands.registry.FontSizes
 
Large() - Static method in class ch.stegmaier.java2tex.commands.registry.FontSizes
 
LARGE() - Static method in class ch.stegmaier.java2tex.commands.registry.FontSizes
 
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
newcounter(String) - Static method in class ch.stegmaier.java2tex.commands.registry.Counters
Globally defines a new counter named countername and initialize it to zero.
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.
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.
normalsize() - Static method in class ch.stegmaier.java2tex.commands.registry.FontSizes
 

O

option() - Method in class ch.stegmaier.java2tex.commands.impl.IncludeGraphics
 
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.impl
 
Row() - Constructor for class ch.stegmaier.java2tex.commands.impl.Row
 

S

scriptsize() - Static method in class ch.stegmaier.java2tex.commands.registry.FontSizes
 
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.
setcounter(String) - Static method in class ch.stegmaier.java2tex.commands.registry.Counters
Globally set the counter counter to have the value of the value argument, which must be an integer.
small() - Static method in class ch.stegmaier.java2tex.commands.registry.FontSizes
 
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.
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.impl
 
Tabular() - Constructor for class ch.stegmaier.java2tex.commands.impl.Tabular
 
Tabular(String) - Constructor for class ch.stegmaier.java2tex.commands.impl.Tabular
 
text() - Static method in class ch.stegmaier.java2tex.commands.registry.Paragraphs
\text command is used to produce text-mode material (in a given font) within a mathematical expression.
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.
tiny() - Static method in class ch.stegmaier.java2tex.commands.registry.FontSizes
 
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.impl.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
 
usecounter(String) - Static method in class ch.stegmaier.java2tex.commands.registry.Counters
Used in the second argument of the list environment (see list), this declares that list items will be numbered by counter.
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.impl.IncludeGraphicsOptions
 
width(String) - Method in class ch.stegmaier.java2tex.commands.impl.IncludeGraphicsOptions
 
A B C D E F H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values