Adds a copyright notice to the head of existing papers.

koerschens 905a3cf376 Improvement of readme 3 years ago
addcopyright.sh 83cd74456f Initialize and addition of files 3 years ago
example.sh 83cd74456f Initialize and addition of files 3 years ago
readme.md 905a3cf376 Improvement of readme 3 years ago
template.tex 83cd74456f Initialize and addition of files 3 years ago

readme.md

Script for Addition of Copyright Notice

This repository provides a script to generate a copyright notice and add it to an existing paper-pdf.

Usage

Simply call addcopyright.sh on the console with the required parameters or copy or modify the example.sh to generate your custom notice.

Example Call

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.