Smaller margins in postscript documents.

Ask a Question related to Debian, Design and Development.

  1. #1

    Default Smaller margins in postscript documents.

    I want to shrink the margins of postscript documents, thereby enlarging the
    text to occupy a larger portion of each page. Any suggestions?
    --
    Torquil Macdonald Sørensen, [url]http://folk.uio.no/tmac[/url]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Torquil Macdonald Sørensen Guest

  2. Similar Questions and Discussions

    1. Changing margins on pdf documents
      I need to change pre-set margins on pdf document. I cannot print document as viewed because it defaults to pre-set margina. How can I change?
    2. Adobe Postscript 3 vs. Postscript Emulation?
      I posted this question in an Adobe Postscript forum last week, but haven't had any response--so I'm taking a shot here as this forum seems to have...
    3. Large postscript files fail to postscript to distiller..?
      On a mac.. OX 10.4 using Quark 6 and Distiller 7.. when outputting large files (would be over 2GB if they postscripted, the files sit in watched...
    4. How do I break a large document into smaller documents
      Hi, Using InDesign cs, if I have one document that is 200 pages long and I would like to break it into separate chapters and then recombine it into...
    5. Font on Word/Excel Documents Becomes Smaller When Converted to PDF
      When I convert Word and Excel documents to PDF, the font becomes noticeably smaller. I can adjust the documents somewhat before converting to PDF by...
  3. #2

    Default Re: Smaller margins in postscript documents.

    On Monday 21 July 2003 17:04, David Z Maze wrote:
    > I suspect you're not really writing postscript documents by hand; what
    > is producing the files? There's not an easy way to do this in
    > general. There might be something that could rescale a file to be 10%
    > larger and still centered, but I can't come up with anything off hand
    > that would do it.
    The documents are physics preprint papers from [url]www.arxiv.org[/url], so they usually
    come from latex, and the sources are available.
    I use 'psnup -2' to get two pages on each side of a sheet of paper (four
    pages per sheet), thus getting lots of whitespace between the two columns of
    text. So even if could if find a way to enlarge the original ps file, the
    psnup command will give even more whitespace in the middle of the page
    It would be cool if there was a simple postscript command that could scaleup
    the content of the pages (and not the pagesize), but I don't think I will
    bother if it necessary to modify the latex source and reprocess.

    Thanks
    --
    Torquil Macdonald Sørensen, [url]http://folk.uio.no/tmac[/url]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Torquil Macdonald Sørensen Guest

  4. #3

    Default Re: Smaller margins in postscript documents.

    On Mon, 21 Jul 2003 14:54:07 +0200 Torquil Macdonald Sørensen wrote:
    > I want to shrink the margins of postscript documents, thereby
    > enlarging the text to occupy a larger portion of each page. Any
    > suggestions?
    pstops, in the psutils package. Man is your friend.

    --
    Carlos Sousa
    [url]http://vbc.dyndns.org/[/url]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Carlos Sousa Guest

  5. #4

    Default Re: Smaller margins in postscript documents.

    On Wednesday 23 July 2003 00:31, Carlos Sousa wrote:
    > pstops, in the psutils package. Man is your friend.
    >
    > --
    > Carlos Sousa
    > [url]http://vbc.dyndns.org/[/url]
    That's great, thanks! This was exactly what I needed.

    I used the command
    pstops "2:0L@.9(23cm,-1cm)+1L@.9(23cm,13cm)" in_A4.ps out_A4.ps

    --
    Torquil Macdonald Sørensen, [url]http://folk.uio.no/tmac[/url]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Torquil Macdonald Sørensen Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139