1VREG_LATEX2HTML(1)    User Contributed Perl Documentation   VREG_LATEX2HTML(1)
2
3
4

NAME

6       vreg_latex2html - Register configuration utility
7

SYNOPSIS

9         vreg_latex2html --help
10         vreg_latex2html {filename}.tex
11

DESCRIPTION

13       Vreg_latex2html is a simple script to read LaTex documents that use the
14       vregs Latex definitions and write out HTML code that can then be parsed
15       by the Vreg program.
16
17       An alternative path is to use the regular latex2html program to convert
18       the entire document to HTML format, then run vregs on that.  Using this
19       package is much more restricted in how you write the definitions, but
20       doesn't cause latex2html errors with unknown packages and such as they
21       are simply ignored.
22

ARGUMENTS

24       --output
25           Specifies the output filename.
26
27       -I  Specifies path to include files.
28
29       --version
30           Displays program version and exits.
31

ENVIRONMENT

33       TEXINPUTS
34           If set, colon separated directory names are used as -I include
35           paths.
36

DISTRIBUTION

38       Vregs is part of the <http://www.veripool.org/> free Verilog software
39       tool suite.  The latest version is available from CPAN and from
40       <http://www.veripool.org/vregs>.
41
42       Copyright 2007-2010 by Wilson Snyder.  This package is free software;
43       you can redistribute it and/or modify it under the terms of either the
44       GNU Lesser General Public License Version 3 or the Perl Artistic
45       License Version 2.0.
46

AUTHORS

48       Wilson Snyder <wsnyder@wsnyder.org>
49

SEE ALSO

51       SystemC::Vregs, vreg.
52
53
54
55perl v5.30.1                      2020-01-30                VREG_LATEX2HTML(1)
Impressum