Liking cljdoc? Tell your friends :D

bartleby.core


aux->citekeysclj/s

(aux->citekeys s)

Extract the citekeys from the TeX auxiliary-file string s (using regular expressions)

Extract the citekeys from the TeX auxiliary-file string s (using regular expressions)
sourceraw docstring

bibtex?clj/s

(bibtex? input)

Test that the input can be parsed as BibTeX

Test that the input can be parsed as BibTeX
sourceraw docstring

interpolateclj/s

(interpolate tex references)

Replace literal names (plaintext citations) in the TeX document string tex with cite* commands, for names that are recognized by patterns generated from references.

Replace literal names (plaintext citations) in the TeX document string tex with
cite* commands, for names that are recognized by patterns generated from references.
sourceraw docstring

reference->replacementsclj/s

(reference->replacements r)

Generate sequence of replacement maps from the Reference r, with :match, :output, and :priority keys.

Generate sequence of replacement maps from the Reference r,
with :match, :output, and :priority keys.
sourceraw docstring

tex->citekeysclj/s

(tex->citekeys s)

Extract the citekeys from the TeX document string s. This uses simple regular expressions and will capture commented-out citations as well.

Extract the citekeys from the TeX document string s. This uses simple
regular expressions and will capture commented-out citations as well.
sourceraw docstring

tex->texclj/s

(tex->tex s)

Parse TeX string, simplify, write TeX string, and normalize to Unicode NFC.

Parse TeX string, simplify, write TeX string, and normalize to Unicode NFC.
sourceraw docstring

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

× close