Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

latex2dvi(1p) [debian man page]

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

NAME
latex2dvi - script to convert LaTeX file to DVI USAGE
latex2dvi [OPTIONS] [-o output] [sourcefile] DESCRIPTION
"latex2dvi" is a simple script to invoke the "LaTeX::Driver" module to convert a LaTeX file to DVI (TeX's device independent output format). 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). 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 LATEX2DVI(1p)

Check Out this Related 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)
Man Page

We Also Found This Discussion For You

1. 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