# Volume => numberOfVolumes
# a bajennoù => numPages
# a levrennoù => numberOfVolumes
# av sider => numPages
# av volum => numberOfVolumes
# av volumer => numberOfVolumes
# de páginas => numPages
# de volumes => numberOfVolumes
# delen => numberOfVolumes
# di Pagine => numPages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@preamble{ | |
\newcommand{\mnras}{Monthly Notices of the Royal Astronomical Society} | |
} | |
@ARTICLE{2019MNRAS.489..962H, | |
author = {{Howard}, A.~D.~P. and {Whitworth}, A.~P. and {Marsh}, K.~A. and {Clarke}, S.~D. and {Griffin}, M.~J. and {Smith}, M.~W.~L. and {Lomax}, O.~D.}, | |
title = "{L1495 revisited: a PPMAP view of a star-forming filament}", | |
journal = {\mnras}, | |
keywords = {stars: formation, dust, extinction, ISM: structure, submillimetre: ISM, Astrophysics - Astrophysics of Galaxies}, | |
year = 2019, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports.fix = (path) => { | |
path.node.value.raw = '\n'; | |
}; | |
module.exports.traverse = ({push}) => ({ | |
TemplateLiteral(path) { | |
const [start] = path.node.quasis; | |
if (/^\n\s+/.test(start.value.raw)) | |
push(path.get('quasis.0')); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export function set(extra) { | |
extra += ` | |
${prefix}${casing[field] || field} | |
${value.raw ? "=" : ":"} | |
${value.value}`; | |
return extra; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"translatorID": "32d59d2d-b65a-4da4-b0a3-bdd3cfb979e7-citekey", | |
"label": "RIS with citation key", | |
"creator": "Simon Kornblith and Aurimas Vinckevicius and Emiliano Heyns", | |
"target": "ris", | |
"minVersion": "3.0.4", | |
"maxVersion": "", | |
"priority": 100, | |
"configOptions": { | |
"async": true, |
# Volume => numberOfVolumes
# Volume => numberOfVolumes
# a bajennoù => numPages
# a bajennoù => numPages
# a levrennoù => numberOfVolumes
# a levrennoù => numberOfVolumes
# av sider => numPages
# av sider => numPages
# av volum => numberOfVolumes
# av volum => numberOfVolumes
# Volume => numberOfVolumes
# Volume => numberOfVolumes
# a bajennoù => numPages
# a bajennoù => numPages
# a levrennoù => numberOfVolumes
# a levrennoù => numberOfVolumes
# av sider => numPages
# av sider => numPages
# av volum => numberOfVolumes
# av volum => numberOfVolumes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* `# Volume => numberOfVolumes` | |
* `# Volume => numberOfVolumes` | |
* `# a bajennoù => numPages` | |
* `# a bajennoù => numPages` | |
* `# a levrennoù => numberOfVolumes` | |
* `# a levrennoù => numberOfVolumes` | |
* `# av sider => numPages` | |
* `# av sider => numPages` | |
* `# av volum => numberOfVolumes` | |
* `# av volum => numberOfVolumes` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* content/auto-export | |
TypeError: Cannot read property 'value' of undefined | |
at isSkip (file:///Users/emile/github/better-bibtex/node_modules/.pnpm/[email protected]/node_modules/estrace/lib/trace/plugin-trace/index.js:167:20) | |
at Function (file:///Users/emile/github/better-bibtex/node_modules/.pnpm/[email protected]/node_modules/estrace/lib/trace/plugin-trace/index.js:36:17) | |
at NodePath._call (/Users/emile/github/better-bibtex/node_modules/.pnpm/@[email protected]/node_modules/@babel/traverse/lib/path/context.js:53:20) | |
at NodePath.call (/Users/emile/github/better-bibtex/node_modules/.pnpm/@[email protected]/node_modules/@babel/traverse/lib/path/context.js:40:17) | |
at NodePath.visit (/Users/emile/github/better-bibtex/node_modules/.pnpm/@[email protected]/node_modules/@babel/traverse/lib/path/context.js:90:31) | |
at TraversalContext.visitQueue (/Users/emile/github/better-bibtex/node_modules/.pnpm/@[email protected]/node_modules/@babel/traverse/lib/context.js:99:16) | |
at TraversalCont |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
content/cayw/formatter.ts | |
Error: @babel/template placeholder "NAME": Expected string substitution | |
at applyReplacement (/Users/emile/github/better-bibtex/node_modules/.pnpm/@[email protected]/node_modules/@babel/template/lib/populate.js:62:13) | |
at /Users/emile/github/better-bibtex/node_modules/.pnpm/@[email protected]/node_modules/@babel/template/lib/populate.js:32:7 | |
at Array.forEach (<anonymous>) | |
at populatePlaceholders (/Users/emile/github/better-bibtex/node_modules/.pnpm/@[email protected]/node_modules/@babel/template/lib/populate.js:30:43) | |
at /Users/emile/github/better-bibtex/node_modules/.pnpm/@[email protected]/node_modules/@babel/template/lib/string.js:20:51 | |
at /Users/emile/github/better-bibtex/node_modules/.pnpm/@[email protected]/node_modules/@babel/template/lib/builder.js:75:14 | |
at addEnter (file:///Users/emile/github/better-bibtex/node_modules/.pnpm/[email protected]/node_modules/estrace/lib/trace/plugin-trace/index.js:100:19) |