changeset 48:35fb8de77c7d

Is it finally generating decent PDF's?
author David Barts <davidb@stashtea.com>
date Mon, 04 May 2020 18:12:59 -0700
parents 92b60ab62515
children 1aea8079484b fb407182ba76
files Makefile.docs Readme.html Readme.pdf Readme.rst custom.tmac
diffstat 5 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.docs	Mon May 04 11:06:44 2020 -0700
+++ b/Makefile.docs	Mon May 04 18:12:59 2020 -0700
@@ -15,7 +15,7 @@
 	pandoc --from=html --to=ms $< | sed -e 's/^\.LP/.PP/' -e 's/^\.SH/.MYSH/' >> $@
 
 %.ps: %.nrf custom.tmac
-	groff -Tps -t -mspdf $< > $@
+	groff -Tps -t -ms $< > $@
 
 %.pdf : %.ps
 	ps2pdf $<
--- a/Readme.html	Mon May 04 11:06:44 2020 -0700
+++ b/Readme.html	Mon May 04 18:12:59 2020 -0700
@@ -57,7 +57,7 @@
       their way onto the Internet, and for that program to leave vital metadata
       alone, so that the resulting images continue to display properly.</p>
     <h2>JpegWasher Washes More than Just Exif Metadata</h2>
-    <p>Jpeg is the most common type of metadata, but image files commonly
+    <p>Exif is the most common type of metadata, but image files commonly
       contain compromising XMP or IPTC data, particularly if they have been
       edited with a tool like Photoshop. JpegWasher will seamlessly deal with
       these kinds of metadata, too. It tries to do as thorough a job as possible
Binary file Readme.pdf has changed
--- a/Readme.rst	Mon May 04 11:06:44 2020 -0700
+++ b/Readme.rst	Mon May 04 18:12:59 2020 -0700
@@ -69,7 +69,7 @@
 JpegWasher Washes More than Just Exif Metadata
 ----------------------------------------------
 
-Jpeg is the most common type of metadata, but image files commonly
+Exif is the most common type of metadata, but image files commonly
 contain compromising XMP or IPTC data, particularly if they have been
 edited with a tool like Photoshop. JpegWasher will seamlessly deal with
 these kinds of metadata, too. It tries to do as thorough a job as
--- a/custom.tmac	Mon May 04 11:06:44 2020 -0700
+++ b/custom.tmac	Mon May 04 18:12:59 2020 -0700
@@ -8,3 +8,11 @@
 .SH \\$1
 .ft AB
 ..
+.de pdfhref
+.if '\\$1'W' \{\
+\\$7\\**
+.FS
+\\$3
+.FE
+.\}
+..