add EXIF metadata

main
dozens 2023-10-02 18:28:50 -06:00
parent 30e484c694
commit 962786b9e8
3 changed files with 10 additions and 5 deletions

View File

@ -8,7 +8,12 @@ dev:
# groff 2 pdf # groff 2 pdf
build: build:
pdfroff -ms -p -t -R vumpire.ms > vumpire.pdf pdfroff -ms -p -t -R vumpire.ms > vumpire.pdf && just metadata
# add EXIF data to pdf
metadata:
exiftool -Author="dozens" -Title="Vumpire\!" vumpire.pdf
# groff 2 text # groff 2 text
text: text:

View File

@ -1,5 +1,5 @@
./" === START MACROS === ./" ./" === START MACROS === ./"
./" Figure Captions ./" FIGURE CAPTIONS
.de figcap \" .de = define macro .de figcap \" .de = define macro
.SM \" small text .SM \" small text
.ce 1 \" center 1 line .ce 1 \" center 1 line
@ -7,7 +7,7 @@
.NL \" normal text .NL \" normal text
.sp .sp
.. \" end macro definition .. \" end macro definition
./" Section Headers ./" SECTION HEADERS
.de H1 .de H1
.sp .sp
.SH .SH
@ -20,7 +20,7 @@
\\$* \\$*
.XE \" end toc entry .XE \" end toc entry
.. ..
./" Second Level Headings ./" SECOND LEVEL HEADINGS
.de H2 .de H2
.SH 2 .SH 2
.ft GhoulishR .ft GhoulishR
@ -30,7 +30,7 @@
\\$* \" tab before entry so it looks good in TOC \\$* \" tab before entry so it looks good in TOC
.XE .XE
.. ..
./" Bullet Point ./" BULLET POINT
.de li .de li
./" IP is the list macro (???) and \(bu specifies a bullet point list ./" IP is the list macro (???) and \(bu specifies a bullet point list
./" Follow up: IP is an Indented Paragraph with an optional marker ./" Follow up: IP is an Indented Paragraph with an optional marker

Binary file not shown.