Better reflection of comment style conventions.
[clqr.git] / html / printing.html
blob8105643ba9540583cd0082886f7adf20f17e4646
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <title>Common Lisp Quick Reference</title>
5 <link rel="stylesheet" href="new-pure.css" type="text/css">
6 <meta name="author" content="Bert Burgemeister">
7 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
8 <link rel="icon" href="/favicon.ico" type="image/x-icon">
9 </head>
11 <body>
13 <table class="main-table">
14 <tr>
15 <td class="title" colspan="2">
16 <a href="index.php">Common Lisp Quick Reference</a>
17 </td>
18 </tr>
19 <tr>
20 <td class="side-content">
21 <ul>
22 <li><a href="index.php">home</a>
23 <li><a href="download.php">download</a>
24 <li><a href="printing.html">printing &amp; bookbinding</a>
25 <li><a href="source.html">source</a>
26 <li><a href="license.html">license</a>
27 <li>
28 <a href="http://developer.berlios.de"
29 title="BerliOS Developer">
30 <img src="http://developer.berlios.de/bslogo.php?group_id=9765"
31 alt="BerliOS Developer Logo">
32 </a>
33 <li><a href="http://developer.berlios.de/projects/clqr/">project page</a>
34 </ul>
35 </td>
36 <td class="content">
37 <h3>Printing</h3>
38 Choose a file which has your paper size (i.e. "-a4-" or US "-letter-")
39 and "-booklet-" in its name. Then, a page order suitable for
40 nested folios is indicated by "-all"; if you want the folios
41 stacked take a file which says "-four".
42 <p>
43 That is clqr-&lt;paper size&gt;-booklet-&lt;page order&gt;.pdf
44 <p>
45 On a duplex printer, just print the file. If your printer
46 can only print on one side of the sheet, start with the odd
47 pages. Depending on your printer's paper handling, you may
48 or may not have to rearrange the half-printed sheets. Make
49 sure the first page is on top and put them back into the
50 paper tray in order to print the even pages.
53 <h3>Bookbinding</h3>
54 <p>
55 One by one, fold the pages in half lengthwise.
56 <p>
57 As to the nested version, if you have a big enough
58 (saddle stitch) stapler, put two staples along the spine.
59 Alternatively, you can sew the pages together with a
60 heavy thread. Or you simply let the pages unbound.
61 The edges of the paper opposite the spine will not line up
62 perfectly here.
63 <p>
64 The variant with stacked folios is suitable for wire
65 or comb binding, or you put some elastic glue along the spine.
66 </td>
67 </tr>
68 <tr>
69 <td class="quicklinks" colspan="2">
70 &nbsp;
71 </td>
72 </tr>
73 <tr>
74 <td class="footer" colspan="2">
75 &copy; 2008, 2009, 2010, 2011 &nbsp;
76 <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
77 Bert Burgemeister
78 </a>
79 </td>
80 </tr>
81 </table>
82 </body>
83 </html>