| Safe Haskell | None |
|---|
Text.LaTeX.Base.Types
Description
Some types shared along the library.
Documentation
type PackageName = StringSource
Package names are represented by a String.
createLabel :: String -> LabelSource
Constructors
| LeftColumn | Left-justified column. |
| CenterColumn | Centered column. |
| RightColumn | Right-justified column. |
| ParColumnTop LaTeX | Paragraph column with text vertically aligned at the top. |
| ParColumnMid LaTeX | Paragraph column with text vertically aligned at the middle. Requires |
| ParColumnBot LaTeX | Paragraph column with text vertically aligned at the bottom. Requires |
| VerticalLine | Vertical line between two columns. |
| DVerticalLine | Double vertical line between two columns. |
Constructors
| Pt Int | A point is 1/72.27 inch, that means about 0.0138 inch or 0.3515 mm. |
| Mm Float | Millimeter. |
| Cm Float | Centimeter. |
| In Float | Inch. |
| Ex Float | The height of an "x" in the current font. |
| Em Float | The width of an "M" in the current font. |
| CustomMeasure LaTeX | You can introduce a |