Handle formatting of bibliography items into BibTeX strings
Handle formatting of bibliography items into BibTeX strings
(-format this)Format this as a BibTeX string
Format this as a BibTeX string
(field)Use within the outer braces of a BibTeX entry, to capture a single key-value field pair and consume the following comma and whitespace, if any.
Use within the outer braces of a BibTeX entry, to capture a single key-value field pair and consume the following comma and whitespace, if any.
(field-value)Read the RHS of a field-value field pair, as a string
Read the RHS of a field-value field pair, as a string
(gloss)Capture inter-entry content in BibTeX, returning a Gloss record
Capture inter-entry content in BibTeX, returning a Gloss record
(gloss-line-characters)Captures a single line of interlinear comments, i.e., whatever is not a Reference, returning a sequence of characters
Captures a single line of interlinear comments, i.e., whatever is not a Reference, returning a sequence of characters
(item)Capture any valid bibtex item, potentially preceded by whitespace
Capture any valid bibtex item, potentially preceded by whitespace
(number-literal)Consume one or more digits and return a string in TeX syntax (in curly braces)
Consume one or more digits and return a string in TeX syntax (in curly braces)
(read reader)Reads a single bibliography item from the BibTeX reader
Reads a single bibliography item from the BibTeX reader
(read-all input)Read input to the end, returning all bibliography items.
Read input to the end, returning all bibliography items.
(read-str string)Reads one bibliography item from the BibTeX string
Reads one bibliography item from the BibTeX string
(reference)Capture a single BibTeX entry, returning a Reference record
Capture a single BibTeX entry, returning a Reference record
(simple-string)Read a simple string literal and convert to TeX syntax
Read a simple string literal and convert to TeX syntax
(word)Match any BibTeX-valid naked identifier, like pubtype, citekey, or field key, i.e., a contiguous string of anything but whitespace, commas, and end braces.
Match any BibTeX-valid naked identifier, like pubtype, citekey, or field key, i.e., a contiguous string of anything but whitespace, commas, and end braces.
(write item writer & options)Write BibTeX-formatted output to a java.io.Writer.
Write BibTeX-formatted output to a java.io.Writer.
(write-str item & options)Convert bibliography item into BibTeX-formatted string
Convert bibliography item into BibTeX-formatted string
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |