let rcldvi and rclps emit ^L page markers for use with %p and evince

This commit is contained in:
Jean-Francois Dockes 2012-10-04 09:49:03 +02:00
parent 3d630238d8
commit b873e5cff4
2 changed files with 2 additions and 2 deletions

View file

@ -129,7 +129,7 @@ awk 'BEGIN'\
cont = "" cont = ""
if ($0 == "\f") { if ($0 == "\f") {
print "</p>\n<hr>\n<p>" print "</p>\n<hr>\n\f<p>"
next next
} else if ($0 ~ /-$/) { } else if ($0 ~ /-$/) {
match($0, "[ \t][^ \t]+$") match($0, "[ \t][^ \t]+$")

View file

@ -110,7 +110,7 @@ awk 'BEGIN'\
cont = "" cont = ""
if ($0 == "\f") { if ($0 == "\f") {
print "</p>\n<hr>\n<p>" print "</p>\n<hr>\n\f<p>"
next next
} else if ($0 ~ /­$/) { } else if ($0 ~ /­$/) {
# Note : soft-hyphen is iso8859 0xad # Note : soft-hyphen is iso8859 0xad