1VREG_LATEX2HTML(1) User Contributed Perl Documentation VREG_LATEX2HTML(1)
2
3
4
6 vreg_latex2html - Register configuration utility
7
9 vreg_latex2html --help
10 vreg_latex2html {filename}.tex
11
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
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
33 TEXINPUTS
34 If set, colon separated directory names are used as -I include
35 paths.
36
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
48 Wilson Snyder <wsnyder@wsnyder.org>
49
51 SystemC::Vregs, vreg.
52
53
54
55perl v5.34.0 2022-01-21 VREG_LATEX2HTML(1)