Slashdot Mirror


User: Bramsted

Bramsted's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Use a simple LaTeX preprocessor on Writing Documentation · · Score: 1

    For the software project I'm working on, we needed a system that could produce .CHM (MS HTML Help) files and printed documentation.

    We developed our own, very simple HTML like markup language. The documentation is then transformed into either HTML files, for input to the Microsft HTML Help compiler, or LaTeX files. The LaTeX compiler can produce either PostScript for the print shop or PDF files for download.

    /B