logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

testu01-tcode - a very rudimentary literate-programming tool

Authors

       Pierre L’Ecuyer and Richard Simard developed testu01-tcode as tool for implementing and  documenting  the
       TestU01 C library;
       TestU01 site: <http://www-labs.iro.umontreal.ca/~simardr/testu01/tu01.html>.
       This  manual  page was written for Debian by Jerome Benoit <calculus@rezozer.net> on behalf of the Debian
       Science Team.

Debian                                              May 2015                                    TESTU01-TCODE(1)

Description

       Program  testu01-tcode  makes  compilable  code  from  a  [La]TeX document.  It creates a file FOut for a
       compiler like a C compiler starting from a file FIn.  The names of these two files must be given  by  the
       user, with appropriate extension, when calling the program.

       Basically  only  text  included  between the \code and \endcode delimiters will appear in the output file
       FOut, everything between them being compiler legal code except for a small set of [La]TeX commands.

       This manual page is not meant to be exhaustive.  The complete  documentation  for  testu01-tcode  can  be
       found  under  the  section  tcode  in  the  guidemylib guide as distributed within the testu01-doc Debian
       package.

Files

/usr/share/doc/testu01-doc/guidemylib.pdf
              distributed within the testu01-doc Debian package.

Name

       testu01-tcode - a very rudimentary literate-programming tool

See Also

cweb(1), cweave(1), weave(1), noweb(1)

Synopsis

testu01-tcode<FileIn><FileOut>

See Also