~ubuntu-branches/ubuntu/oneiric/yacas/oneiric

« back to all changes in this revision

Viewing changes to manualmaker/in/refmaker

  • Committer: Bazaar Package Importer
  • Author(s): Gopal Narayanan
  • Date: 2002-04-23 13:50:51 UTC
  • Revision ID: james.westby@ubuntu.com-20020423135051-bbd6ov4orr8eufmw
Tags: upstream-1.0.51
ImportĀ upstreamĀ versionĀ 1.0.51

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DefaultDirectory("in/");
 
2
 
 
3
SetHtmlDirectory("");
 
4
Use("styleplain");  /* style sheet for the documentation */
 
5
Use("manualmaker"); /* engine that renders book to html */
 
6
 
 
7
InitBooks();        /* Initialize book building */
 
8
 
 
9
InitBook("ref");
 
10
Load("ref.book");
 
11
 
 
12
SelectBook("ref");
 
13
EmitHtmlSimple();
 
14
 
 
15