Mailinglist Archive: opensuse-commit (2092 mails)

< Previous Next >
commit poster
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 15 Aug 2007 20:35:36 +0200
  • Message-id: <20070815183536.6BD1A678332@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package poster
checked in at Wed Aug 15 20:35:36 CEST 2007.

--------
--- poster/poster.changes       2006-01-25 21:40:30.000000000 +0100
+++ /mounts/work_src_done/STABLE/poster/poster.changes  2007-08-14 03:17:43.000000000 +0200
@@ -1,0 +2,16 @@
+Tue Aug 14 03:16:07 CEST 2007 - crrodriguez@xxxxxxx
+
+- added -C option for switching clipping facilities
+- added -O option for setting content overlap
+- make postscript functions out of read in page descriptions 
+  instead of copying the code for every output page
+- corrected sizes of ISO A and B formats
+- don't crash when specifying -s option (scaling)

+-------------------------------------------------------------------
+Tue Aug 14 01:23:53 CEST 2007 - crrodriguez@xxxxxxx
+
+- update to version 20060221 
+- poster segfaults with any postscript file [#297339]
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ poster.spec ++++++
--- /var/tmp/diff_new_pack.O12295/_old  2007-08-15 20:35:27.000000000 +0200
+++ /var/tmp/diff_new_pack.O12295/_new  2007-08-15 20:35:27.000000000 +0200
@@ -1,24 +1,24 @@
 #
-# spec file for package poster (Version 20020826)
+# spec file for package poster (Version 20060221)
 #
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 # norootforbuild
 
 Name:         poster
 URL:          http://printing.kde.org/
-License:      GPL, Other License(s), see package
+License:        GPL v2 or later, .
 Group:        Productivity/Publishing/PS
 #Provides:
 #Requires:
 Autoreqprov:  on
-Version:      20020826
-Release:      154
+Version:        20060221
+Release:        1
 Summary:      Tool for printing posters over multiple pages
 Source:       poster.tar.bz2
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
@@ -40,7 +40,7 @@
     Michael Goffioul <goffioul@xxxxxxx>
 
 %prep
-%setup -n poster
+%setup -q
 
 %build
     make CFLAGS="$RPM_OPT_FLAGS"
@@ -60,7 +60,17 @@
 %doc %{_mandir}/man1/poster.1.gz
 /usr/bin/poster
 
-%changelog -n poster
+%changelog
+* Tue Aug 14 2007 - crrodriguez@xxxxxxx
+- added -C option for switching clipping facilities
+- added -O option for setting content overlap
+- make postscript functions out of read in page descriptions
+  instead of copying the code for every output page
+- corrected sizes of ISO A and B formats
+- don't crash when specifying -s option (scaling)
+* Tue Aug 14 2007 - crrodriguez@xxxxxxx
+- update to version 20060221
+- poster segfaults with any postscript file [#297339]
 * Wed Jan 25 2006 - mls@xxxxxxx
 - converted neededforbuild to BuildRequires
 * Thu Sep 08 2005 - jreuter@xxxxxxx
@@ -70,10 +80,10 @@
 * Tue May 13 2003 - jreuter@xxxxxxx
 - update to version 20020826 (Bugzilla #25882), changes according
   to upstream ChangeLog:
-- addition of "fake" option for KDEprint
-- allows selection of tile pages to print
-- replaces gets() with fgets()
-- allows input from STDIN now
-- allows poster printing of more than one page
+     - addition of "fake" option for KDEprint
+     - allows selection of tile pages to print
+     - replaces gets() with fgets()
+     - allows input from STDIN now
+     - allows poster printing of more than one page
 * Mon Feb 26 2001 - bjacke@xxxxxxx
 - initial build

++++++ poster.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/poster/ChangeLog new/poster-20060221/ChangeLog
--- old/poster/ChangeLog        2002-08-30 19:00:19.000000000 +0200
+++ new/poster-20060221/ChangeLog       2006-02-22 13:27:39.000000000 +0100
@@ -1,11 +1,22 @@
-2002-08-26 Michael Goffioul <goffioul@xxxxxxx>
-       * gets: avoid the use of gets, replaced by fgets
-       * input: allow input from STDIN
-       * pages: allow poster printing of more than one page
+2006-02-19 Manfred Paulus <manfred.paulus@xxxxxxxxxxxxxx>
+    * option: added -C option for switching clipping facilities
+    * option: added -O option for setting content overlap
+    * output: make postscript functions out of read in
+              page descriptions instead of copying the code
+              for every output page
+    * pages:  corrected sizes of ISO A and B formats
 
-2002-08-28 Michael Goffioul <goffioul@xxxxxxx>
-       * pages: allow selection of tile pages to print
+2005-09-07 Cristian Tibirna <tibirna@xxxxxxx>
+    * option: don't crash when specifying -s option (scaling)
 
 2002-08-30 Michael Goffioul <goffioul@xxxxxxx>
        * option: added a "fake" option to pre-calculate the
          tile pages (used within KDEPrint).
+
+2002-08-28 Michael Goffioul <goffioul@xxxxxxx>
+       * pages: allow selection of tile pages to print
+
+2002-08-26 Michael Goffioul <goffioul@xxxxxxx>
+       * gets: avoid the use of gets, replaced by fgets
+       * input: allow input from STDIN
+       * pages: allow poster printing of more than one page
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/poster/manual.ps new/poster-20060221/manual.ps
--- old/poster/manual.ps        1995-08-24 12:22:26.000000000 +0200
+++ new/poster-20060221/manual.ps       2006-02-22 13:31:29.000000000 +0100
@@ -1,19 +1,16 @@
 %!PS-Adobe-3.0
-%%Creator: groff version 1.09
-%%CreationDate: Thu Aug 24 12:22:26 1995
+%%Creator: groff version 1.18.1
+%%CreationDate: Wed Feb 22 07:31:29 2006
 %%DocumentNeededResources: font Times-Roman
 %%+ font Times-Bold
 %%+ font Times-Italic
-%%DocumentFonts: Times-Roman
-%%+ Times-Bold
-%%+ Times-Italic
-%%DocumentSuppliedResources: procset grops 1.09 0
-%%Pages: 4
+%%DocumentSuppliedResources: procset grops 1.18 1
+%%Pages: 5
 %%PageOrder: Ascend
 %%Orientation: Portrait
 %%EndComments
 %%BeginProlog
-%%BeginResource: procset grops 1.09 0
+%%BeginResource: procset grops 1.18 1
 /setpacking where{
 pop
 currentpacking
@@ -50,7 +47,7 @@
 /MF{
 findfont
 [5 2 roll
-0 3 1 roll 
+0 3 1 roll
 neg 0 0]makefont
 dup setfont
 [exch/setfont cvx]cvx bind def
@@ -59,9 +56,9 @@
 /RES 0 def
 /PL 0 def
 /LS 0 def
-/A5 0 def
-/leftpage true def
-/settumble true def
+/MANUAL{
+statusdict begin/manualfeed true store end
+}bind def
 /PLG{
 gsave newpath clippath pathbbox grestore
 exch pop add exch pop
@@ -73,13 +70,6 @@
 72 RES div dup scale
 LS{
 90 rotate
-A5{
-2 sqrt 2 div dup scale
-leftpage{
-clippath pathbbox pop exch pop add 2 div 0 translate 0 0 moveto
-newpath
-}if
-}if
 }{
 0 PL translate
 }ifelse
@@ -87,16 +77,7 @@
 }bind def
 /EP{
 level0 restore
-A5{
-leftpage{
-showpage
-/leftpage false def
-}{
-/leftpage true def
-}ifelse
-}{
 showpage
-}ifelse
 }bind def
 /DA{
 newpath arcn stroke
@@ -127,11 +108,20 @@
 /ST/stroke load def
 /MT/moveto load def
 /CL/closepath load def
-/FL{
-currentgray exch setgray fill setgray
+/Fr{
+setrgbcolor fill
+}bind def
+/Fk{
+setcmykcolor fill
 }bind def
-/BL/fill load def
+/Fg{
+setgray fill
+}bind def
+/FL/fill load def
 /LW/setlinewidth load def
+/Cr/setrgbcolor load def
+/Ck/setcmykcolor load def
+/Cg/setgray load def
 /RE{
 findfont
 dup maxlength 1 index/FontName known not{1 add}if dict begin
@@ -189,340 +179,545 @@
 %%IncludeResource: font Times-Bold
 %%IncludeResource: font Times-Italic
 grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
-def/PL 841.89 def/LS false def/A5 false def/katern false def/ENC0[
-/asciicircum/asciitilde/Scaron/Zcaron/scaron/zcaron/Ydieresis/trademark
-/quotesingle/ellipsis/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
+/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
-/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space/exclam
-/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft
-/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three
-/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater
-/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z
-/bracketleft/backslash/bracketright/circumflex/underscore/quoteleft/a/b
-/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar
-/braceright/tilde/.notdef/quotesinglbase/guillemotleft/guillemotright
-/bullet/florin/fraction/perthousand/dagger/daggerdbl/endash/emdash/ff/fi
-/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut/dotaccent/breve/caron
-/ring/ogonek/quotedblleft/quotedblright/oe/lslash/quotedblbase/OE/Lslash
-/.notdef/exclamdown/cent/sterling/currency/yen/brokenbar/section
-/dieresis/copyright/ordfeminine/guilsinglleft/logicalnot/minus
-/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu
-/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
-/guilsinglright/onequarter/onehalf/threequarters/questiondown/Agrave
-/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute
-/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde
-/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave
-/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute
-/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute
-/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde
-/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute
-/ucircumflex/udieresis/yacute/thorn/ydieresis]def/Times-Italic@0 ENC0
-/Times-Italic RE/Times-Bold@0 ENC0/Times-Bold RE/Times-Roman@0 ENC0
-/Times-Roman RE
+/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+/Times-Italic@0 ENC0/Times-Italic RE/Times-Bold@0 ENC0/Times-Bold RE
+/Times-Roman@0 ENC0/Times-Roman RE
 %%EndProlog
 %%Page: 1 1
 %%BeginPageSetup
 BP
 %%EndPageSetup
-/F0 10/Times-Roman@0 SF 367.72(POSTER\(1\) POSTER\(1\))72 48 R/F1 9
-/Times-Bold@0 SF -.18(NA)72 84 S(ME).18 E F0(poster \255 Scale and tile\
- a postscript image to print on multiple pages)108 96 Q F1(SYNOPSIS)72
-112.8 Q F0(poster <options> in\214le)108 124.8 Q F1(DESCRIPTION)72 141.6
-Q/F2 10/Times-Italic@0 SF -.8(Po)108 153.6 S(ster).8 E F0 1.072
-(can be used to create a lar)3.572 F 1.072(ge poster by b)-.18 F 1.071
-(uilding it from multiple pages and/or printing it on lar)-.2 F(ge)-.18
-E 2.864(media. It)108 165.6 R -.15(ex)2.864 G .364(pects as input a gen\
-eric \(encapsulated\) postscript \214le, normally printing on a single \
-page.).15 F(The)5.365 E .596(output is ag)108 177.6 R .595
-(ain a postscript \214le, maybe containing multiple pages together b)
--.05 F .595(uilding the poster)-.2 F 5.595(.T)-.55 G .595(he output)
--5.595 F .348(pages bear cutmarks and ha)108 189.6 R .648 -.15(ve s)-.2
-H .348(lightly o).15 F -.15(ve)-.15 G .348
-(rlapping images for easier assembling.).15 F .348
-(The input picture will be)5.348 F(scaled to obtain the desired size.)
-108 201.6 Q .069(The program uses a brute-force method: it copies the e\
-ntire input \214le for each output page, hence the output)108 218.4 R
-1.352(\214le can be v)108 230.4 R 1.352(ery lar)-.15 F 3.852(ge. Since)
--.18 F 1.352(the program does not really bother about the input \214le \
-contents, it clearly)3.852 F -.1(wo)108 242.4 S
-(rks for both black-and-white and color postscript.).1 E 2.542 -.8(To c)
-108 259.2 T .942(ontrol its operation, you need to specify either the s\
-ize of the desired poster or a scale f).8 F .941(actor for the)-.1 F
-(image:)108 271.2 Q 6.67(-G)108 288 S -2.15 -.25(iv e)-6.67 H 2.826(nt)
-.25 G .326(he poster size, it calculates the required number of sheets \
-to print on, and from that a scale f)-2.826 F(actor)-.1 E
-(to \214ll these sheets optimally with the input image.)118 300 Q 6.67
-(-G)108 316.8 S -2.15 -.25(iv e)-6.67 H 2.75(nas).25 G .25(cale f)-2.75
-F(actor)-.1 E 2.75(,i)-.4 G 2.75(td)-2.75 G(eri)-2.75 E -.15(ve)-.25 G
-2.75(st).15 G .249(he required number of pages from the input image siz\
-e, and positions the)-2.75 F(scaled image centered on this area.)118
-328.8 Q .848(Its input \214le should best be a real `Encapsulated Posts\
-cript' \214le \(often denoted with the e)108 345.6 R .849
-(xtension .eps or)-.15 F 3.722(.epsf\). Such)108 357.6 R 1.221
-(\214les can be generated from about all current dra)3.722 F 1.221
-(wing applications, and te)-.15 F 1.221(xt processors lik)-.15 F(e)-.1 E
--.8(Wo)108 369.6 S(rd, Interleaf and Framemak).8 E(er)-.1 E(.)-.55 E(Ho)
-108 381.6 Q(we)-.25 E -.15(ve)-.25 G(r).15 E F2(poster)3.344 E F0 .844
-(tries to beha)3.344 F 1.144 -.15(ve p)-.2 H .845
-(roperly also on more relax).15 F .845
-(ed, general postscript \214les containing a single)-.15 F
-(page de\214nition.)108 393.6 Q(Proper operation is obtained for instan\
-ce on pages generated by \(La\)T)5 E(eX and \(g\)trof)-.7 E(f.)-.25 E
-.021(The media to print on can be selected independently from the input\
- image size and/or the poster size.)108 410.4 R F2 -.8(Po)2.52 G(ster).8
-E F0(will determine by itself whether it is bene\214cial to rotate the \
-output image on the media.)108 422.4 Q 3.612 -.8(To p)108 439.2 T(re).8
-E(vie)-.25 E 4.512(wt)-.25 G 2.012(he output results of)-4.512 F F2
-(poster)4.512 E F0 2.013(and/or to \(re-\)print indi)4.512 F 2.013
-(vidual output pages, you should use a)-.25 F(postscript pre)108 451.2 Q
-(vie)-.25 E(wer lik)-.25 E 2.5(eg)-.1 G(hostvie)-2.5 E(w\(1\).)-.25 E F1
-(OPTIONS)72 480 Q F0 4.17(-v Be)108 492 R -.15(ve)2.5 G(rbose. T).15 E
-(ell about scaling, rotation and number of pages.)-.7 E(Def)123 504 Q
-(ault is silent operation.)-.1 E 5.84(-f Ask)108 520.8 R
-(manual media feed on the plotting/printing de)2.5 E
-(vice, instead of using its standard paper tray)-.25 E(.)-.65 E(Def)123
-532.8 Q(ault is adhering to the de)-.1 E(vice settings.)-.25 E(-i <box>)
-108 549.6 Q(Specify the size of the input image.)123 561.6 Q(Def)123
-573.6 Q(ault is reading the image size from the `%%BoundingBox' speci\
-\214cation in the input \214le header)-.1 E(.)-.55 E(-m <box>)108 590.4
-Q(Specify the desired media size to print on. See belo)123 602.4 Q 2.5
-(wf)-.25 G(or <box>.)-2.5 E(The def)123 614.4 Q
-(ault is set at compile time, being A4 in the standard package.)-.1 E
-(-p <box>)108 631.2 Q 1.62(Specify the poster size. See belo)123 643.2 R
-4.12(wf)-.25 G 1.62(or <box>.)-4.12 F(Since)6.62 E F2(poster)4.12 E F0
-1.62(will autonomously choose for rotation,)4.12 F(al)123 655.2 Q -.1
-(wa)-.1 G
-(ys specify a `portrait' poster size \(i.e. higher then wide\).).1 E
-(If you don')123 667.2 Q 2.5(tg)-.18 G -2.15 -.25(iv e)-2.5 H
-(the -s option, the def)2.75 E
-(ault poster size is identical to the media size.)-.1 E(-s <number>)108
-684 Q .845(Specify a linear scaling f)123 696 R .845
-(actor to produce the poster)-.1 F 5.845(.T)-.55 G .845
-(ogether with the input image size and optional)-6.645 F(mar)123 708 Q
-(gins, this induces an output poster size. So don')-.18 E 2.5(ts)-.18 G
-(pecify both -s and -p.)-2.5 E(Def)123 720 Q(ault is deri)-.1 E
-(ving the scale f)-.25 E(actor to \214t a gi)-.1 E -.15(ve)-.25 G 2.5
-(np).15 G(oster size.)-2.5 E(1)535 768 Q EP
+/F0 10/Times-Roman@0 SF 367.72<504f5354455228312920504f53544552283129>72
+48 R/F1 10.95/Times-Bold@0 SF -.219<4e41>72 84 S<4d45>.219 E F0<706f7374
+657220ad205363616c6520616e642074696c65206120706f737473637269707420696d61
+676520746f207072696e74206f6e206d756c7469706c65207061676573>108 96 Q F1
+<53594e4f50534953>72 112.8 Q F0
+<706f73746572203c6f7074696f6e733e20696e8c6c65>108 124.8 Q F1
+<4445534352495054494f4e>72 141.6 Q/F2 10/Times-Italic@0 SF -.8<506f>108
+153.6 S<73746572>.8 E F0 1.072
+<63616e206265207573656420746f206372656174652061206c6172>3.572 F 1.072
+<676520706f737465722062792062>-.18 F 1.071<75696c64696e672069742066726f
+6d206d756c7469706c6520706167657320616e642f6f72207072696e74696e6720697420
+6f6e206c6172>-.2 F<6765>-.18 E 2.864<6d656469612e204974>108 165.6 R -.15
+<6578>2.864 G .364<706563747320617320696e70757420612067656e657269632028
+656e63617073756c617465642920706f7374736372697074208c6c652c206e6f726d616c
+6c79207072696e74696e67206f6e20612073696e676c6520706167652e>.15 F<546865>
+5.365 E .596<6f7574707574206973206167>108 177.6 R .595<61696e206120706f
+7374736372697074208c6c652c206d6179626520636f6e7461696e696e67206d756c7469
+706c6520706167657320746f6765746865722062>-.05 F .595
+<75696c64696e672074686520706f73746572>-.2 F 5.595<2e54>-.55 G .595
+<6865206f7574707574>-5.595 F .348
+<70616765732062656172206375746d61726b7320616e64206861>108 189.6 R .648
+-.15<76652073>-.2 H .348<6c696768746c79206f>.15 F -.15<7665>-.15 G .348<
+726c617070696e6720696d6167657320666f722065617369657220617373656d626c696e
+672e>.15 F .348<54686520696e70757420706963747572652077696c6c206265>5.348
+F<7363616c656420746f206f627461696e2074686520646573697265642073697a652e>
+108 201.6 Q .069<5468652070726f6772616d207573657320612062727574652d666f
+726365206d6574686f643a20697420636f706965732074686520656e7469726520696e70
+7574208c6c6520666f722065616368206f757470757420706167652c2068656e63652074
+6865206f7574707574>108 218.4 R 1.352<8c6c652063616e2062652076>108 230.4
+R 1.352<657279206c6172>-.15 F 3.852<67652e2053696e6365>-.18 F 1.352<7468
+652070726f6772616d20646f6573206e6f74207265616c6c7920626f746865722061626f
+75742074686520696e707574208c6c6520636f6e74656e74732c20697420636c6561726c
+79>3.852 F -.1<776f>108 242.4 S<726b7320666f7220626f746820626c61636b2d61
+6e642d776869746520616e6420636f6c6f7220706f73747363726970742e>.1 E 2.542
+-.8<546f2063>108 259.2 T .942<6f6e74726f6c20697473206f7065726174696f6e2c
+20796f75206e65656420746f207370656369667920656974686572207468652073697a65
+206f6620746865206465736972656420706f73746572206f722061207363616c652066>
+.8 F .941<6163746f7220666f7220746865>-.1 F<696d6167653a>108 271.2 Q 6.67
+<2d47>108 288 S -2.15 -.25<69762065>-6.67 H 2.826<6e74>.25 G .326<686520
+706f737465722073697a652c2069742063616c63756c6174657320746865207265717569
+726564206e756d626572206f662073686565747320746f207072696e74206f6e2c20616e
+642066726f6d20746861742061207363616c652066>-2.826 F<6163746f72>-.1 E<74
+6f208c6c6c20746865736520736865657473206f7074696d616c6c792077697468207468
+6520696e70757420696d6167652e>118 300 Q 6.67<2d47>108 316.8 S -2.15 -.25
+<69762065>-6.67 H 2.75<6e6173>.25 G .25<63616c652066>-2.75 F<6163746f72>
+-.1 E 2.75<2c69>-.4 G 2.75<7464>-2.75 G<657269>-2.75 E -.15<7665>-.25 G
+2.75<7374>.15 G .249<6865207265717569726564206e756d626572206f6620706167
+65732066726f6d2074686520696e70757420696d6167652073697a652c20616e6420706f
+736974696f6e7320746865>-2.75 F
+<7363616c656420696d6167652063656e7465726564206f6e207468697320617265612e>
+118 328.8 Q .848<49747320696e707574208c6c652073686f756c6420626573742062
+652061207265616c2060456e63617073756c6174656420506f737473637269707427208c
+6c6520286f6674656e2064656e6f7465642077697468207468652065>108 345.6 R
+.849<7874656e73696f6e202e657073206f72>-.15 F 3.722
+<2e65707366292e2053756368>108 357.6 R 1.221<8c6c65732063616e206265206765
+6e6572617465642066726f6d2061626f757420616c6c2063757272656e7420647261>
+3.722 F 1.221<77696e67206170706c69636174696f6e732c20616e64207465>-.15 F
+1.221<78742070726f636573736f7273206c696b>-.15 F<65>-.1 E -.8<576f>108
+369.6 S<72642c20496e7465726c65616620616e64204672616d656d616b>.8 E<6572>
+-.1 E<2e>-.55 E<486f>108 381.6 Q<7765>-.25 E -.15<7665>-.25 G<72>.15 E
+F2<706f73746572>3.344 E F0 .844<747269657320746f2062656861>3.344 F 1.144
+-.15<76652070>-.2 H .845
+<726f7065726c7920616c736f206f6e206d6f72652072656c6178>.15 F .845<65642c
+2067656e6572616c20706f7374736372697074208c6c657320636f6e7461696e696e6720
+612073696e676c65>-.15 F<706167652064658c6e6974696f6e2e>108 393.6 Q<5072
+6f706572206f7065726174696f6e206973206f627461696e656420666f7220696e737461
+6e6365206f6e2070616765732067656e65726174656420627920284c612954>5 E
+<655820616e642028672974726f66>-.7 E<662e>-.25 E .021<546865206d65646961
+20746f207072696e74206f6e2063616e2062652073656c656374656420696e646570656e
+64656e746c792066726f6d2074686520696e70757420696d6167652073697a6520616e64
+2f6f722074686520706f737465722073697a652e>108 410.4 R F2 -.8<506f>2.52 G
+<73746572>.8 E F0<77696c6c2064657465726d696e6520627920697473656c66207768
+65746865722069742069732062656e658c6369616c20746f20726f746174652074686520
+6f757470757420696d616765206f6e20746865206d656469612e>108 422.4 Q 3.612
+-.8<546f2070>108 439.2 T<7265>.8 E<766965>-.25 E 4.512<7774>-.25 G 2.012
+<6865206f757470757420726573756c7473206f66>-4.512 F F2<706f73746572>4.512
+E F0 2.013<616e642f6f7220746f202872652d297072696e7420696e6469>4.512 F
+2.013<76696475616c206f75747075742070616765732c20796f752073686f756c642075
+73652061>-.25 F<706f737473637269707420707265>108 451.2 Q<766965>-.25 E
+<776572206c696b>-.25 E 2.5<6567>-.1 G<686f7374766965>-2.5 E<772831292e>
+-.25 E F1<4f5054494f4e53>72 480 Q F0 4.17<2d76204265>108 492 R -.15
+<7665>2.5 G<72626f73652e2054>.15 E<656c6c2061626f7574207363616c696e672c
+20726f746174696f6e20616e64206e756d626572206f662070616765732e>-.7 E
+<446566>123 504 Q<61756c742069732073696c656e74206f7065726174696f6e2e>-.1
+E 5.84<2d662041736b>108 520.8 R<6d616e75616c206d656469612066656564206f6e
+2074686520706c6f7474696e672f7072696e74696e67206465>2.5 E<766963652c2069
+6e7374656164206f66207573696e6720697473207374616e646172642070617065722074
+726179>-.25 E<2e>-.65 E<446566>123 532.8 Q
+<61756c74206973206164686572696e6720746f20746865206465>-.1 E
+<766963652073657474696e67732e>-.25 E<2d69203c626f783e>108 549.6 Q<537065
+63696679207468652073697a65206f662074686520696e70757420696d6167652e>123
+561.6 Q<446566>123 573.6 Q<61756c742069732072656164696e672074686520696d
+6167652073697a652066726f6d2074686520602525426f756e64696e67426f7827207370
+6563698c636174696f6e20696e2074686520696e707574208c6c6520686561646572>-.1
+E<2e>-.55 E<2d6d203c626f783e>108 590.4 Q<537065636966792074686520646573
+69726564206d656469612073697a6520746f207072696e74206f6e2e205365652062656c
+6f>123 602.4 Q 2.5<7766>-.25 G<6f72203c626f783e2e>-2.5 E<54686520646566>
+123 614.4 Q<61756c742069732073657420617420636f6d70696c652074696d652c2062
+65696e6720413420696e20746865207374616e64617264207061636b6167652e>-.1 E
+<2d70203c626f783e>108 631.2 Q 1.62
+<537065636966792074686520706f737465722073697a652e205365652062656c6f>123
+643.2 R 4.12<7766>-.25 G 1.62<6f72203c626f783e2e>-4.12 F<53696e6365>6.62
+E F2<706f73746572>4.12 E F0 1.62<77696c6c206175746f6e6f6d6f75736c792063
+686f6f736520666f7220726f746174696f6e2c>4.12 F<616c>123 655.2 Q -.1<7761>
+-.1 G<7973207370656369667920612060706f7274726169742720706f73746572207369
+7a652028692e652e20686967686572207468656e2077696465292e>.1 E
+<496620796f75206769>123 667.2 Q .3 -.15<7665206e>-.25 H<6569746865722074
+6865202d73206e6f7220746865202d70206f7074696f6e2c2074686520646566>.15 E<
+61756c7420706f737465722073697a65206973206964656e746963616c20746f20746865
+206d656469612073697a652e>-.1 E<2d73203c6e756d6265723e>108 684 Q .845
+<537065636966792061206c696e656172207363616c696e672066>123 696 R .845
+<6163746f7220746f2070726f647563652074686520706f73746572>-.1 F 5.845
+<2e54>-.55 G .845<6f67657468657220776974682074686520696e70757420696d6167
+652073697a6520616e64206f7074696f6e616c>-6.645 F<6d6172>123 708 Q<67696e
+732c207468697320696e647563657320616e206f757470757420706f737465722073697a
+652e20536f20646f6e27>-.18 E 2.5<7473>-.18 G
+<70656369667920626f7468202d7320616e64202d702e>-2.5 E<446566>123 720 Q
+<61756c742069732064657269>-.1 E<76696e6720746865207363616c652066>-.25 E
+<6163746f7220746f208c742061206769>-.1 E -.15<7665>-.25 G 2.5<6e70>.15 G
+<6f737465722073697a652e>-2.5 E<31>535 768 Q 0 Cg EP
 %%Page: 2 2
 %%BeginPageSetup
 BP
 %%EndPageSetup
-/F0 10/Times-Roman@0 SF 367.72(POSTER\(1\) POSTER\(1\))72 48 R(-c <box>)
-108 84 Q/F1 10/Times-Italic@0 SF(or)2.5 E F0(-c <number>%)2.5 E .743
-(Specify the cut mar)123 96 R .742(gin. This is the distance between th\
-e cutmarks and the paper edge. If the output is)-.18 F .301(really tile\
-d on multiple sheets, the cut marks indicate where to cut the paper for\
- assembly)123 108 R 5.301(.T)-.65 G .301(his mar)-5.301 F(gin)-.18 E
-1.03(must be big enough to co)123 120 R -.15(ve)-.15 G 3.53(rt).15 G
-1.029(he non-printable mar)-3.53 F 1.029
-(gin which almost all printers ha)-.18 F -.15(ve)-.2 G 3.529(.F).15 G
-1.029(or <box> see)-3.679 F(belo)123 132 Q -.65(w.)-.25 G(Def)123 144 Q
-.257(ault is 5%. Only when you specify identical poster and media sizes\
-, the def)-.1 F .258(ault cut mar)-.1 F .258(gin becomes)-.18 F(0, ef)
-123 156 Q(fecti)-.25 E -.15(ve)-.25 G(ly remo).15 E(ving the cutmarks.)
--.15 E(-w <box>)108 172.8 Q F1(or)2.5 E F0(-w <number>%)2.5 E
-(Specify a white mar)123 184.8 Q(gin around the output image.)-.18 E
-.391
-(In the `ideal' situation \(when an input `eps' \214le speci\214es an e)
-123 196.8 R .391(xact BoundingBox in its header\), the out-)-.15 F .36
-(put image will be scaled e)123 208.8 R .36
-(xactly to the edges of the resulting poster \(minus cut mar)-.15 F .36
-(gin\). If you desire a)-.18 F(certain mar)123 220.8 Q
-(gin to remain around the picture after poster assembly)-.18 E 2.5(,y)
--.65 G(ou can specify this with `-w'.)-2.5 E .862(\(This option is actu\
-ally redundant, since you can obtain the same result using -s or -i. Ho)
-123 232.8 R(we)-.25 E -.15(ve)-.25 G 3.361(rs).15 G(ome)-3.361 E
-(might \214nd this more con)123 244.8 Q -.15(ve)-.4 G(nient.\)).15 E
-(Def)123 256.8 Q(ault is 0.)-.1 E(-o <output\214le>)108 273.6 Q
-(Specify the name of the \214le to write the output into.)123 285.6 Q
-.416(\(Only added for those poor people who cannot specify output redir\
-ection from their command line due)123 297.6 R(to a silly OS.\))123
-309.6 Q(Def)123 321.6 Q(ault is writing to standard output.)-.1 E .077
-(The <box> mentioned abo)108 338.4 R .377 -.15(ve i)-.15 H 2.576(sas).15
-G .076(peci\214cation of horizontal and v)-2.576 F .076(ertical size.)
--.15 F .076(Only in combination with the)5.076 F
-(`-i' option, the program also understands the of)108 350.4 Q
-(fset speci\214cation in the <box>.)-.25 E(In general:)108 362.4 Q
-(<box> = [<multiplier>][<of)120.5 374.4 Q(fset>]<unit>)-.25 E
-(with multipier and of)108 386.4 Q(fset being speci\214ed optionally)
--.25 E(.)-.65 E(<multiplier> = <number>*<number>)120.5 398.4 Q(<of)120.5
-410.4 Q(fset> = +<number>,<number>)-.25 E
-(<unit> = <medianame> or <distancename>)120.5 422.4 Q(Man)108 439.2 Q
-2.696(yi)-.15 G .196(nternational media names are recognised by the pro\
-gram, in upper and lo)-2.696 F .197(wer case, and can be short-)-.25 F
-(ened to their \214rst fe)108 451.2 Q 2.5(wc)-.25 G
-(haracters, as long as unique.)-2.5 E -.15(Fo)5 G 2.5(ri).15 G
-(nstance `)-2.5 E(A0', `Let'.)-.8 E(Distance names are lik)108 463.2 Q
-2.5(e`)-.1 G(cm', `i', `ft'.)-2.5 E/F2 9/Times-Bold@0 SF(EXAMPLES)72 492
-Q F0(The follo)108 504 Q(wing command prints an A4 input \214le on 8 A3\
- pages, forming an A0 poster:)-.25 E
-(poster -v -iA4 -mA3 -pA0 in\214le >out\214le)130.5 516 Q(The ne)108 540
-Q(xt command prints an eps input image on a poster of 3x3 Letter pages:)
--.15 E(poster -v -mLet -p3x3Let)130.5 552 Q(image.eps > out\214le)5 E
-.233(The ne)108 576 R .233(xt command enlar)-.15 F .232
-(ges an eps input image to print on a lar)-.18 F .232
-(ge-media A0 capable de)-.18 F .232(vice, maintaining 2)-.25 F(inch mar)
-108 588 Q(gins:)-.18 E(poster -v -mA0 -w2x2i image.eps > out\214le)130.5
-600 Q(Enlar)108 624 Q 1.371(ge a postscript image e)-.18 F 1.372
-(xactly 4 times, print on the def)-.15 F 1.372(ault A4 media, and let)
--.1 F F1(poster)3.872 E F0 1.372(determine the)3.872 F
-(number of pages required:)108 636 Q
-(poster -v -s4 image.eps > out\214le)130.5 648 Q(2)535 768 Q EP
+/F0 10/Times-Roman@0 SF 367.72<504f5354455228312920504f53544552283129>72
+48 R<2d63203c626f783e>108 84 Q/F1 10/Times-Italic@0 SF<6f72>2.5 E F0
+<2d63203c6e756d6265723e25>2.5 E .743
+<537065636966792074686520637574206d6172>123 96 R .742<67696e2e2054686973
+206973207468652064697374616e6365206265747765656e20746865206375746d61726b
+7320616e642074686520706170657220656467652e20496620746865206f757470757420
+6973>-.18 F .301<7265616c6c792074696c6564206f6e206d756c7469706c65207368
+656574732c2074686520637574206d61726b7320696e6469636174652077686572652074
+6f206375742074686520706170657220666f7220617373656d626c79>123 108 R 5.301
+<2e54>-.65 G .301<686973206d6172>-5.301 F<67696e>-.18 E 1.03
+<6d7573742062652062696720656e6f75676820746f20636f>123 120 R -.15<7665>
+-.15 G 3.53<7274>.15 G 1.029<6865206e6f6e2d7072696e7461626c65206d6172>
+-3.53 F 1.029
+<67696e20776869636820616c6d6f737420616c6c207072696e74657273206861>-.18 F
+-.15<7665>-.2 G 3.529<2e46>.15 G 1.029<6f72203c626f783e20736565>-3.679 F
+<62656c6f>123 132 Q -.65<772e>-.25 G<446566>123 144 Q .257<61756c742069
+732035252e204f6e6c79207768656e20796f752073706563696679206964656e74696361
+6c20706f7374657220616e64206d656469612073697a65732c2074686520646566>-.1 F
+.258<61756c7420637574206d6172>-.1 F .258<67696e206265636f6d6573>-.18 F
+<302c206566>123 156 Q<6665637469>-.25 E -.15<7665>-.25 G<6c792072656d6f>
+.15 E<76696e6720746865206375746d61726b732e>-.15 E<2d77203c626f783e>108
+172.8 Q F1<6f72>2.5 E F0<2d77203c6e756d6265723e25>2.5 E
+<537065636966792061207768697465206d6172>123 184.8 Q
+<67696e2061726f756e6420746865206f757470757420696d6167652e>-.18 E .391<49
+6e207468652060696465616c2720736974756174696f6e20287768656e20616e20696e70
+7574206065707327208c6c652073706563698c657320616e2065>123 196.8 R .391<78
+61637420426f756e64696e67426f7820696e2069747320686561646572292c2074686520
+6f75742d>-.15 F .36
+<70757420696d6167652077696c6c206265207363616c65642065>123 208.8 R .36<78
+6163746c7920746f20746865206564676573206f662074686520726573756c74696e6720
+706f7374657220286d696e757320637574206d6172>-.15 F .36
+<67696e292e20496620796f75206465736972652061>-.18 F
+<6365727461696e206d6172>123 220.8 Q<67696e20746f2072656d61696e2061726f75
+6e6420746865207069637475726520616674657220706f7374657220617373656d626c79>
+-.18 E 2.5<2c79>-.65 G
+<6f752063616e20737065636966792074686973207769746820602d77272e>-2.5 E
+.862<2854686973206f7074696f6e2069732061637475616c6c7920726564756e64616e
+742c2073696e636520796f752063616e206f627461696e207468652073616d6520726573
+756c74207573696e67202d73206f72202d692e20486f>123 232.8 R<7765>-.25 E
+-.15<7665>-.25 G 3.361<7273>.15 G<6f6d65>-3.361 E
+<6d69676874208c6e642074686973206d6f726520636f6e>123 244.8 Q -.15<7665>
+-.4 G<6e69656e742e29>.15 E<446566>123 256.8 Q<61756c7420697320302e>-.1 E
+<2d43203c6e756d6265723e>108 273.6 Q
+<53656c6563742074686520636c697070696e672066>123 285.6 Q
+<6163696c697469657320796f752077>-.1 E
+<616e7420746f20736565206f6e207468652070616765206d6172>-.1 E<67696e2e>
+-.18 E 1.465<436c697070696e672066>123 297.6 R 1.465<6163696c697469657320
+6172652074686520637574206d61726b732c20636f6e73697374696e67206f6620637574
+206d61726b206c696e652c20637574206d61726b206172726f>-.1 F 3.966<7768>-.25
+G 1.466<65616420616e64207468652067726964>-3.966 F<6c6162656c732e>123
+309.6 Q<54686520666f6c6c6f>123 321.6 Q
+<77696e67206269747320696e20746865206172>-.25 E<67756d656e74207265707265
+73656e74206f6e65206f662074686520636c697070696e672066>-.18 E
+<6163696c69746965733a>-.1 E<6269742031202876>135.5 333.6 Q
+<616c7565203d2031293a206375746d61726b206c696e6573>-.25 E
+<6269742032202876>135.5 345.6 Q
+<616c7565203d2032293a206375746d61726b206172726f>-.25 E 2.5<7768>-.25 G
+<65616473>-2.5 E<6269742033202876>135.5 357.6 Q
+<616c7565203d2034293a2067726964206c6162656c>-.25 E<446566>123 369.6 Q
+<61756c74206973207072696e74696e6720616c6c20636c697070696e672066>-.1 E
+<6163696c69746965732e>-.1 E<2d4f203c6e756d6265723e>108 386.4 Q
+<5370656369667920686f>123 398.4 Q 2.5<776d>-.25 G<616e>-2.5 E 2.5<7950>
+-.15 G<6f737473637269707420646f74732074686520636f6e74656e74206f66207468
+65206f7574707574207061676573207368616c6c206f>-2.5 E -.15<7665>-.15 G
+<726c61702e>.15 E<4f76>123 410.4 Q
+<65726c617070696e6720636f6e74656e74206d616b>-.15 E<65732069742065617369
+657220746f20676c756520746f676574686572207061676573207365616d6c6573736c79>
+-.1 E 2.5<2c62>-.65 G
+<757420697420636f6e73756d6573207072696e74696e672073706163652e>-2.7 E
+<446566>123 422.4 Q<61756c7420697320362e>-.1 E
+<2d50203c70616765737065633e>108 439.2 Q .254<53706563696679207768696368
+207061676573206f662074686520706f7374657220746f207072696e742e20497420636f
+6e7369737473206f66206120636f6d6d612d736570617261746564206c697374206f6620
+73696e676c65207061676573206f722070616765>123 451.2 R .254<72616e67657320
+287573696e67207468652064617368292e20546865206f7264657220696e207768696368
+2070616765206e756d62657220617070656172732064657465726d696e65732074686520
+8c6e616c2070616765206f7264657220696e20746865>123 463.2 R
+<726573756c7420506f7374536372697074208c6c652e2050>123 475.2 Q<616765206e
+756d626572696e672073746172747320617420312c2066726f6d206c65667420746f2072
+6967687420616e6420626f74746f6d2d75702e>-.15 E
+<4578616d706c65733a20312d32206f7220312c332d342c37>123 487.2 Q
+<2d6f203c6f75747075748c6c653e>108 504 Q<5370656369667920746865206e616d65
+206f6620746865208c6c6520746f20777269746520746865206f757470757420696e746f
+2e>123 516 Q .416<284f6e6c7920616464656420666f722074686f736520706f6f7220
+70656f706c652077686f2063616e6e6f742073706563696679206f757470757420726564
+6972656374696f6e2066726f6d20746865697220636f6d6d616e64206c696e6520647565>
+123 528 R<746f20612073696c6c79204f532e29>123 540 Q<446566>123 552 Q
+<61756c742069732077726974696e6720746f207374616e64617264206f75747075742e>
+-.1 E .076<546865203c626f783e206d656e74696f6e65642061626f>108 568.8 R
+.376 -.15<76652069>-.15 H 2.576<736173>.15 G .076
+<706563698c636174696f6e206f6620686f72697a6f6e74616c20616e642076>-2.576 F
+.076<6572746963616c2073697a652e>-.15 F .077
+<4f6e6c7920696e20636f6d62696e6174696f6e207769746820746865>5.076 F<602d69
+27206f7074696f6e2c207468652070726f6772616d20616c736f20756e6465727374616e
+647320746865206f66>108 580.8 Q
+<667365742073706563698c636174696f6e20696e20746865203c626f783e2e>-.25 E
+<496e2067656e6572616c3a>108 592.8 Q
+<3c626f783e203d205b3c6d756c7469706c6965723e5d5b3c6f66>120.5 604.8 Q
+<667365743e5d3c756e69743e>-.25 E
+<77697468206d756c74697069657220616e64206f66>108 616.8 Q
+<66736574206265696e672073706563698c6564206f7074696f6e616c6c79>-.25 E<2e>
+-.65 E<3c6d756c7469706c6965723e203d203c6e756d6265723e783c6e756d6265723e>
+120.5 628.8 Q<3c6f66>120.5 640.8 Q
+<667365743e203d202b3c6e756d6265723e2c3c6e756d6265723e>-.25 E<3c756e6974
+3e203d203c6d656469616e616d653e206f72203c64697374616e63656e616d653e>120.5
+652.8 Q<4d616e>108 669.6 Q 2.697<7969>-.15 G .197<6e7465726e6174696f6e61
+6c206d65646961206e616d657320617265207265636f676e697365642062792074686520
+70726f6772616d2c20696e20757070657220616e64206c6f>-2.697 F .196
+<77657220636173652c20616e642063616e2062652073686f72742d>-.25 F
+<656e656420746f207468656972208c727374206665>108 681.6 Q 2.5<7763>-.25 G
+<6861726163746572732c206173206c6f6e6720617320756e697175652e>-2.5 E -.15
+<466f>5 G 2.5<7269>.15 G<6e7374616e63652060>-2.5 E
+<4130272c20604c6574272e>-.8 E
+<44697374616e6365206e616d657320617265206c696b>108 693.6 Q 2.5<6560>-.1 G
+<636d272c206069272c20606674272e>-2.5 E<32>535 768 Q 0 Cg EP
 %%Page: 3 3
 %%BeginPageSetup
 BP
 %%EndPageSetup
-/F0 10/Times-Roman@0 SF 367.72(POSTER\(1\) POSTER\(1\))72 48 R .334
-(Scale a postscript image to a poster of about 1 square meter)108 84 R
-2.833(,p)-.4 G .333(rinting on `Le)-2.833 F -.05(ga)-.15 G .333
-(l' media, maintaining a 10%).05 F(of `Le)108 96 Q -.05(ga)-.15 G
-(l' size as white mar).05 E(gin around the poster)-.18 E(.)-.55 E
-(poster -v -mLe)130.5 108 Q -.05(ga)-.15 G 2.5(l-).05 G
-(p1x1m -w10% in\214le.ps >out\214le)-2.5 E/F1 9/Times-Bold@0 SF(PR)72
-136.8 Q(OBLEMS & Q)-.27 E(UESTIONS)-.09 E/F2 10/Times-Bold@0 SF 2.5(Ig)
-87 148.8 S(et a blurry image and/or interfer)-2.5 E(ence patter)-.18 E
-(ns)-.15 E F0 .562(If your input \214le contains -or consists of- pix)
-108 160.8 R .562(el images \(as opposed to just v)-.15 F .563
-(ector data which is essentially)-.15 F .523
-(resolution independent\), you might ha)108 172.8 R .823 -.15(ve t)-.2 H
-.523(his problem.).15 F .523(Such pix)5.523 F .522
-(el images are normally made to \214t well to)-.15 F .167
-(standard 300 \(or 600\) dpi de)108 184.8 R 2.667(vices. Scaling)-.25 F
-.168(such a picture with an uncarefully chosen f)2.668 F(actor)-.1 E
-2.668(,c)-.4 G .168(an easily lead)-2.668 F .348
-(to hazy edges and interference patterns on the output.)108 196.8 R .348
-(The solution is to pro)5.348 F(vide)-.15 E/F3 10/Times-Italic@0 SF
-(poster)2.848 E F0 .347(with an e)2.847 F .347(xact scal-)-.15 F 1.681
-(ing f)108 208.8 R 1.682
-(actor \(with the -s option\), chosen as an inte)-.1 F(ger)-.15 E 4.182
-(.I)-.55 G 4.182(fi)-4.182 G(nte)-4.182 E 1.682
-(ger scaling is unpractical for your purpose,)-.15 F
-(choose a fractional number made from a small inte)108 220.8 Q
-(ger denominator \(2, 3, 4\).)-.15 E F2
-(Can I select only a small part of a gi)87 237.6 Q -.1(ve)-.1 G 2.5(ni)
-.1 G(nput pictur)-2.5 E(e?)-.18 E F0 -1(Ye)108 249.6 S .375(s, for this\
- purpose you can de\214ne both the size \(width and height\) and of)1 F
-.374(fset \(from left and bottom\) of a)-.25 F(windo)108 261.6 Q 2.5(wo)
--.25 G 2.5(nt)-2.5 G(he input image.)-2.5 E(Specify these numbers as ar)
-5 E(gument to a `-i' command line option.)-.18 E .425(One w)108 273.6 R
-.425(ay to obtain such numbers is pre)-.1 F(vie)-.25 E .426
-(wing the original image with ghostvie)-.25 F 1.726 -.65(w, a)-.25 H
-.426(nd observing the coor).65 F(-)-.2 E 1.316
-(dinate numbers which it continually displays.)108 285.6 R 1.316
-(These numbers are in postscript units \(points\), named by)6.316 F F3
-(poster)108 297.6 Q F0(as just `p'.)2.5 E F2 -.2(Po)87 314.4 S
-(ster doesn't seem to w).2 E(ork pr)-.1 E(operly)-.18 E 2.5(,o)-.55 G
-(utput pages ar)-2.5 E 2.5(ee)-.18 G(mpty)-2.5 E F0 .287
-(The major cause for poster not to w)108 326.4 R .288(ork correctly)-.1
-F 2.788(,i)-.65 G 2.788(sg)-2.788 G -.25(iv)-2.788 G .288
-(ing it postscript \214les which don').25 F 2.788(tc)-.18 G .288
-(onform to proper)-2.788 F 2.756('eps' beha)108 338.4 R(viour)-.2 E
-7.756(.T)-.55 G 2.756(ry whether your application \(or printer dri)
--8.106 F -.15(ve)-.25 G 2.756(r\) cannot generate real 'encapsulated).15
-F(postscript'.)108 350.4 Q F2(If I ask f)87 367.2 Q(or a 50x50cm poster)
--.25 E 2.5(,i)-.92 G 2.5(ta)-2.5 G(lways generates something bigger)-2.5
-E F0 -1(Ye)108 379.2 S .631(s, probably)1 F 3.131(.W)-.65 G .632
-(hen specifying a desired output size with the `-p' option,)-3.131 F F3
-(poster)3.132 E F0 .632(\214rst determines an array)3.132 F .958
-(of sheets to co)108 391.2 R -.15(ve)-.15 G 3.458(rs).15 G .958
-(uch an area.)-3.458 F .958(Then it determines a scale f)5.958 F .958
-(actor for the picture to \214ll these sheets upto)-.1 F 1.223
-(their edge. As result your requested size is used as rough guess only)
-108 403.2 R 6.224(.I)-.65 G 3.724(fy)-6.224 G 1.224(ou w)-3.724 F 1.224
-(ant an e)-.1 F 1.224(xact output size,)-.15 F(specify the scaling f)108
-415.2 Q(actor yourself with the `-s' option \(and omit the `-p'\).)-.1 E
-F2 2.5(Iw)87 432 S(ant to k)-2.5 E(eep the white space ar)-.1 E
-(ound the poster as in my original)-.18 E F3 -.8(Po)108 444 S(ster).8 E
-F0 .133(will as def)2.633 F .133(ault use the input image bounding box,\
- and scale/translate that to the edges of your poster)-.1 F(.)-.55 E
-1.554(If the program which generated your input \214le speci\214es an e)
-108 456 R 1.554(xact and tight %%BoundingBox, you will)-.15 F 1.023
-(indeed loose your white mar)108 468 R 3.523(gin. T)-.18 F 3.523(ok)-.8
-G 1.023(eep the original mar)-3.623 F 1.023
-(gin, specify a `-i' option with as ar)-.18 F 1.022(gument the)-.18 F
-.661(papersize on which the original document w)108 480 R .661
-(as formatted \(such as `-iA4'\).)-.1 F(Alternati)5.662 E -.15(ve)-.25 G
-.662(ly specify a smaller).15 F(scale f)108 492 Q
-(actor \(with -s\) or an e)-.1 E(xplicit ne)-.15 E 2.5(wm)-.25 G(ar)-2.5
-E(gin \(with -w\).)-.18 E F1(POSTER ASSEMBL)72 520.8 Q(Y)-.828 E F0(Our\
- preferred method for the assembly of a poster from multiple sheets is \
-as follo)108 532.8 Q(ws:)-.25 E 6.67(-A)108 549.6 S
-(rrange the sheets in the proper order on a lar)-6.67 E
-(ge table or on the \215oor)-.18 E(.)-.55 E 6.67(-R)108 566.4 S(emo)
--6.67 E 1.039 -.15(ve f)-.15 H .739(rom all sheets, e).15 F .738
-(xcept from those in the leftmost column or bottom ro)-.15 F 2.038 -.65
-(w, t)-.25 H .738(heir left and bottom).65 F(cutmar)118 578.4 Q(gin.)
--.18 E 6.67(-I)108 595.2 S 2.682(nl)-6.67 G .182
-(eft-to-right and bottom-to-top order)-2.682 F 2.682(,g)-.4 G .182
-(lue the right \(and top\) cutmar)-2.682 F .183
-(gin and stick the right \(and upper\))-.18 F
-(neighbouring page on top of that.)118 607.2 Q 6.67(-T)108 624 S .31
-(urn the glued-together poster f)-7.12 F .31(ace bottom, and put adhesi)
--.1 F .609 -.15(ve t)-.25 H .309
-(ape on the sheet edges \(on the backside of).15 F
-(the poster\) for more strength.)118 636 Q 6.67(-R)108 652.8 S(emo)-6.67
-E .3 -.15(ve t)-.15 H(he remaining cutmar).15 E(gin around the poster)
--.18 E(.)-.55 E F1(DEVICE SETTINGS)72 681.6 Q F0 -.15(Fo)108 693.6 S
-3.388(rp).15 G .888(ostscript le)-3.388 F -.15(ve)-.25 G .888
-(l-2 capable printers/plotters, which is about all modern postscript de)
-.15 F .889(vices today)-.25 F(,)-.65 E F3(poster)3.389 E F0
-(will send de)108 705.6 Q(vice settings in its output \214le.)-.25 E
-(This consists of a `setpagede)5 E(vice' call, setting:)-.25 E(3)535 768
-Q EP
+/F0 10/Times-Roman@0 SF 367.72<504f5354455228312920504f53544552283129>72
+48 R/F1 10.95/Times-Bold@0 SF<4558414d504c4553>72 84 Q F0
+<54686520666f6c6c6f>108 96 Q<77696e6720636f6d6d616e64207072696e74732061
+6e20413420696e707574208c6c65206f6e20382041332070616765732c20666f726d696e
+6720616e20413020706f737465723a>-.25 E<706f73746572202d76202d694134202d6d
+4133202d70413020696e8c6c65203e206f75748c6c65>130.5 108 Q<546865206e65>
+108 132 Q<787420636f6d6d616e64207072696e747320616e2065707320696e70757420
+696d616765206f6e206120706f73746572206f6620337833204c65747465722070616765
+733a>-.15 E<706f73746572202d76202d6d4c6574202d703378334c6574>130.5 144 Q
+<696d6167652e657073203e206f75748c6c65>5 E .232<546865206e65>108 168 R
+.232<787420636f6d6d616e6420656e6c6172>-.15 F .232<67657320616e2065707320
+696e70757420696d61676520746f207072696e74206f6e2061206c6172>-.18 F .233
+<67652d6d656469612041302063617061626c65206465>-.18 F .233
+<766963652c206d61696e7461696e696e672032>-.25 F<696e6368206d6172>108 180
+Q<67696e733a>-.18 E<706f73746572202d76202d6d4130202d773278326920696d6167
+652e657073203e206f75748c6c65>130.5 192 Q<456e6c6172>108 216 Q 1.372
+<6765206120706f737473637269707420696d6167652065>-.18 F 1.372
+<786163746c7920342074696d65732c207072696e74206f6e2074686520646566>-.15 F
+1.372<61756c74204134206d656469612c20616e64206c6574>-.1 F/F2 10
+/Times-Italic@0 SF<706f73746572>3.871 E F0 1.371
+<64657465726d696e6520746865>3.871 F
+<6e756d626572206f662070616765732072657175697265643a>108 228 Q
+<706f73746572202d76202d733420696d6167652e657073203e206f75748c6c65>130.5
+240 Q .333<5363616c65206120706f737473637269707420696d61676520746f206120
+706f73746572206f662061626f7574203120737175617265206d65746572>108 264 R
+2.833<2c70>-.4 G .334<72696e74696e67206f6e20604c65>-2.833 F -.05<6761>
+-.15 G .334<6c27206d656469612c206d61696e7461696e696e67206120313025>.05 F
+.928<6f6620604c65>108 276 R -.05<6761>-.15 G .928
+<6c272073697a65206173207768697465206d6172>.05 F .928
+<67696e2061726f756e642074686520706f73746572>-.18 F 3.428<2e50>-.55 G
+.928<72696e74206375746d61726b206c696e657320616e642067726964206c6162656c
+732c2062>-3.428 F .927<757420646f6e27>-.2 F 3.427<7470>-.18 G .927
+<72696e7420637574>-3.427 F<6d61726b206172726f>108 288 Q 2.5<7768>-.25 G
+<656164732e>-2.5 E<706f73746572202d76202d6d4c65>130.5 300 Q -.05<6761>
+-.15 G 2.5<6c2d>.05 G
+<703178316d202d77313025202d433520696e8c6c652e7073203e206f75748c6c65>-2.5
+E F1<5052>72 328.8 Q<4f424c454d5320262051>-.329 E<55455354494f4e53>-.11
+E/F3 10/Times-Bold@0 SF 2.5<4967>87 340.8 S
+<6574206120626c7572727920696d61676520616e642f6f7220696e746572666572>-2.5
+E<656e636520706174746572>-.18 E<6e73>-.15 E F0 .562<496620796f757220696e
+707574208c6c6520636f6e7461696e73202d6f7220636f6e7369737473206f662d207069
+78>108 352.8 R .562
+<656c20696d6167657320286173206f70706f73656420746f206a7573742076>-.15 F
+.563<6563746f72206461746120776869636820697320657373656e7469616c6c79>-.15
+F .523<7265736f6c7574696f6e20696e646570656e64656e74292c20796f75206d6967
+6874206861>108 364.8 R .823 -.15<76652074>-.2 H .523
+<6869732070726f626c656d2e>.15 F .523<5375636820706978>5.523 F .522<656c
+20696d6167657320617265206e6f726d616c6c79206d61646520746f208c742077656c6c
+20746f>-.15 F .167
+<7374616e646172642033303020286f72203630302920647069206465>108 376.8 R
+2.667<76696365732e205363616c696e67>-.25 F .168<737563682061207069637475
+7265207769746820616e20756e6361726566756c6c792063686f73656e2066>2.668 F
+<6163746f72>-.1 E 2.668<2c63>-.4 G .168<616e20656173696c79206c656164>
+-2.668 F .348<746f2068617a7920656467657320616e6420696e746572666572656e63
+65207061747465726e73206f6e20746865206f75747075742e>108 388.8 R .348
+<54686520736f6c7574696f6e20697320746f2070726f>5.348 F<76696465>-.15 E F2
+<706f73746572>2.848 E F0 .347<7769746820616e2065>2.847 F .347
+<78616374207363616c2d>-.15 F 1.681<696e672066>108 400.8 R 1.682<6163746f
+7220287769746820746865202d73206f7074696f6e292c2063686f73656e20617320616e
+20696e7465>-.1 F<676572>-.15 E 4.182<2e49>-.55 G 4.182<6669>-4.182 G
+<6e7465>-4.182 E 1.682<676572207363616c696e6720697320756e70726163746963
+616c20666f7220796f757220707572706f73652c>-.15 F<63686f6f7365206120667261
+6374696f6e616c206e756d626572206d6164652066726f6d206120736d616c6c20696e74
+65>108 412.8 Q<6765722064656e6f6d696e61746f722028322c20332c2034292e>-.15
+E F3<43616e20492073656c656374206f6e6c79206120736d616c6c2070617274206f66
+2061206769>87 429.6 Q -.1<7665>-.1 G 2.5<6e69>.1 G
+<6e70757420706963747572>-2.5 E<653f>-.18 E F0 -1<5965>108 441.6 S .375<
+732c20666f72207468697320707572706f736520796f752063616e2064658c6e6520626f
+7468207468652073697a652028776964746820616e64206865696768742920616e64206f
+66>1 F .374
+<66736574202866726f6d206c65667420616e6420626f74746f6d29206f662061>-.25 F
+<77696e646f>108 453.6 Q 2.5<776f>-.25 G 2.5<6e74>-2.5 G
+<686520696e70757420696d6167652e>-2.5 E
+<53706563696679207468657365206e756d62657273206173206172>5 E<67756d656e74
+20746f206120602d692720636f6d6d616e64206c696e65206f7074696f6e2e>-.18 E
+.425<4f6e652077>108 465.6 R .425
+<617920746f206f627461696e2073756368206e756d6265727320697320707265>-.1 F
+<766965>-.25 E .426<77696e6720746865206f726967696e616c20696d616765207769
+74682067686f7374766965>-.25 F 1.726 -.65<772c2061>-.25 H .426
+<6e64206f6273657276696e672074686520636f6f72>.65 F<2d>-.2 E 1.316<64696e
+617465206e756d6265727320776869636820697420636f6e74696e75616c6c7920646973
+706c6179732e>108 477.6 R 1.316<5468657365206e756d626572732061726520696e
+20706f737473637269707420756e6974732028706f696e7473292c206e616d6564206279>
+6.316 F F2<706f73746572>108 489.6 Q F0<6173206a757374206070272e>2.5 E F3
+-.2<506f>87 506.4 S<7374657220646f65736e2774207365656d20746f2077>.2 E
+<6f726b207072>-.1 E<6f7065726c79>-.18 E 2.5<2c6f>-.55 G
+<7574707574207061676573206172>-2.5 E 2.5<6565>-.18 G<6d707479>-2.5 E F0
+.287
+<546865206d616a6f7220636175736520666f7220706f73746572206e6f7420746f2077>
+108 518.4 R .288<6f726b20636f72726563746c79>-.1 F 2.788<2c69>-.65 G
+2.788<7367>-2.788 G -.25<6976>-2.788 G .288
+<696e6720697420706f7374736372697074208c6c657320776869636820646f6e27>.25
+F 2.788<7463>-.18 G .288<6f6e666f726d20746f2070726f706572>-2.788 F 2.756
+<27657073272062656861>108 530.4 R<76696f7572>-.2 E 7.756<2e54>-.55 G
+2.756<7279207768657468657220796f7572206170706c69636174696f6e20286f722070
+72696e74657220647269>-8.106 F -.15<7665>-.25 G 2.756<72292063616e6e6f74
+2067656e6572617465207265616c2027656e63617073756c61746564>.15 F
+<706f7374736372697074272e>108 542.4 Q F3<496620492061736b2066>87 559.2 Q
+<6f722061203530783530636d20706f73746572>-.25 E 2.5<2c69>-.92 G 2.5<7461>
+-2.5 G<6c776179732067656e65726174657320736f6d657468696e6720626967676572>
+-2.5 E F0 -1<5965>108 571.2 S .631<732c2070726f6261626c79>1 F 3.131
+<2e57>-.65 G .632<68656e2073706563696679696e6720612064657369726564206f75
+747075742073697a6520776974682074686520602d7027206f7074696f6e2c>-3.131 F
+F2<706f73746572>3.132 E F0 .632
+<8c7273742064657465726d696e657320616e206172726179>3.132 F .958
+<6f662073686565747320746f20636f>108 583.2 R -.15<7665>-.15 G 3.458<7273>
+.15 G .958<75636820616e20617265612e>-3.458 F .958
+<5468656e2069742064657465726d696e65732061207363616c652066>5.958 F .958<
+6163746f7220666f7220746865207069637475726520746f208c6c6c2074686573652073
+6865657473207570746f>-.1 F 1.223<746865697220656467652e2041732072657375
+6c7420796f7572207265717565737465642073697a65206973207573656420617320726f
+756768206775657373206f6e6c79>108 595.2 R 6.224<2e49>-.65 G 3.724<6679>
+-6.224 G 1.224<6f752077>-3.724 F 1.224<616e7420616e2065>-.1 F 1.224
+<78616374206f75747075742073697a652c>-.15 F
+<7370656369667920746865207363616c696e672066>108 607.2 Q<6163746f7220796f
+757273656c6620776974682074686520602d7327206f7074696f6e2028616e64206f6d69
+742074686520602d7027292e>-.1 E F3 2.5<4977>87 624 S<616e7420746f206b>
+-2.5 E<65657020746865207768697465207370616365206172>-.1 E
+<6f756e642074686520706f7374657220617320696e206d79206f726967696e616c>-.18
+E F2 -.8<506f>108 636 S<73746572>.8 E F0 .133<77696c6c20617320646566>
+2.633 F .133<61756c74207573652074686520696e70757420696d61676520626f756e
+64696e6720626f782c20616e64207363616c652f7472616e736c61746520746861742074
+6f20746865206564676573206f6620796f757220706f73746572>-.1 F<2e>-.55 E
+1.554<4966207468652070726f6772616d2077686963682067656e65726174656420796f
+757220696e707574208c6c652073706563698c657320616e2065>108 648 R 1.554<78
+61637420616e64207469676874202525426f756e64696e67426f782c20796f752077696c
+6c>-.15 F 1.023<696e64656564206c6f6f736520796f7572207768697465206d6172>
+108 660 R 3.523<67696e2e2054>-.18 F 3.523<6f6b>-.8 G 1.023
+<65657020746865206f726967696e616c206d6172>-3.623 F 1.023<67696e2c207370
+6563696679206120602d6927206f7074696f6e2077697468206173206172>-.18 F
+1.022<67756d656e7420746865>-.18 F .661<706170657273697a65206f6e20776869
+636820746865206f726967696e616c20646f63756d656e742077>108 672 R .661
+<617320666f726d617474656420287375636820617320602d69413427292e>-.1 F
+<416c7465726e617469>5.662 E -.15<7665>-.25 G .662
+<6c792073706563696679206120736d616c6c6572>.15 F<7363616c652066>108 684 Q
+<6163746f72202877697468202d7329206f7220616e2065>-.1 E
+<78706c69636974206e65>-.15 E 2.5<776d>-.25 G<6172>-2.5 E
+<67696e202877697468202d77292e>-.18 E<33>535 768 Q 0 Cg EP
 %%Page: 4 4
 %%BeginPageSetup
 BP
 %%EndPageSetup
-/F0 10/Times-Roman@0 SF 367.72(POSTER\(1\) POSTER\(1\))72 48 R 6.67(-t)
-108 84 S(he media size.)-6.67 E(This is required for all printers I kno)
-118 96 Q 2.5(wt)-.25 G 2.5(og)-2.5 G(et correct beha)-2.5 E
-(viour on dif)-.2 E(ferent media/picture sizes.)-.25 E 6.67(-d)108 112.8
-S(uple)-6.67 E(xing of)-.15 E(f.)-.25 E .39
-(Some printers will otherwise perform double-side printing by def)118
-124.8 R 2.89(ault. Clearly)-.1 F .39(that is not what you w)2.89 F(ant)
--.1 E(to print a poster)118 136.8 Q(.)-.55 E 6.67(-m)108 153.6 S
-(anual media feed.)-6.67 E .295(This is gi)118 165.6 R -.15(ve)-.25 G
-2.795(no).15 G .295(nly when)-2.795 F/F1 10/Times-Italic@0 SF(poster)
-2.796 E F0 .296(is gi)2.796 F -.15(ve)-.25 G 2.796(nt).15 G .296(he `-f)
--2.796 F 2.796('c).55 G .296(ommand line option. This is a con)-2.796 F
--.15(ve)-.4 G .296(nient feature if you).15 F -.1(wa)118 177.6 S .679
-(nt to print your job on dif).1 F .679
-(ferent media than normally installed in the paper tray)-.25 F 3.179(,a)
--.65 G .678(nd you are submit-)-3.179 F
-(ting your job through a multi-user netw)118 189.6 Q
-(orking and spooling en)-.1 E(vironment.)-.4 E 1.084
-(These settings cause proper de)108 206.4 R 1.084(vice beha)-.25 F
-(viour)-.2 E 3.584(,w)-.4 G 1.084
-(ithout the need to manually interact with the printer set-)-3.584 F
-(tings, and has been here locally tested to w)108 218.4 Q(ork on de)-.1
-E(vices lik)-.25 E 2.5(et)-.1 G(he HP300XL and HP650C.)-2.5 E
-(The settings thus passed in the postscript \214le, will af)108 235.2 Q
-(fect the de)-.25 E(vice for this job only)-.25 E(.)-.65 E/F2 9
-/Times-Bold@0 SF(DSC CONFORMANCE)72 264 Q F1 -.8(Po)108 276 S(ster).8 E
-F0 .673(will generate its o)3.173 F .672(wn DSC header and other DSC li\
-nes in the output \214le, according the `Document)-.25 F .115
-(Structuring Con)108 288 R -.15(ve)-.4 G .115(ntions - v).15 F .116
-(ersion 3.0', as written do)-.15 F .116
-(wn in the `Postscript Language Reference Manual, 2nd)-.25 F(ed.)108 300
-Q 2.5('f)-.7 G(rom Adobe Systems Inc, Addison W)-2.5 E(esle)-.8 E 2.5
-(yP)-.15 G(ubl comp., 1990.)-2.5 E 1.137(It will cop)108 316.8 R 3.637
-(ya)-.1 G 1.437 -.15(ny `)-3.637 H(%%Document...).15 E 3.637('l)-.7 G
-1.137(ine from the input \214le DSC header to its o)-3.637 F 1.136
-(wn header output. This is)-.25 F
-(used here in particular for required nonresident fonts.)108 328.8 Q(Ho)
-108 345.6 Q(we)-.25 E -.15(ve)-.25 G 2.896(rt).15 G .396(he cop)-2.896 F
-.396(y\(s\) of the input \214le included in the output, are stripped fr\
-om all lines starting with a `%',)-.1 F(since the)108 357.6 Q 2.5(yt)
--.15 G(end to disturb our `ghostvie)-2.5 E(w' pre)-.25 E(vie)-.25 E
-(wer and tak)-.25 E 2.5(eu)-.1 G(seless space an)-2.5 E(yho)-.15 E -.65
-(w.)-.25 G F2(SEE ALSO)72 386.4 Q F0(ghostvie)108 398.4 Q(w\(1\))-.25 E
-F2(CONTRIB)72 427.2 Q(UTED BY)-.09 E F0(Jos v)108 439.2 Q(an Eijndho)
--.25 E -.15(ve)-.15 G 2.5(n\().15 G(email: J.T)-2.5 E(.J.v)-.74 E
-(.Eijndho)-.65 E -.15(ve)-.15 G(n@xxxxxxxxxx\)).15 E
-(Design Automation Section \(http://www)108 451.2 Q(.es.ele.tue.nl\))
--.65 E(Dept. of Elec. Eng.)108 463.2 Q(Eindho)108 475.2 Q -.15(ve)-.15 G
-2.5(nU).15 G(ni)-2.5 E 2.5(vo)-.25 G 2.5(fT)-2.5 G(echnology)-3.2 E
-(The Netherlands)108 487.2 Q(24 August, 1995)108 499.2 Q(4)535 768 Q EP
+/F0 10/Times-Roman@0 SF 367.72<504f5354455228312920504f53544552283129>72
+48 R/F1 10.95/Times-Bold@0 SF<504f5354455220415353454d424c>72 84 Q<59>
+-1.007 E F0<4f757220707265666572726564206d6574686f6420666f72207468652061
+7373656d626c79206f66206120706f737465722066726f6d206d756c7469706c65207368
+6565747320697320617320666f6c6c6f>108 96 Q<77733a>-.25 E 6.67<2d41>108
+112.8 S<7272616e6765207468652073686565747320696e207468652070726f70657220
+6f72646572206f6e2061206c6172>-6.67 E
+<6765207461626c65206f72206f6e20746865208d6f6f72>-.18 E<2e>-.55 E 6.67
+<2d52>108 129.6 S<656d6f>-6.67 E 1.039 -.15<76652066>-.15 H .739
+<726f6d20616c6c207368656574732c2065>.15 F .738<78636570742066726f6d2074
+686f736520696e20746865206c6566746d6f737420636f6c756d6e206f7220626f74746f
+6d20726f>-.15 F 2.038 -.65<772c2074>-.25 H .738
+<68656972206c65667420616e6420626f74746f6d>.65 F<6375746d6172>118 141.6 Q
+<67696e2e>-.18 E 6.67<2d49>108 158.4 S 2.682<6e6c>-6.67 G .182<6566742d
+746f2d726967687420616e6420626f74746f6d2d746f2d746f70206f72646572>-2.682
+F 2.682<2c67>-.4 G .182
+<6c7565207468652072696768742028616e6420746f7029206375746d6172>-2.682 F
+.183
+<67696e20616e6420737469636b207468652072696768742028616e6420757070657229>
+-.18 F
+<6e65696768626f7572696e672070616765206f6e20746f70206f6620746861742e>118
+170.4 Q 6.67<2d54>108 187.2 S .31
+<75726e2074686520676c7565642d746f67657468657220706f737465722066>-7.12 F
+.31<61636520626f74746f6d2c20616e642070757420616468657369>-.1 F .609 -.15
+<76652074>-.25 H .309<617065206f6e2074686520736865657420656467657320286f
+6e20746865206261636b73696465206f66>.15 F
+<74686520706f737465722920666f72206d6f726520737472656e6774682e>118 199.2
+Q 6.67<2d52>108 216 S<656d6f>-6.67 E .3 -.15<76652074>-.15 H
+<68652072656d61696e696e67206375746d6172>.15 E
+<67696e2061726f756e642074686520706f73746572>-.18 E<2e>-.55 E F1
+<4445564943452053455454494e4753>72 244.8 Q F0 -.15<466f>108 256.8 S
+3.388<7270>.15 G .888<6f7374736372697074206c65>-3.388 F -.15<7665>-.25 G
+.888<6c2d322063617061626c65207072696e746572732f706c6f74746572732c207768
+6963682069732061626f757420616c6c206d6f6465726e20706f73747363726970742064
+65>.15 F .889<766963657320746f646179>-.25 F<2c>-.65 E/F2 10
+/Times-Italic@0 SF<706f73746572>3.389 E F0<77696c6c2073656e64206465>108
+268.8 Q
+<766963652073657474696e677320696e20697473206f7574707574208c6c652e>-.25 E
+<5468697320636f6e7369737473206f6620612060736574706167656465>5 E
+<76696365272063616c6c2c2073657474696e673a>-.25 E 6.67<2d74>108 285.6 S
+<6865206d656469612073697a652e>-6.67 E<5468697320697320726571756972656420
+666f7220616c6c207072696e746572732049206b6e6f>118 297.6 Q 2.5<7774>-.25 G
+2.5<6f67>-2.5 G<657420636f72726563742062656861>-2.5 E
+<76696f7572206f6e20646966>-.2 E
+<666572656e74206d656469612f706963747572652073697a65732e>-.25 E 6.67
+<2d64>108 314.4 S<75706c65>-6.67 E<78696e67206f66>-.15 E<662e>-.25 E .39
+<536f6d65207072696e746572732077696c6c206f746865727769736520706572666f72
+6d20646f75626c652d73696465207072696e74696e6720627920646566>118 326.4 R
+2.89<61756c742e20436c6561726c79>-.1 F .39
+<74686174206973206e6f74207768617420796f752077>2.89 F<616e74>-.1 E
+<746f207072696e74206120706f73746572>118 338.4 Q<2e>-.55 E 6.67<2d6d>108
+355.2 S<616e75616c206d6564696120666565642e>-6.67 E .081
+<54686973206973206769>118 367.2 R -.15<7665>-.25 G 2.581<6e6f>.15 G .081
+<6e6c79207768656e>-2.581 F F2<706f73746572>2.581 E F0 -.1<7761>2.581 G
+2.582<7365>.1 G -.15<7865>-2.732 G .082
+<637574656420776974682074686520602d66>.15 F 2.582<2763>.55 G .082
+<6f6d6d616e64206c696e65206f7074696f6e2e2054686973206973206120636f6e>
+-2.582 F -.15<7665>-.4 G .082<6e69656e74206665612d>.15 F .056
+<7475726520696620796f752077>118 379.2 R .056
+<616e7420746f207072696e7420796f7572206a6f62206f6e20646966>-.1 F .056<66
+6572656e74206d65646961207468616e206e6f726d616c6c7920696e7374616c6c656420
+696e207468652070617065722074726179>-.25 F 2.556<2c61>-.65 G .056
+<6e6420796f7520617265>-2.556 F<7375626d697474696e6720796f7572206a6f6220
+7468726f7567682061206d756c74692d75736572206e657477>118 391.2 Q
+<6f726b696e6720616e642073706f6f6c696e6720656e>-.1 E
+<7669726f6e6d656e742e>-.4 E 1.084
+<54686573652073657474696e67732063617573652070726f706572206465>108 408 R
+1.084<766963652062656861>-.25 F<76696f7572>-.2 E 3.584<2c77>-.4 G 1.084<
+6974686f757420746865206e65656420746f206d616e75616c6c7920696e746572616374
+207769746820746865207072696e746572207365742d>-3.584 F<74696e67732c20616e
+6420686173206265656e2068657265206c6f63616c6c792074657374656420746f2077>
+108 420 Q<6f726b206f6e206465>-.1 E<7669636573206c696b>-.25 E 2.5<6574>
+-.1 G<6865204850333030584c20616e64204850363530432e>-2.5 E<54686520736574
+74696e677320746875732070617373656420696e2074686520706f737473637269707420
+8c6c652c2077696c6c206166>108 436.8 Q<6665637420746865206465>-.25 E
+<7669636520666f722074686973206a6f62206f6e6c79>-.25 E<2e>-.65 E F1
+<44534320434f4e464f524d414e4345>72 465.6 Q F2 -.8<506f>108 477.6 S
+<73746572>.8 E F0 .673<77696c6c2067656e657261746520697473206f>3.173 F
+.672<776e204453432068656164657220616e64206f7468657220445343206c696e6573
+20696e20746865206f7574707574208c6c652c206163636f7264696e6720746865206044
+6f63756d656e74>-.25 F .115<5374727563747572696e6720436f6e>108 489.6 R
+-.15<7665>-.4 G .115<6e74696f6e73202d2076>.15 F .116
+<657273696f6e20332e30272c206173207772697474656e20646f>-.15 F .116<776e20
+696e207468652060506f7374736372697074204c616e6775616765205265666572656e63
+65204d616e75616c2c20326e64>-.25 F<65642e>108 501.6 Q 2.5<2766>-.7 G
+<726f6d2041646f62652053797374656d7320496e632c2041646469736f6e2057>-2.5 E
+<65736c65>-.8 E 2.5<7950>-.15 G<75626c20636f6d702e2c20313939302e>-2.5 E
+1.137<49742077696c6c20636f70>108 518.4 R 3.637<7961>-.1 G 1.437 -.15
+<6e792060>-3.637 H<2525446f63756d656e742e2e2e>.15 E 3.637<276c>-.7 G
+1.137<696e652066726f6d2074686520696e707574208c6c652044534320686561646572
+20746f20697473206f>-3.637 F 1.136
+<776e20686561646572206f75747075742e2054686973206973>-.25 F<757365642068
+65726520696e20706172746963756c617220666f72207265717569726564206e6f6e7265
+736964656e7420666f6e74732e>108 530.4 Q<486f>108 547.2 Q<7765>-.25 E -.15
+<7665>-.25 G 2.896<7274>.15 G .396<686520636f70>-2.896 F .396<7928732920
+6f662074686520696e707574208c6c6520696e636c7564656420696e20746865206f7574
+7075742c206172652073747269707065642066726f6d20616c6c206c696e657320737461
+7274696e6720776974682061206025272c>-.1 F<73696e636520746865>108 559.2 Q
+2.5<7974>-.15 G
+<656e6420746f2064697374757262206f7572206067686f7374766965>-2.5 E
+<772720707265>-.25 E<766965>-.25 E<77657220616e642074616b>-.25 E 2.5
+<6575>-.1 G<73656c65737320737061636520616e>-2.5 E<79686f>-.15 E -.65
+<772e>-.25 G F1<53454520414c534f>72 588 Q F0<67686f7374766965>108 600 Q
+<77283129>-.25 E F1<434f4e54524942>72 628.8 Q<55544544204259>-.11 E F0
+<4a6f732076>108 640.8 Q<616e2045696a6e64686f>-.25 E -.15<7665>-.15 G 2.5
+<6e28>.15 G<656d61696c3a204a2e54>-2.5 E<2e4a2e76>-.74 E
+<2e45696a6e64686f>-.65 E -.15<7665>-.15 G<6e40656c652e7475652e6e6c29>.15
+E<44657369676e204175746f6d6174696f6e2053656374696f6e2028687474703a2f2f77
+7777>108 652.8 Q<2e65732e656c652e7475652e6e6c29>-.65 E
+<446570742e206f6620456c65632e20456e672e>108 664.8 Q<45696e64686f>108
+676.8 Q -.15<7665>-.15 G 2.5<6e55>.15 G<6e69>-2.5 E 2.5<766f>-.25 G 2.5
+<6654>-2.5 G<6563686e6f6c6f6779>-3.2 E<546865204e65746865726c616e6473>
+108 688.8 Q<3234204175677573742c2031393935>108 700.8 Q<34>535 768 Q 0 Cg
+EP
+%%Page: 5 5
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF 367.72<504f5354455228312920504f53544552283129>72
+48 R<35>535 768 Q 0 Cg EP
 %%Trailer
 end
 %%EOF
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/poster/poster.1 new/poster-20060221/poster.1
--- old/poster/poster.1 2002-08-28 16:13:14.000000000 +0200
+++ new/poster-20060221/poster.1        2006-02-22 13:27:39.000000000 +0100
@@ -82,8 +82,8 @@
 Since \fIposter\fP will autonomously choose for rotation,
 always specify a `portrait' poster size (i.e. higher then wide).
 .br
-If you don't give the -s option, the default poster size is identical to the
-media size.
+If you give neither the -s nor the -p option, the default poster size is
+identical to the media size.
 .TP
 -s <number>
 Specify a linear scaling factor to produce the poster.
@@ -118,6 +118,32 @@
 .br
 Default is 0.
 .TP
+-C <number>
+.br
+Select the clipping facilities you want to see on the page margin.
+.br
+Clipping facilities are the cut marks, consisting of cut mark line, cut mark
+arrow head and the grid labels.
+.br
+The following bits in the argument represent one of the clipping facilities:
+.br
+     bit 1 (value = 1): cutmark lines
+.br
+     bit 2 (value = 2): cutmark arrow heads
+.br
+     bit 3 (value = 4): grid label
+.br
+Default is printing all clipping facilities.
+.TP
+-O <number>
+.br
+Specify how many Postscript dots the content of the output pages shall overlap.
+.br
+Overlapping content makes it easier to glue together pages seamlessly, but it
+consumes printing space.
+.br
+Default is 6.
+.TP
 -P <pagespec>
 .br
 Specify which pages of the poster to print. It consists of a comma-separated
@@ -143,7 +169,7 @@
      <box> = [<multiplier>][<offset>]<unit>
 .br
 with multipier and offset being specified optionally.
-     <multiplier> = <number>*<number>
+     <multiplier> = <number>x<number>
 .br
      <offset> = +<number>,<number>
 .br
@@ -159,7 +185,7 @@
 .SH EXAMPLES
 The following command prints an A4 input file on 8 A3 pages, forming an A0
 poster:
-         poster -v -iA4 -mA3 -pA0 infile >outfile
+         poster -v -iA4 -mA3 -pA0 infile > outfile
 
 .ne 3
 The next command prints an eps input image on a poster of 3x3 Letter pages:
@@ -178,8 +204,9 @@
 .ne 6
 Scale a postscript image to a poster of about 1 square meter, printing
 on `Legal' media, maintaining a 10% of `Legal' size as white margin
-around the poster.
-         poster -v -mLegal -p1x1m -w10% infile.ps >outfile
+around the poster. Print cutmark lines and grid labels, but don't print
+cut mark arrow heads.
+         poster -v -mLegal -p1x1m -w10% -C5 infile.ps > outfile
 
 .ne 5
 .SH "PROBLEMS & QUESTIONS"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/poster/poster.c new/poster-20060221/poster.c
--- old/poster/poster.c 2002-09-17 10:46:48.000000000 +0200
+++ new/poster-20060221/poster.c        2006-02-22 13:27:39.000000000 +0100
@@ -84,6 +84,7 @@
 char *infile;
 int rotate, nrows, ncols;
 int manualfeed = 0;
+unsigned int clipFacilValue;
 int tail_cntl_D = 0;
 #define Xl 0
 #define Yb 1
@@ -112,6 +113,8 @@
 char *scalespec = NULL;
 char *filespec = NULL;
 char *pagespec = NULL;
+char *clipfacil = "0xFF";
+char *overlap = "6";
 
 /* media sizes in ps units (1/72 inch) */
 static char *mediatable[][2] =
@@ -124,37 +127,51 @@
        { "Statement","396,612"},
        { "Folio",    "612,936"},
        { "Quarto",   "610,780"},
+       { "A0",       "2384,3370"},
+       { "A1",       "1684,2384"},
+       { "A2",       "1191,1684"},
+       { "A3",       "842,1191"},
+       { "A4",       "595,842"},
+       { "A5",       "420,595"},
+       { "A6",       "298,420"},
+       { "A7",       "210,298"},
+       { "A8",       "147,210"},
+       { "A9",       "105,147"},
+       { "A10",      "74,105"},
+       { "B0",       "2835,4008"},
+       { "B1",       "2004,2835"},
+       { "B2",       "1417,2004"},
+       { "B3",       "1001,1417"},
+       { "B4",       "709,1001"},
+       { "B5",       "499,709"},
+       { "B6",       "354,499"},
+       { "B7",       "249,354"},
+       { "B8",       "176,249"},
+       { "B9",       "125,176"},
+       { "B10",      "88,125"},
+       { "C4",       "649,918"},
        { "C5",       "459,649"},
        { "C5E",      "459,649"},
        { "EnvC5",    "459,649"},
-       { "B0",       "2916,4128"},
-       { "B1",       "2064,2916"},
-       { "B2",       "1458,2064"},
-       { "B3",       "1032,1458"},
-       { "B4",       "729,1032"},
-       { "B5",       "516,729"},
-       { "B6",       "365,516"},
-       { "B7",       "258,365"},
-       { "B8",       "183,258"},
-       { "B9",       "129,183"},
-       { "B10",      "92,129"},
-       { "Dl",       "312,624"},
-       { "A0",             "2380,3368"},
-       { "A1",             "1684,2380"},
-       { "A2",             "1190,1684"},
-       { "A3",             "842,1190"},
-       { "A4",       "595,842"},
-       { "A5",             "421,595"},
-       { "A6",             "297,421"},
-       { "A7",       "210,297"},
-       { "A8",       "148,210"},
-       { "A9",       "105,148"},
+       { "C6",       "323,459"},
+       { "JB0",      "2920,4127"},
+       { "JB1",      "2064,2920"},
+       { "JB2",      "1460,2064"},
+       { "JB3",      "1032,1460"},
+       { "JB4",      "729,1032"},
+       { "JB5",      "516,729"},
+       { "JB6",      "363,516"},
+       { "JB7",      "258,363"},
+       { "JB8",      "181,258"},
+       { "JB9",      "128,181"},
+       { "JB10",     "91,128"},
+       { "Dl",       "281,595"},
+       { "DL",       "281,595"},
+       { "DLE",      "312,624"},
+       { "EnvDL",    "312,624"},
        { "Comm10",   "298,684"},
        { "COM10",    "298,684"},
        { "Env10",    "298,684"},
-       { "DL",       "312,624"},
-       { "DLE",      "312,624"},
-       { "EnvDL",    "312,624"},
 
        /* as fall-back: linear units of measurement: */
        { "p",        "1,1"},
@@ -176,17 +193,19 @@
 
        myname = argv[0];
 
-       while ((opt = getopt( argc, argv, "vfi:c:w:m:p:s:o:P:F")) != EOF)
+       while ((opt = getopt( argc, argv, "vfi:c:w:C:O:m:p:s:o:P:F")) != EOF)
        {       switch( opt)
-               { case 'v':     verbose++; break;
-                 case 'f':     manualfeed = 1; break;
-                 case 'i':     imagespec = optarg; break;
-                 case 'c':     cutmarginspec = optarg; break;
-                 case 'w':     whitemarginspec = optarg; break;
-                 case 'm':     mediaspec = optarg; break;
-                 case 'p':     posterspec = optarg; break;
-                 case 's':     scalespec = optarg; break;
-                 case 'o':     filespec = optarg; break;
+               { case 'v': verbose++; break;
+                 case 'f': manualfeed = 1; break;
+                 case 'i': imagespec = optarg; break;
+                 case 'c': cutmarginspec = optarg; break;
+                 case 'w': whitemarginspec = optarg; break;
+                 case 'C': clipfacil = optarg; break;
+                 case 'O': overlap = optarg; break;
+                 case 'm': mediaspec = optarg; break;
+                 case 'p': posterspec = optarg; break;
+                 case 's': scalespec = optarg; break;
+                 case 'o': filespec = optarg; break;
                  case 'P': pagespec = optarg; break;
                  case 'F': fake_mode = 1; break;
                  default:      usage(); break;
@@ -242,7 +261,7 @@
 
        /*** decide the cutmargin size, after knowing media size ***/
        if (!cutmarginspec)
-       {       if (!strcmp( posterspec, mediaspec))
+       {       if (posterspec && (!strcmp( posterspec, mediaspec)))
                        /* zero cutmargin if printing to 1 sheet */
                        cutmarginspec = "0%";
                else
@@ -254,6 +273,8 @@
        }
        margin_convert( cutmarginspec, cutmargin);
 
+       clipFacilValue = atoi (clipfacil);
+
        /*** decide the whitemargin size, after knowing media size ***/
        if (!whitemarginspec)
        {       whitemarginspec = DefaultWhiteMargin;
@@ -457,6 +478,11 @@
        fprintf( stderr, "   -i<box>:    specify input image size\n");
        fprintf( stderr, "   -c<margin>: horizontal and vertical cutmargin\n");
        fprintf( stderr, "   -w<margin>: horizontal and vertical additional white margin\n");
+       fprintf( stderr, "   -C<number>: clipping facilities (grid label and cutmarks)\n");
+       fprintf( stderr, "               bit 1 (value = 1): cutmark lines\n");
+       fprintf( stderr, "               bit 2 (value = 2): cutmark arrow heads\n");
+       fprintf( stderr, "               bit 3 (value = 4): grid label\n");
+       fprintf( stderr, "   -O<number>: content overlap\n");
        fprintf( stderr, "   -m<box>:    media paper size\n");
        fprintf( stderr, "   -p<box>:    output poster size\n");
        fprintf( stderr, "   -s<number>: linear scale factor for poster\n");
@@ -471,7 +497,7 @@
        fprintf( stderr, "   Defaults are: '-m%s', '-c%s', '-i<box>' read from input file.\n",
                DefaultMedia, DefaultCutMargin);
        fprintf( stderr, "                 and output written to stdout.\n");
-
+       fprintf( stderr, "\n");
        exit(1);
 }
 
@@ -830,13 +856,21 @@
        int row, col, page;
 
        printprolog();
-       if ( pages == NULL )
-               for ( page = 0; page < number_pages; page++ )
+       for ( page = 0; page < number_pages; page++ )
+       {
+               printf( "/print_content_of_complete_page_%d\n", page);
+               printf( "{\n");
+               printfile (page);
+               printf( "} bind def\n\n");
+       
+               if ( pages == NULL )
+               {
                        for (row = 1; row <= nrows; row++)
                                for (col = 1; col <= ncols; col++)
                                        tile( row, col, page);
-       else
-               for ( page = 0; page < number_pages; page++ )
+               }
+               else
+               {
                        for ( row = 0; row < pages_length; row++ )
                        {
                                int p = pages[ row ]-1;
@@ -844,6 +878,8 @@
                                        fprintf( stderr, "Warning: page index out of range: %d\n", p+1 );
                                tile( p/ncols+1, p%ncols+1, page );
                        }
+               }
+       }
        printf ("%%%%EOF\n");
 
        if (tail_cntl_D)
@@ -859,18 +895,25 @@
        printf( "%%%%BeginProlog\n");
 
        printf( "/cutmark  %% - cutmark -\n"
-               "{         %% draw cutline\n"
+               "{ %% def\n"
+               "  %% define clipping area\n"
                "  0.23 setlinewidth 0 setgray\n"
                "  clipmargin\n"
                "  dup 0 moveto\n"
-               "  dup neg leftmargin add 0 rlineto stroke\n"
+               "  dup neg leftmargin add 0 rlineto stroke\n");
+       if (clipFacilValue & 0x02)
+       {  printf(
                "  %% draw sheet alignment mark\n"
                "  dup dup neg moveto\n"
                "  dup 0 rlineto\n"
                "  dup dup lineto\n"
                "  0 rlineto\n"
-               "  closepath fill\n"
-               "} bind def\n\n");
+               "  closepath fill\n");
+       }
+       else
+       {  printf("  pop\n");
+       }
+       printf( "} bind def\n\n");
 
        printf( "%% usage:         row col tileprolog ps-code tilepilog\n"
                "%% these procedures output the tile specified by row & col\n"
@@ -906,24 +949,30 @@
 
        printf( "/tileepilog\n"
                "{ end %% of tiledict\n"
-               "  grestore\n"
-               "  %% print the cutmarks\n"
-               "  gsave\n"
-               "       leftmargin botmargin translate\n"
-               "  pagewidth pageheight translate cutmark 90 rotate cutmark\n"
-               "  0 pagewidth translate cutmark 90 rotate cutmark\n"
-               "  0 pageheight translate cutmark 90 rotate cutmark\n"
-               "  0 pagewidth translate cutmark 90 rotate cutmark\n"
-               "  grestore\n"
-               "  %% print the page label\n"
-               "  0 setgray\n"
-               "  leftmargin clipmargin 3 mul add clipmargin labelsize add neg botmargin add moveto\n"
-               "  (Grid \\( ) show\n"
-               "  rowcount strg cvs show\n"
-               "  ( , ) show\n"
-               "  colcount strg cvs show\n"
-               "  ( \\)) show\n"
-               "  showpage\n"
+               "  grestore\n");
+       if (clipFacilValue & 0x01)
+       {  printf(
+                  "       %% print the cutmarks\n"
+                  "       gsave\n"
+                       "   leftmargin botmargin translate\n"
+                  "       pagewidth pageheight translate cutmark 90 rotate cutmark\n"
+                  "       0 pagewidth translate cutmark 90 rotate cutmark\n"
+                  "       0 pageheight translate cutmark 90 rotate cutmark\n"
+                  "       0 pagewidth translate cutmark 90 rotate cutmark\n"
+                  "       grestore\n");
+       }
+       if (clipFacilValue & 0x04)
+       {  printf(
+                  "       %% print the page label\n"
+                  "       0 setgray\n"
+                  "       leftmargin clipmargin 3 mul add clipmargin labelsize add neg botmargin add moveto\n"
+                  "       (Grid \\( ) show\n"
+                  "       rowcount strg cvs show\n"
+                  "       ( , ) show\n"
+                  "       colcount strg cvs show\n"
+                  "       ( \\)) show\n");
+       }
+       printf( "  showpage\n"
                 "} bind def\n\n");
 
        printf( "%%%%EndProlog\n\n");
@@ -949,7 +998,7 @@
                "/posteryb %d def\n"
                "/do_turn %s def\n"
                "/strg 10 string def\n"
-               "/clipmargin 6 def\n"
+               "/clipmargin %d def\n"
                "/labelsize 9 def\n"
                "/tiledict 250 dict def\n"
                "tiledict begin\n"
@@ -959,11 +1008,11 @@
                scale, (int)(cutmargin[0]), (int)(cutmargin[1]),
                (int)(mediasize[2]-2.0*cutmargin[0]), (int)(mediasize[3]-2.0*cutmargin[1]),
                (int)imagebb[0], (int)imagebb[1], (int)posterbb[0], (int)posterbb[1],
-               rotate?"true":"false");
+               rotate?"true":"false", atoi (overlap));
 
        printf( "/Helvetica findfont labelsize scalefont setfont\n");
 
-       printf( "%%%%EndSetup\n");
+       printf( "%%%%EndSetup\n\n");
 }
 
 /*****************************/
@@ -978,8 +1027,8 @@
        printf ("\n%%%%Page: (%d,%d) %d\n", pagetoprint+1, ((row-1)*ncols+col), page);
        printf ("%d %d tileprolog\n", row, col);
        printf ("%%%%BeginDocument: %s\n", infile);
-       printfile (pagetoprint);
-       printf ("\n%%%%EndDocument\n");
+       printf( "print_content_of_complete_page_%d\n", pagetoprint);
+       printf ("%%%%EndDocument\n");
        printf ("tileepilog\n");
 
        page++;


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages