add EXIF metadata
parent
30e484c694
commit
962786b9e8
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
BIN
pdf/vumpire.pdf
BIN
pdf/vumpire.pdf
Binary file not shown.
Loading…
Reference in New Issue