Skip to content

Commit

Permalink
Document the --fill-missing flag in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
duetosymmetry committed Dec 3, 2020
1 parent 978987c commit cada94a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ python -m pip install "git+https://github.com/duetosymmetry/ads2inspire.git#egg=
First latex/bibtex/latex your file, then run

```shell
ads2inspire [--backup] [--filter-type [ads|all]] auxfile.aux [texfile1.tex [texfile2.tex [...]]]
ads2inspire [--backup] [--filter-type [ads|all]] [--fill-missing] auxfile.aux [texfile1.tex [texfile2.tex [...]]]
```
If your main tex file is named `wonderful.tex`, then your auxfile will be named `wonderful.aux`.
Expand All @@ -59,6 +59,9 @@ make the program write backups of the tex and bib files before rewriting them.
`--filter-type` controls which keys to search for on INSPIRE: the default `"ads"` will only
search for keys that look like ADS keys, while `"all"` will try all keys (aside from those that
look like INSPIRE keys).
The `--fill-missing` flag will query for INSPIRE-like keys that were
referenced in the LaTeX source, but missing from the .bib file, and
fill them into the .bib file if found.
## Contributing
Expand Down

0 comments on commit cada94a

Please sign in to comment.