diff --git a/pdf/justfile b/pdf/justfile index a907181..1d8952a 100644 --- a/pdf/justfile +++ b/pdf/justfile @@ -8,7 +8,12 @@ dev: # groff 2 pdf 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 text: diff --git a/pdf/vumpire.ms b/pdf/vumpire.ms index d86217e..b4cdb00 100644 --- a/pdf/vumpire.ms +++ b/pdf/vumpire.ms @@ -1,5 +1,5 @@ ./" === START MACROS === ./" -./" Figure Captions +./" FIGURE CAPTIONS .de figcap \" .de = define macro .SM \" small text .ce 1 \" center 1 line @@ -7,7 +7,7 @@ .NL \" normal text .sp .. \" end macro definition -./" Section Headers +./" SECTION HEADERS .de H1 .sp .SH @@ -20,7 +20,7 @@ \\$* .XE \" end toc entry .. -./" Second Level Headings +./" SECOND LEVEL HEADINGS .de H2 .SH 2 .ft GhoulishR @@ -30,7 +30,7 @@ \\$* \" tab before entry so it looks good in TOC .XE .. -./" Bullet Point +./" BULLET POINT .de li ./" IP is the list macro (???) and \(bu specifies a bullet point list ./" Follow up: IP is an Indented Paragraph with an optional marker diff --git a/pdf/vumpire.pdf b/pdf/vumpire.pdf index f446834..5aa2f07 100644 Binary files a/pdf/vumpire.pdf and b/pdf/vumpire.pdf differ