bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: crop marks?


From: Gavin Smith
Subject: Re: crop marks?
Date: Wed, 21 Nov 2018 19:27:04 +0000

On Tue, Nov 20, 2018 at 7:07 AM <address@hidden> wrote:
> When printing an @smallbook book on regular paper (as an author would
> do while working on a book), the pages are (supposed to be) centered
> on the larger paper. You can't tell where the physically smaller borders
> really are. The cropmarks give you a visual clue as to what the end
> result will really be.

The page size is set in the output file - for PDF output, and also for
DVI output, provided your DVI viewing program recognizes the page size
directive (since 2017-03-05). Thus there shouldn't be anything extra
you need to do to see what the page looks like.

If I disable changing the papersize in \internalpapersizes, like this:

Index: texinfo.tex
===================================================================
--- texinfo.tex (revision 8191)
+++ texinfo.tex (working copy)
@@ -11328,7 +11328,7 @@
     \pdfvorigin = 1 true in
   \else
     \ifx\XeTeXrevision\thisisundefined
-      \special{papersize=#8,#7}%
+      %\special{papersize=#8,#7}%
     \else
       \pdfpageheight #7\relax
       \pdfpagewidth #8\relax

and use @smallbook and @cropmarks, the lower cropmarks are indeed
visible. They were invisible before because they had disappeared off
the bottom of the page - probably they are being printed too far down.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]