瀏覽代碼

Addition of readme

koerschens 3 年之前
父節點
當前提交
d9467315ac
共有 1 個文件被更改,包括 27 次插入0 次删除
  1. 27 0
      readme.md

+ 27 - 0
readme.md

@@ -0,0 +1,27 @@
+
+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 file to generate your custom notice.
+
+Example Call
+------------
+
+```bash
+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.