package htmlfromtexbooks

  1. Overview
  2. Docs

Module Htmlfromtexbooks.GlossarySource

Module initializing eventual glossaries

Sourceval glossaries : (string, string * string) Hashtbl.t
Sourceval glossary_exists : string -> bool

Alias for Sys.file_exists

Sourceval glossary_provided : unit -> bool

Returns true if the length of the glossary is greater than 0 and false otherwise

Sourceval not_is_empty : string -> bool

returns false if a string is empty or a newline

Sourceval parse_glossary_entry : String.t -> unit
Sourceval parse_glossaries : string -> string list

Takes a glossary file and parse it in a list of string

Sourceval init_glossary : string -> unit
Sourceval total_glossaries : string -> unit

Combines parse_glosaries and parse_glossary_entry

Sourceval prints_glossary : unit -> string

Transform the glossary to an HTML file

Sourceval recognize_gls : string -> string * string

Takes a glossary descriptor and returns its name and definition

OCaml

Innovation. Community. Security.