package htmlfromtexbooks

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Module initializing eventual glossaries

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

Alias for Sys.file_exists

val glossary_provided : unit -> bool

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

val not_is_empty : string -> bool

returns false if a string is empty or a newline

val parse_glossary_entry : Stdlib.String.t -> unit
val parse_glossaries : string -> string list

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

val init_glossary : string -> unit
val total_glossaries : string -> unit

Combines parse_glosaries and parse_glossary_entry

val prints_glossary : unit -> string

Transform the glossary to an HTML file

val recognize_gls : string -> string * string

Takes a glossary descriptor and returns its name and definition