~ubuntu-branches/ubuntu/gutsy/hevea/gutsy

« back to all changes in this revision

Viewing changes to info.mli

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Treinen
  • Date: 2005-05-15 21:05:54 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050515210554-h3zr23d3j00ac8ce
Tags: 1.08-1
* New upstream release.
* Bumped (build-)dependency on ocaml-* to 3.08.3
* Stated in manpages that documentation is in non-free 
* Removed bogus file debian/files.
* Put our own manpages in directory debian/manpages.
* Use dh_installman instead of dh_installmanpages.
* Removed patches 01_imagen_typo, 04_rawtext, 05_licence since fixed by
  upstream.
* Adapted patches 02_nogif, 03_charset to new source version
* debian/rules: use LATEXLIBDIR variable of Makefile to install hevea.sty
* Added example for style sheets and special symbols.
* Updated package description for translation of special sysmbols.
* Updated manpage to reflect new/removed options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    val item_display : unit -> unit
45
45
    val force_item_display : unit -> unit
46
46
    val erase_display : unit -> unit
 
47
    val box_around_display : (string arg -> unit) -> string arg -> unit
47
48
 
48
49
    val standard_sup_sub :
49
50
        (string arg -> unit) -> (unit -> unit) -> string arg -> string arg -> bool -> unit
54
55
          (string arg -> unit) -> (unit -> unit) -> string arg -> string arg -> bool -> unit
55
56
 
56
57
    val over : bool -> Lexing.lexbuf -> unit
 
58
    (* For use by \cfrac, \xleftarrow and \xrightarrow *)
 
59
    val over_align : bool -> bool -> bool -> Lexing.lexbuf -> unit
57
60
    val left : string -> (int -> unit) -> unit
58
61
    val right : string -> int
59
62
 
60
63
    val set_dcount : string -> unit
61
 
    val item  : unit -> unit
62
 
    val nitem : unit -> unit
63
 
    val ditem : (string -> unit) -> string -> unit
 
64
    val item : string -> unit
 
65
    val nitem : string -> unit
 
66
    val ditem : (string -> unit) -> string -> string -> string -> unit
64
67
    val erase_block : string -> unit
65
68
    val open_group : string -> unit
66
69
    val open_aftergroup : (string -> string) -> unit