let rcldvi and rclps emit ^L page markers for use with %p and evince
This commit is contained in:
parent
3d630238d8
commit
b873e5cff4
2 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ awk 'BEGIN'\
|
|||
cont = ""
|
||||
|
||||
if ($0 == "\f") {
|
||||
print "</p>\n<hr>\n<p>"
|
||||
print "</p>\n<hr>\n\f<p>"
|
||||
next
|
||||
} else if ($0 ~ /-$/) {
|
||||
match($0, "[ \t][^ \t]+$")
|
||||
|
|
|
@ -110,7 +110,7 @@ awk 'BEGIN'\
|
|||
cont = ""
|
||||
|
||||
if ($0 == "\f") {
|
||||
print "</p>\n<hr>\n<p>"
|
||||
print "</p>\n<hr>\n\f<p>"
|
||||
next
|
||||
} else if ($0 ~ /$/) {
|
||||
# Note : soft-hyphen is iso8859 0xad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue