./print/p5-LaTeX-Encode, Encode characters for LaTeX formatting

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q4, Version: 0.092.0nb1, Package name: p5-LaTeX-Encode-0.092.0nb1, Maintainer: pkgsrc-users

This module provides a function to encode text that is to be formatted with
LaTeX. It encodes characters that are special to LaTeX or that are
represented in LaTeX by LaTeX commands.

The special characters are: \ (command character), { (open group), }
(end group), & (table column separator), # (parameter specifier),
% (comment character), _ (subscript), ^ (superscript),
~ (non-breakable space), $ (mathematics mode).

Note that some of the LaTeX commands for characters are defined in the LaTeX
textcomp package. If your text includes such characters, you will need to
include the following lines in the preamble to your LaTeX document.

\usepackage[T1]{fontenc}
\usepackage{textcomp}

The function is useful for encoding data that is interpolated into LaTeX
document templates, say with Template::Plugin::Latex (shameless plug!).


Required to run:
[devel/p5-Readonly]

Required to build:
[devel/p5-Carp-Always]

Master sites: (Expand)

SHA1: 96381e63e5671d3b6ee298ec8be1e8c73f9ffbd5
RMD160: f51ddfdee9defe22c022c3c6ed8cab21de7a4522
Filesize: 45.224 KB

Version history: (Expand)