minor bugfixes; changes to html
[clqr.git] / html / printing.html
blob4a493ccbd18e8ef4088cb540b70f8a6d053b14d1
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="https://lists.berlios.de/mailman/listinfo/clqr-general">mailing list</a>
26 <li><a href="source.html">source</a>
27 <li><a href="license.html">license</a>
28 <li>
29 <a href="http://developer.berlios.de"
30 title="BerliOS Developer">
31 <img src="http://developer.berlios.de/bslogo.php?group_id=9765"
32 alt="BerliOS Developer Logo">
33 </a>
34 <li><a href="https://developer.berlios.de/projects/clqr/">project page</a>
35 </ul>
36 </td>
37 <td class="content">
38 <h3>Printing</h3>
39 Choose a file which has your paper size (i.e. "-a4-" or US "-letter-")
40 and "-booklet-" in its name. Then, a page order suitable for
41 nested folios is indicated by "-all"; if you want the folios
42 stacked take a file which says "-four".
43 <p>
44 That is clqr-&lt;paper size&gt;-booklet-&lt;page order&gt;.pdf
45 <p>
46 On a duplex printer, just print the file. If your printer
47 can only print on one side of the sheet, start with the odd
48 pages. Depending on your printer's paper handling, you may
49 or may not have to rearrange the half-printed sheets. Make
50 sure the first page is on top and put them back into the
51 paper tray in order to print the even pages.
54 <h3>Bookbinding</h3>
55 <p>
56 One by one, fold the pages in half lengthwise.
57 <p>
58 As to the nested version, if you have a big enough
59 (saddle stitch) stapler, put two staples along the spine.
60 Alternatively, you can sew the pages together with a
61 heavy thread. Or you simply let the pages unbound.
62 The edges of the paper opposite the spine will not line up
63 perfectly here.
64 <p>
65 The variant with stacked folios is suitable for wire
66 or comb binding, or you put some elastic glue along the spine.
67 </td>
68 </tr>
69 <tr>
70 <td class="quicklinks" colspan="2">
71 &nbsp;
72 </td>
73 </tr>
74 <tr>
75 <td class="footer" colspan="2">
76 &copy; 2008 &nbsp;
77 <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
78 Bert Burgemeister
79 </a>
80 </td>
81 </tr>
82 </table>
83 </body>
84 </html>