Uses of Class
ch.stegmaier.java2tex.commands.GenericEnvironment
Packages that use GenericEnvironment
Package
Description
Registries with many LaTeX commands and environments, mostly from LaTeX standard.
This package contains references to LaTeX modules from CTAN
LaTeX provides many environments for delimiting certain behavior.
-
Uses of GenericEnvironment in ch.stegmaier.java2tex.commands
Subclasses of GenericEnvironment in ch.stegmaier.java2tex.commands -
Uses of GenericEnvironment in ch.stegmaier.java2tex.commands.registry
Methods in ch.stegmaier.java2tex.commands.registry that return GenericEnvironmentModifier and TypeMethodDescriptionstatic GenericEnvironmentDocument.document()LaTeX files have a simple global structure, with a standard beginning and ending. -
Uses of GenericEnvironment in ch.stegmaier.java2tex.commands.registry.ctan
Methods in ch.stegmaier.java2tex.commands.registry.ctan that return GenericEnvironmentModifier and TypeMethodDescriptionstatic GenericEnvironmentMulticol.multicols()defines a multicols environment -
Uses of GenericEnvironment in ch.stegmaier.java2tex.commands.registry.environments
Methods in ch.stegmaier.java2tex.commands.registry.environments that return GenericEnvironmentModifier and TypeMethodDescriptionstatic GenericEnvironmentLayout.flushright()An environment that creates a paragraph whose lines are flush to the right-hand margin and ragged left.static GenericEnvironmentLayout.minipage()Put contents into a box that is width wide.