astrocite-bibtex
Advanced tools
Comparing version 0.16.3 to 0.16.4
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TYPE_MAP = exports.KNOWN_MACROS = exports.KNOWN_COMMANDS = exports.FIELD_MAP = exports.DICRATICS = void 0; | ||
/** | ||
@@ -113,2 +114,12 @@ * Maps LaTeX dicratical commands to unicode dicraticals | ||
['Omega', '\u03A9'], | ||
// other non-accented characters often found in author names and titles | ||
// see http://www.bibtex.org/SpecialSymbols/ | ||
['OE', '\u0152'], | ||
['AE', '\u00C6'], | ||
['aa', '\u00E5'], | ||
['o', '\u00F8'], | ||
['O', '\u00D8'], | ||
['l', '\u0142'], | ||
['L', '\u0141'], | ||
['ss', '\u00DF'], | ||
]); | ||
@@ -115,0 +126,0 @@ // prettier-ignore |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parse = exports.AST = void 0; | ||
var AST = require("./grammar"); | ||
@@ -4,0 +5,0 @@ exports.AST = AST; |
{ | ||
"name": "astrocite-bibtex", | ||
"version": "0.16.3", | ||
"version": "0.16.4", | ||
"description": "Parser and AST for converting BibTeX to CSL JSON", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "cd17414b7a19a66d0393561320c69b20298d3cd0" | ||
"gitHead": "5fe4d1a70b12229fdc19f3111b8a56552cfd174a" | ||
} |
155184
3942