Uses of Class
ch.stegmaier.java2tex.commands.registry.impl.Minipage
Packages that use Minipage
Package
Description
Registries with many LaTeX commands and environments, mostly from LaTeX standard.
contains some internal helper classes or implementations of commands with special behaviour
-
Uses of Minipage in ch.stegmaier.java2tex.commands.registry
Methods in ch.stegmaier.java2tex.commands.registry that return Minipage -
Uses of Minipage in ch.stegmaier.java2tex.commands.registry.impl
Methods in ch.stegmaier.java2tex.commands.registry.impl that return MinipageModifier and TypeMethodDescriptionMinipage.b()Align the baseline of the bottom line in the minipage with the baseline of the surrounding text (plain TeX’s \vbox).Minipage.c()(synonym m) Default.Minipage.t()Align the baseline of the top line in the minipage with the baseline of the surrounding text (plain TeX’s \vtop).