Methods
(protected, inner) fetchBibTeXType(pubType) → {String}
CSL pub type to BibTeX pub type
- Source:
Parameters:
Name | Type | Description |
---|---|---|
pubType |
String
|
CSL type |
Returns:
- Type:
-
String
BibTeX type
(protected, inner) getBibtex(src, dict) → {String}
Get a BibTeX (HTML) string from CSL
- Source:
Parameters:
Name | Type | Description |
---|---|---|
src |
Array.<CSL>
|
Input CSL |
dict |
Cite.get.dict~dict
|
Dictionary |
Returns:
- Type:
-
String
BibTeX string
(protected, inner) getBibTeXJSON(src) → {Object}
Get BibTeX-JSON from CSL(-JSON)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
src |
CSL
|
Input CSL |
Returns:
- Type:
-
Object
Output BibTeX-JSON
(protected, inner) getBibTeXLabel(src) → {String}
Get a BibTeX label from CSL data
- Source:
Parameters:
Name | Type | Description |
---|---|---|
src |
CSL
|
Input CSL |
Returns:
- Type:
-
String
The label
(protected, inner) getBibTeXWrapper(src, html) → {String}
Get a BibTeX (HTML) string from CSL
- Deprecated:
- use the generalised method: module:output/bibtex~getBibtex
- Source:
Parameters:
Name | Type | Description |
---|---|---|
src |
Array.<CSL>
|
Input CSL |
html |
Boolean
|
Output as HTML string (instead of plain text) |
Returns:
- Type:
-
String
BibTeX (HTML) string
(protected, inner) getBibtxt(src, dict) → {String}
Get a Bib.TXT string from CSL
- Source:
Parameters:
Name | Type | Description |
---|---|---|
src |
Array.<CSL>
|
Input CSL |
dict |
Cite.get.dict~dict
|
Dictionary |
Returns:
- Type:
-
String
Bib.TXT string
(protected, inner) getBibtxtWrapper(src, html) → {String}
Get a BibTeX (HTML) string from CSL
- Deprecated:
- use the generalised method: module:output/bibtex~getBibtxt
- Source:
Parameters:
Name | Type | Description |
---|---|---|
src |
Array.<CSL>
|
Input CSL |
html |
Boolean
|
Output as HTML string (instead of plain text) |
Returns:
- Type:
-
String
Bib.TXT (HTML) string