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

« back to all changes in this revision

Viewing changes to lexstate.mli

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Treinen
  • Date: 2006-10-21 19:12:35 UTC
  • Revision ID: james.westby@ubuntu.com-20061021191235-12qoqyt78la9ns66
Tags: 1.09-1
* New upstream release (closes: Bug#394133)
* updated upstream url in debian/control (package description) and 
  debian/watch.
* Adapted patches to new upstream version.
* Added manpage for bibhva.
* Updated url of HeVeA homepage in manpages.
* examples/bibtex: put all needed crossrefs and abbreviations into
  rewriting.bib; replace iso8859-1 characters by portable latex; fix
  Makefile to use bibhva and to uncompress rewriting.bib when necessary
* Manpages: document the new command line options 

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
val save_sup_sub : Lexing.lexbuf -> sup_sub
110
110
val save_sup : Lexing.lexbuf -> string arg option
111
111
val save_sub : Lexing.lexbuf -> string arg option
 
112
 
 
113
(* Give next char in entry,
 
114
   may raise Not_found, if no next char is available *)
 
115
val full_peek_char : Lexing.lexbuf -> char
 
116
 
112
117
(* Argument parsing *)
 
118
 
113
119
type ok = | No of string | Yes of string
114
120
val from_ok : ok arg -> string arg
115
121