summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2016-08-08 16:16:31 +0200
committerSiri Reiter <siri@jones.dk>2016-08-08 16:16:31 +0200
commit7eb8286d82630ac5a5c253f1009250e796ddb0c3 (patch)
tree98d2ac27ba7e698109e7605d1bd69b75bd0464f1
parent1aa9a007ebc44a2ed919b152a934fc145945788a (diff)
Reformat, and merge odd.md.
-rw-r--r--USE.md10
-rw-r--r--doc/odd.md4
2 files changed, 9 insertions, 5 deletions
diff --git a/USE.md b/USE.md
index 4066e3d..ab6922e 100644
--- a/USE.md
+++ b/USE.md
@@ -1,5 +1,13 @@
-# Direct print to Brother
+# Print
+
+## Direct print to Brother
Use pdf 1.3
Convert pdf with localps2pdf (tab-complete)
Alternatively with pdftops + pstopdf13
+
+## Direct print odd format
+
+ pdftocairo -pdf -paper A4 infile outfile
+ pdftops %f
+ ps2pdf13 infile outfile
diff --git a/doc/odd.md b/doc/odd.md
deleted file mode 100644
index 845e30b..0000000
--- a/doc/odd.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# Direct print odd format
-pdftocairo -pdf -paper A4 infile outfile
-pdftops %f
-ps2pdf13 infile outfile