Skip to content

MWE for bibliography #24

@swhalemwo

Description

@swhalemwo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions