package odoc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml documentation generator
Install
dune-project
Dependency
Authors
Maintainers
Sources
odoc-2.1.1.tbz
sha256=f574dbd28cd0fc3a2b95525c4bb95ddf6d1f6408bb4fe12157fa537884f987fd
sha512=1c545c281a7022a167f028fff8cec6fb3f2f82da0881431be74e7a4281c5353ed83bfbdb4d9d9e08af6755dbe3505c052c5e5b58cdeb08c57aed5e89c0f15e91
doc/odoc.latex/Odoc_latex/Raw/index.html
Module Odoc_latex.Raw
Raw latex primitives:
- macro and environment definitions
- text escaping
type pr = Format.formatter -> unitHelper types
type 'a with_options = ?options:pr list -> 'atype 'a t = ('a, 'a) trmodule Escape : sig ... endval break : Types.break_hierarchy Fmt.tval rightarrow : prval label : string Fmt.tval verbatim : string Fmt.tval pageref_star : string Fmt.tval hyperref : string -> 'a tval href : string -> 'a tval ref : string Fmt.tval url : string Fmt.tval footnote : string Fmt.tval emph : 'a tval bold : 'a tval subscript : 'a tval superscript : 'a tval section : 'a tval subsection : 'a tval subsubsection : 'a tval paragraph : 'a tval enumerate : 'a tval itemize : 'a tval description : ('a, ('a * 'a) list) trval item : 'a t with_optionsval small_table : ('a, 'a list list) trRequired OCaml-specific primitives
All the macro should be implemented as "ocaml"-suffixed macro in the latex preamble
val inline_code : 'a tCode block customization
val code_fragment : 'a tval code_block : 'a tPackage-dependent primitives
val indent : 'a texpected to be implemented with changepage/adjustwidth
Any tabular implementation that works well with at most 10 rows
Tags
val ocamltag : string -> 'a ttag (e.g keyword, type-var, ...) are rendered to
\ocamltag{tagname}{content} sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page