Adds a copyright notice to the head of existing papers.
|
3 years ago | |
---|---|---|
addcopyright.sh | 3 years ago | |
example.sh | 3 years ago | |
readme.md | 3 years ago | |
template.tex | 3 years ago |
This repository provides a script to generate a copyright notice and add it to an existing paper-pdf.
Simply call addcopyright.sh on the console with the required parameters or copy or modify the example.sh to generate your custom notice.
bash addcopyright.sh \
--input path/to/paper.pdf \
--output ./paperwcopyright.pdf \
--authors 'M. Exampleauthor, J. Additionalauthor and R. Lastauthor' \
--title 'Fancy Paper Title' \
--venue 'German Conference on Pattern Recognition (GCPR)' \
--year 2021 \
--notice 'Will be published on Springer.'
The original template was provided by Paul Bodesheim.