Liking cljdoc? Tell your friends :D

clj-tex.core


color-keysclj


command->strcljmultimethod


Datacljprotocol

get-strclj

(get-str this)

documentclj

(document & {:keys [class pt packages geometry data]})

Example:

(document :data ["hello"] :geometry {:left "20mm" :a4paper true})))

Example:

(document :data ["hello"]
          :geometry {:left "20mm" :a4paper true})))
raw docstring

Documentclj


equation-type-keysclj


frac-type-tableclj


paren-tableclj


special-command-tableclj


special-keys-tableclj


texclj

(tex & args)

tex-keysclj

(tex-keys)

viewclj

(view s & {:keys [scale] :or {scale 1}})

Example:

(view (tex [:math [:frac 1 2]]))

Example:

(view (tex [:math [:frac 1 2]]))
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close