Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pod2texi(1) [centos man page]

POD2TEXI(1)						User Contributed Perl Documentation					       POD2TEXI(1)

NAME
pod2texi - convert Pod to Texinfo SYNOPSIS
pod2texi [OPTION]... POD... DESCRIPTION
Translate Pod file(s) to Texinfo. There are two basic modes of operation. First, by default, each pod is translated to a standalone Texinfo manual. Second, if "--base-level" is set higher than 0, each pod is translated to a file suitable for @include, and one more file with all the @includes is generated, intended to be @included in turn within a hand-written top-level file. OPTIONS
--base-level=NUM|NAME Sets the level of the "head1" commands. It may be an integer or a Texinfo sectioning command (without the "@"): 1 corresponds to the @chapter/@unnumbered level, 2 to the @section level, and so on. The default is 0, meaning that "head1" commands are still output as chapters, but the output is arranged as a standalone manual. If the level is not 0, the pod file is rendered as a fragment of a Texinfo manual suitable for @include. In this case, each pod file has an additional sectioning command covering the entire file, one level above the "--base-level" value. Therefore, to make each pod file a chapter in a large manual, you should use "section" as the base level. For an example of making Texinfo out of the Perl documentation itself, see "contrib/perldoc-all" in the Texinfo source distribution, with output available at <http://www.gnu.org/software/perl/manual>. --debug=NUM Set debugging level to NUM. --help Display help and exit. --output=NAME Name for the first manual, or the main manual if there is a main manual. Default is to write to standard output. --no-section-nodes Use anchors for sections instead of nodes. --no-fill-section-gaps Do not fill sectioning gaps with empty @unnumbered files. Ordinarily, it's good to keep the sectioning hierarchy intact. --preamble=STR Insert STR as top boilerplate before includes. The default is a minimal beginning for a Texinfo document, and sets @documentencoding to "utf-8" (because the output is written that way). --subdir=NAME If there is a main manual with include files (each corresponding to an input pod file), then those include files are put in directory NAME. --unnumbered-sections Use unnumbered sectioning commands (@unnumbered, ...) instead of the default numbered sectioning Texinfo @-commands (@chapter, @section, ...). --top=TOP Name of the @top element for the main manual. May contain Texinfo code. --version Display version information and exit. SEE ALSO
Pod::Simple::Texinfo. perlpod. The Texinfo manual. Texinfo home page: <http://www.gnu.org/software/texinfo/> COPYRIGHT
Copyright (C) 2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. There is NO WARRANTY, to the extent permitted by law. AUTHOR
Patrice Dumas <bug-texinfo@gnu.org>. perl v5.16.2 2013-02-22 POD2TEXI(1)

Check Out this Related Man Page

TEXI2DVI(1)							   User Commands						       TEXI2DVI(1)

NAME
texi2dvi - print Texinfo documents SYNOPSIS
texi2dvi [OPTION]... FILE... DESCRIPTION
Run each Texinfo or LaTeX FILE through TeX in turn until all cross-references are resolved, building all indices. The directory containing each FILE is searched for included files. The suffix of FILE is used to determine its language (LaTeX or Texinfo). Makeinfo is used to perform Texinfo macro expansion before running TeX when needed. Operation modes: -b, --batch no interaction -c, --clean remove all auxiliary files -D, --debug turn on shell debugging (set -x) -h, --help display this help and exit successfully -o, --output=OFILE leave output in OFILE (implies --clean); Only one input FILE may be specified in this case -q, --quiet no output unless errors (implies --batch) -s, --silent same as --quiet -v, --version display version information and exit successfully -V, --verbose report on what is done TeX tuning: -@ use @input instead of input; for preloaded Texinfo -e, -E, --expand force macro expansion using makeinfo -I DIR search DIR for Texinfo files -l, --language=LANG specify the LANG of FILE (LaTeX or Texinfo) -p, --pdf use pdftex or pdflatex for processing -r, --recode call recode before TeX to translate input characters -t, --command=CMD insert CMD in copy of input file or --texinfo=CMD multiple values accumulate The values of the BIBTEX, LATEX (or PDFLATEX), MAKEINDEX, MAKEINFO, TEX (or PDFTEX), TEXINDEX, and THUMBPDF environment variables are used to run those commands, if they are set. Any CMD strings are added after @setfilename for Texinfo input, in the first line for LaTeX input. REPORTING BUGS
Email bug reports to <bug-texinfo@gnu.org>, general questions and discussion to <help-texinfo@gnu.org>. Texinfo home page: http://www.gnu.org/software/texinfo/ COPYRIGHT
Copyright (C) 2004 Free Software Foundation, Inc. There is NO warranty. You may redistribute this software under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING. SEE ALSO
The full documentation for texi2dvi is maintained as a Texinfo manual. If the info and texi2dvi programs are properly installed at your site, the command info texi2dvi should give you access to the complete manual. texi2dvi 1.34 December 2004 TEXI2DVI(1)
Man Page