Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

locale::po4a::latex(3) [centos man page]

Locale::Po4a::LaTeX(3)					User Contributed Perl Documentation				    Locale::Po4a::LaTeX(3)

NAME
Locale::Po4a::LaTeX - convert LaTeX documents and derivates from/to PO files DESCRIPTION
The po4a (PO for anything) project goal is to ease translations (and more interestingly, the maintenance of translations) using gettext tools on areas where they were not expected like documentation. Locale::Po4a::LaTeX is a module to help the translation of LaTeX documents into other [human] languages. It can also be used as a base to build modules for LaTeX-based documents. This module contains the definitions of common LaTeX commands and environments. See the Locale::Po4a::TeX(3pm) manpage for the list of recognized options. SEE ALSO
Locale::Po4a::TeX(3pm), Locale::Po4a::TransTractor(3pm), po4a(7) AUTHORS
Nicolas Francois <nicolas.francois@centraliens.net> COPYRIGHT AND LICENSE
Copyright 2004, 2005 by Nicolas FRANCOIS <nicolas.francois@centraliens.net>. This program is free software; you may redistribute it and/or modify it under the terms of GPL (see COPYING file). perl v5.16.3 2014-06-10 Locale::Po4a::LaTeX(3)

Check Out this Related Man Page

Locale::Po4a::Chooser(3)				User Contributed Perl Documentation				  Locale::Po4a::Chooser(3)

NAME
Locale::Po4a::Chooser - manage po4a modules DESCRIPTION
Locale::Po4a::Chooser is a module to manage po4a modules. Previously, all po4a binaries used to know all po4a modules (pod, man, sgml, etc). This made the addition of a new module boring, to make sure the documentation is synchronized in all modules, and that each of them can access the new module. Now, you just have to call the Locale::Po4a::Chooser::new() function, passing the name of module as argument. You also have the Locale::Po4a::Chooser::list() function which lists the available formats and exits on the value passed as argument. SEE ALSO
About po4a: Locale::Po4a::Po(3pm), Locale::Po4a::TransTractor(3pm), po4a(7) About modules: Locale::Po4a::Dia(3pm), Locale::Po4a::Docbook(3pm), Locale::Po4a::Guide(3pm), Locale::Po4a::Halibut(3pm), Locale::Po4a::Ini(3pm), Locale::Po4a::KernelHelp(3pm), Locale::Po4a::LaTeX(3pm), Locale::Po4a::Man(3pm), Locale::Po4a::Pod(3pm), Locale::Po4a::Sgml(3pm), Locale::Po4a::TeX(3pm), Locale::Po4a::Texinfo(3pm), Locale::Po4a::Text(3pm), Locale::Po4a::Wml(3pm). Locale::Po4a::Xhtml(3pm), Locale::Po4a::Xml(3pm), Locale::Po4a::Wml(3pm). AUTHORS
Denis Barbier <barbier@linuxfr.org> Martin Quinson (mquinson#debian.org) COPYRIGHT AND LICENSE
Copyright 2002,2003,2004,2005 by SPI, inc. This program is free software; you may redistribute it and/or modify it under the terms of GPL (see the COPYING file). perl v5.16.3 2014-06-10 Locale::Po4a::Chooser(3)
Man Page

3 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