HaTeX-3.7.0.0: The Haskell LaTeX library.

Safe HaskellSafe-Inferred

Text.LaTeX.Packages.Inputenc

Contents

Description

This package is of vital importance if you use non-ASCII characters in your document. For example, if you type the word Ángela, the Á character will not appear correctly in the output. To solve this problem, use:

 usepackage [utf8] inputenc

And make sure that your Haskell source is encoded in UTF-8.

Synopsis

Inputenc package

inputenc :: PackageNameSource

Inputenc package. Example:

 usepackage [utf8] inputenc

Encodings

utf8 :: LaTeXC l => lSource

UTF-8 encoding.

latin1 :: LaTeXC l => lSource

Latin-1 encoding.