Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

latex::encode::encodingtable(3pm) [debian man page]

LaTeX::Encode::EncodingTable(3pm)			User Contributed Perl Documentation			 LaTeX::Encode::EncodingTable(3pm)

NAME
LaTeX::Encode::EncodingTable - Encoding table for characters for LaTeX formatting SYNOPSIS
use LaTeX::Encode::EncodingTable; VERSION
This manual page describes version 0.03 of the "LaTeX::Encode::EncodingTable" module. DESCRIPTION
This module provides the encoding table for characters for LaTeX formatting. DEPENDENCIES
The "HTML::Entities" and "Pod::LaTeX" modules were used for building the encoding table in "LaTeX::Encode::EncodingTable", but this is not rebuilt at installation time. The "LaTeX::Driver" module is used for formatting the character encodings reference document. BUGS AND LIMITATIONS
Not all LaTeX special characters are included in the encoding tables (more may be added when I track down the definitions). The "use_textcomp" option is not implemented. AUTHOR
Andrew Ford <a.ford@ford-mason.co.uk> LICENSE AND COPYRIGHT
Copyright (C) 2007 Andrew Ford. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
Template::Plugin::Latex NOTES ON MANPAGE
This manual page was written for the Debian GNU/Linux distribution because the original module does not have a manual page. perl v5.10.0 2009-06-07 LaTeX::Encode::EncodingTable(3pm)

Check Out this Related Man Page

LATEX2PDF(1p)						User Contributed Perl Documentation					     LATEX2PDF(1p)

NAME
latex2pdf - script to convert LaTeX file to PDF SYNOPSIS
latex2pdf [OPTIONS] [-o output] [sourcefile] DESCRIPTION
"latex2pdf" is a simple script to invoke the "LaTeX::Driver" module to convert a LaTeX file to PDF. OPTIONS
"-output=FILE" specifies that the formatted file should be written to "FILE". If this option is not specified, or is specified as ""-"" then the file will be written to standard output, otherwise if an input file is specified then the it will be formatted in place and the output file will have the same name as the input file, but with the original extension replaced with ".dvi". "-tt2" specifies that the source document should be taken to be a Template Toolkit template and processed through that before being fed to the "LaTeX::Driver" module for latex formatting. "-define=NAME=VALUE" defines the template variable NAME to have the value VALUE. Multiple template variables may be defined and these are passed to the Template Toolkit processing stage (they are ignored if the "-tt2" option is not specified). AUTHOR
Andrew Ford <A.Ford@ford-mason.co.uk> LICENSE AND COPYRIGHT
Copyright (C) 2007 Andrew Ford. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2011-09-18 LATEX2PDF(1p)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Printing documents using LaTeX

Hi I want to know how to give a file for printing using Latex formatting also where can I get the latex s/w . Thanks in advance (1 Reply)
Discussion started by: gosavi_ganesh
1 Replies

2. Shell Programming and Scripting

Preparing LaTeX files using Sed/AWK for processing with latex2html

As the title states, my issue involves preparing LaTeX documents for processing with latex2html. Within my LaTeX docs I have used a package which allows me to cleanly display source code listings. However the package is not supported by latex2html which, when processed, does not display the... (3 Replies)
Discussion started by: oski
3 Replies

3. Shell Programming and Scripting

Multiline parenthesis matching, with e.g. SED script, in LaTeX doc

In a LaTeX manuscript, I need to replace many occurrences of \emph{some string} with some string, i.e. whatever string is inside. The string inside often may extend over several lines, and there may be other occurences of curly brackets inside it. So for example \emph{this \it{is} a... (5 Replies)
Discussion started by: sune
5 Replies

4. Shell Programming and Scripting

Script to add backslashes to end of certain lines of text

I'd like to write up notes in a relatively readable format and then use a shell script to add LaTeX formatting. Specifically, I'm trying to figure out how to add the LaTeX newline character (\\) to the end of lines without \begin{} or \end{} statements example notes file: \begin{enumerate} --... (2 Replies)
Discussion started by: icskittles
2 Replies