Module: Docgenerator::Environments

Defined in:
lib/docgenerator/environments.rb

Overview

Collection of Environments.

Enviroment are special LaTeX-constructs.

Instead

\makro{content}

environments are coded as

\begin{makro}
content
\end{makro}

Defined Under Namespace

Classes: Abstract, Center, Environment, Figure, Flushleft, Flushright, Landscape, Minipage, Quote, Verbatim