Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > ed05dc5f357c49fdded780f52b150dce > files > 67

ploticus-2.41-2mdv2010.0.i586.rpm

<html>
<head>
<!-- This file has been generated by unroff 1.0, 03/11/09 12:56:18. -->
<!-- Do not edit! -->
<STYLE TYPE="text/css">
<!--
        A:link{text-decoration:none}
        A:visited{text-decoration:none}
        A:active{text-decoration:none}
        OL,UL,P,BODY,TD,TR,TH,FORM { font-family: arial,helvetica,sans-serif;; font-size:small; color: #333333; }

        H1 { font-size: x-large; font-family: arial,helvetica,sans-serif; }
        H2 { font-size: large; font-family: arial,helvetica,sans-serif; }
        H3 { font-size: medium; font-family: arial,helvetica,sans-serif; }
        H4 { font-size: small; font-family: arial,helvetica,sans-serif; }
-->
</STYLE>
<title>ploticus: making poster-sized output</title>
<body bgcolor=D0D0EE vlink=0000FF>
<br>
<br>
<center>
<table cellpadding=2 bgcolor=FFFFFF width=550><tr>
<td>
  <table cellpadding=2 width=550><tr>
  <td><br><h2>making poster-sized output</h2></td>
  <td align=right>
  <small>
  <a href="../doc/welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
  Version 2.41 Mar2009
  <td></tr></table>
</td></tr>
<td>
<br>
<br>

<title>Manual page for making_poster-sized_output(PL)</title>
</head>
<body>

<center>
<img src="../gallery/posternw.gif">
<img src="../gallery/posterne.gif"><br>
<img src="../gallery/postersw.gif">
<img src="../gallery/posterse.gif"><br>
(a small browser window may not lay these out correctly)
</center>

<p>
Ploticus may be used to produce large-size posters.  
This involves scaling everything up, and often, rendering on multiple 
sheets of paper that the user then lays together.<tt> </tt>

<br><br><br>

<h2>Large-size posters</h2>
Large-size paper results suitable for use with posters and presentations 
can be produced using standard printers and standard sized paper.<tt> </tt>
The result can span any number of sheets of paper.<tt> </tt>
To do this, <b>pl</b> is run multiple times, each time
using a different <tt>-posteroffset</tt> option value.  
Paginated postscript mode should be used (<tt>-ps</tt>), and usually the
<tt>-scale</tt> option is used to enlarge the image.<tt> </tt>
After printing, the sheets of paper must be trimmed and then assembled 
next to one another, using care to trim off any overlap.<tt> </tt>

<br><br><br>

<h2>Supported printer languages</h2>
Paginated PostScript.<tt> </tt>
Use the <tt>-ps</tt> command line option to produce paginated postscript,
which may be sent directly to a PostScript printer.<tt> </tt>

<br><br><br>

<h2>Example</h2>
Example: suppose you want to produce large output for a poster
using the gallery example propbars1 (shown).<tt> </tt>
You want to enlarge it to fill 4 sheets of paper (2 x 2).<tt> </tt>
In order to do this, invoke <b>pl</b> four times, once for each sheet.  
<p>
The following shell script should do the trick..<tt> </tt>
<dl>
<dt> <dd>
<pre>
# Do the lower-left page..
pl -ps propbars1.htm -scale 4 -posteroffset 0,0 | lp

# Do the upper-left..
pl -ps propbars1.htm -scale 4 -posteroffset 0,7.5 | lp

# Do the upper-right..
pl -ps propbars1.htm -scale 4 -posteroffset 10,7.5 | lp

# Do the lower-right..
pl -ps propbars1.htm -scale 4 -posteroffset 10,0 | lp
</pre>
<tt></tt><tt></tt></dl>
<p>
The last step in the process is to trim each page with a paper cutter 
and join the sheets together.  

<br><br><br>

<h2>Notes</h2>
In the above example, poster offsets of
7.5 x 10 are used instead of 8.5 x 11 (inches) in order to leave sufficient margin,
since most printers cannot print to the full 8.5 x 11 area.<tt> </tt>
<p>
The -landscape or -poster command line options may be useful when
enlarging.<tt> </tt>
<p>
This example shows the Postscript output being piped to the Solaris 
<b>lp</b> print spooler; use the print spooler for your system.<tt> </tt>
<p>
The <tt>-scale</tt> option will increase or decrease the location of drawn lines,
as well as the thickness of lines and the size of text.  Text size often does not
scale up as desired; that is why it may be overridden on the command
line as in the above example.<tt> </tt>
<p>
Previewing the Postscript that is produced when using <tt>-posteroffset</tt>
may be confusing, since the postscript is not clipped.  Clipping is done
by the printer.<tt> </tt>

<br>
<br>
</td></tr>
<td align=right>
<a href="../doc/welcome.html">
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
<br>
<br>
<center>
<img src="../gallery/all.gif"> 
</center>
</td></tr>
</table>
<br>
<center>
<table><tr><td>
Ploticus is hosted at http://ploticus.sourceforge.net</td><td> &nbsp; </td><td>
<a href="http://sourceforge.net/projects/ploticus"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=38453&type=12" 
width="120" height="30" border="0" 
alt="Get ploticus data display engine at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
</td></tr></table>


</center>
<p><hr>
Markup created by <em>unroff</em> 1.0,&#160;<tt> </tt>&#160;<tt> </tt>March 11, 2009.
</body>
</html>