Prepare for the death of our hosting site
[clqr.git] / html-template / printing.html
blobc4a06cef0736e8a13a49645505fbab996df17616
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.html">Common Lisp Quick Reference</a>
17 </td>
18 </tr>
19 <tr>
20 <td class="side-content">
21 <ul>
22 <li><a href="index.html">home</a>
23 <li><a href="download.html">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 </ul>
28 </td>
29 <td class="content">
30 <h3>Printing</h3>
31 Choose a file which has your paper size (i.e. "-a4-" or US "-letter-")
32 and "-booklet-" in its name. Then, a page order suitable for
33 nested folios is indicated by "-all"; if you want the folios
34 stacked take a file which says "-four".
35 <p>
36 That is clqr-&lt;paper size&gt;-booklet-&lt;page order&gt;.pdf
37 <p>
38 On a duplex printer, just print the file. If your printer
39 can only print on one side of the sheet, start with the odd
40 pages. Depending on your printer's paper handling, you may
41 or may not have to rearrange the half-printed sheets. Make
42 sure the first page is on top and put them back into the
43 paper tray in order to print the even pages.
46 <h3>Bookbinding</h3>
47 <p>
48 One by one, fold the pages in half lengthwise.
49 <p>
50 As to the nested version, if you have a big enough
51 (saddle stitch) stapler, put two staples along the spine.
52 Alternatively, you can sew the pages together with a
53 heavy thread. Or you simply let the pages unbound.
54 The edges of the paper opposite the spine will not line up
55 perfectly here.
56 <p>
57 The variant with stacked folios is suitable for wire
58 or comb binding, or you put some elastic glue along the spine.
59 </td>
60 </tr>
61 <tr>
62 <td class="quicklinks" colspan="2">
63 &nbsp;
64 </td>
65 </tr>
66 <tr>
67 <td class="footer" colspan="2">
68 &copy; 2008 - 2011 &nbsp;
69 <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
70 Bert Burgemeister
71 </a>
72 </td>
73 </tr>
74 </table>
75 </body>
76 </html>