-
Notifications
You must be signed in to change notification settings - Fork 26
MWE for bibliography #24
Copy link
Copy link
Open
Description
Thanks for this great program! I'm looking to convert changes between two tex files to docx; including in-text references and a bibliography. However, specifying a bibliography has no effect, and adding a csl file results in an error message:
/usr/lib/node_modules/pandiff/node_modules/command-line-args/dist/index.js:1350
throw err
^
UNKNOWN_OPTION: Unknown option: --csl=/path/to/apa.csl
at commandLineArgs (/usr/lib/node_modules/pandiff/node_modules/command-line-args/dist/index.js:1347:21)
at Object.<anonymous> (/usr/lib/node_modules/pandiff/cli.js:77:6)
at Module._compile (node:internal/modules/cjs/loader:1109:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1138:10)
at Module.load (node:internal/modules/cjs/loader:989:32)
at Function.Module._load (node:internal/modules/cjs/loader:829:14)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:76:12)
at node:internal/main/run_main_module:17:47 {
optionName: '--csl=/path/to/apa.csl'
}
I'm effectively running pandiff --csl=/path/to/apa.csl --bibliography=/path/to/references.bib -o output.doxc old.tex new.tex
Is there something I'm doing wrong? Otherwise it would also be helpful to have a MWE for this kind of case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels