Displaying 3 results from an estimated 3 matches for "tex2rtf".
Did you mean:
latex2rtf
2006 Aug 12
7
Documentation for wxRuby
...y/html/wx_contents.html.
I also have a zipped version if anyone wants to download a local copy.
http://hailstonesoftware.com/_files/Ruby/wxruby/wxRuby_docs.zip
The docs are generated by parsing the LaTeX originals from wxWidgets
and outputing a Rubyish version. These LaTeX files are then run thru
tex2rtf to create the HTML docs. The attached file shows all the
details, just drop it into the rake folder and add require
"rake/rakedocs" to the main rakefile and also add
create_documentation_tasks under all the other create_*_tasks in the
main rakefile. Type rake -T to see the added tasks.
A...
2006 Nov 29
0
[761] trunk/wxruby2: Initial commit of HtmlHelpController & HelpController support + doc,
...on (for example "User''s Guide" or "Programmer''s Guide" or
+"Ruby Reference" or "Class Reference"). The help controller can handle
+as many books as you want.
</ins><span class="cx">
</span><del>-You can use Tex2RTF to produce these files when generating HTML, if you set *htmlWorkshopFiles* to *true* in
-your tex2rtf.ini file.
</del><ins>+h2(#html_help_file_format). Html Help File Format
</ins><span class="cx">
</span><del>-h2. Note
</del><ins>+@Wx::Ht...
2006 Aug 16
10
all I wanted was a class reference...
And I got this lousy LatexParser. Ah well...
A new cut of the automatic WxRuby documentation is now viewable online at
http://www.pressure.to/wxruby/.
There''s also a pdf version
http://www.pressure.to/wxruby/wxruby.pdf [3MB, 751 pages!]
and a tarball
http://www.pressure.to/wxruby/wxruby2.tar.gz [1.3MB]
In terms of output, it''s no advance on what Sean has already done.