Texi2roff



Texi2roff

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
DIAGNOSTICS
AUTHOR
BUGS

NAME

texi2roff, texi2index − convert Texinfo documents for formatting by troff.

SYNOPSIS

texi2roff [ −me −mm −ms ] [ −iIt ] [ file ... ]
texi2index
[ file ... ]

DESCRIPTION

Texi2roff translates the named files from the Texinfo macro language for TeX to the language accepted by troff(1). Files are read and processed in order. If no file is given or if the file is texi2roff reads the standard input.

Texi2index generates indices for documents translated by texi2roff.

OPTIONS

Texi2roff
−me −mm −ms

format the output for use with the troff macro package named.

−i

translate Texinfo index commands into troff index commands. troff will then emit index entries onto the standard error output. You may capture this output and use texi2index(1) and troff to prepare indices from it.

−I

include Texinfo ‘‘Info file’’ menu and node contents and @ifinfo text in the output. This material does not appear in a Texinfo document formatted by TeX, but may contain interesting information or be useful when searching a machine-readable document.

−t

(transparent) print text affected by otherwise discarded commands, for people who are afraid of missing something. For best results use −It.

EXAMPLES

Translate doc.texinfo using the Bourne shell sh(1). Format with troff and −ms, placing the formatted output in doc, index entries in index, and the formatted index in doc.index.

$ texi2roff −i −ms doc.texinfo | troff −ms > doc 2> index
$ texi2index index | troff −ms >doc.index

As above, but use the C shell csh(1), nroff with −me, and transparent mode:

% (texi2roff −iIt −me doc.texinfo | nroff −me > doc ) >& index
% texi2index index | nroff −me >doc.index

DIAGNOSTICS

Errors are reported giving file name and line number.

AUTHOR

Beverly Erlebacher (erlebach@cs.toronto.edu).

BUGS

\f(CW is used to change to constant-width (typewriter-like) font. If this is not the standard at your site, run your texi2roff output through sed(1) or edit texi2roff’s translation tables.

There are a number of differences in formatting details compared to Texinfo. Indentation is occasionally imperfect.

@def commands do not generate index entries.

Although Texinfo provides for a @contents and @summarycontents Table of Contents, if both are specified only the first one will appear if −ms is used. To prevent loss of detail, texi2roff generates the same Table of Contents for both commands.

The −mm macro package regards keeps as a type of display. This can cause troff to abort in the case of a keep nested in a display or vice versa. Either use a different macro package or remove a pair of Texinfo commands to eliminate nesting. Usually the @group...@end group is the best to remove.






Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.