Liking cljdoc? Tell your friends :D

bartleby.language.bibtex


BibTeXFormatterclj/s≠protocol

Handle formatting of bibliography items into BibTeX strings

Handle formatting of bibliography items into BibTeX strings

-formatclj/s

(-format this)

Format this as a BibTeX string

Format this as a BibTeX string
sourceraw docstring

fieldclj/s

(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.
sourceraw docstring

field-valueclj/s

(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
sourceraw docstring

glossclj/s

(gloss)

Capture inter-entry content in BibTeX, returning a Gloss record

Capture inter-entry content in BibTeX, returning a Gloss record
sourceraw docstring

gloss-lineclj/s

(gloss-line)
source

gloss-line-charactersclj/s

(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
sourceraw docstring

itemclj/s

(item)

Capture any valid bibtex item, potentially preceded by whitespace

Capture any valid bibtex item, potentially preceded by whitespace
sourceraw docstring

number-literalclj/s

(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)
sourceraw docstring

readclj/s

(read reader)

Reads a single bibliography item from the BibTeX reader

Reads a single bibliography item from the BibTeX reader
sourceraw docstring

read-allclj/s

(read-all input)

Read input to the end, returning all bibliography items.

Read input to the end, returning all bibliography items.
sourceraw docstring

read-strclj/s

(read-str string)

Reads one bibliography item from the BibTeX string

Reads one bibliography item from the BibTeX string
sourceraw docstring

referenceclj/s

(reference)

Capture a single BibTeX entry, returning a Reference record

Capture a single BibTeX entry, returning a Reference record
sourceraw docstring

simple-stringclj/s

(simple-string)

Read a simple string literal and convert to TeX syntax

Read a simple string literal and convert to TeX syntax
sourceraw docstring

wordclj/s

(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.
sourceraw docstring

writeclj/s

(write item writer & options)

Write BibTeX-formatted output to a java.io.Writer.

Write BibTeX-formatted output to a java.io.Writer.
sourceraw docstring

write-strclj/s

(write-str item & options)

Convert bibliography item into BibTeX-formatted string

Convert bibliography item into BibTeX-formatted string
sourceraw docstring

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

× close