Update license.html
[clqr.git] / printing.html
blob3d83c6244a3e105a60434e5c10a6d42fae823eb4
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: Printing</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 <li>&nbsp;
28 <li><a href="http://statcounter.com/project/standard/stats.php?project_id=7299380&guest=1">statistics</a>
29 </ul>
30 </td>
31 <td class="content">
32 <h3>Printing</h3>
33 Choose a file which has your paper size (i.e. "-a4-" or US "-letter-")
34 and "-booklet-" in its name. Then, a page order suitable for
35 nested folios is indicated by "-all"; if you want the folios
36 stacked take a file which says "-four".
37 <p>
38 That is clqr-&lt;paper size&gt;-booklet-&lt;page order&gt;.pdf
39 <p>
40 On a duplex printer, just print the file. If your printer
41 can only print on one side of the sheet, start with the odd
42 pages. Depending on your printer's paper handling, you may
43 or may not have to rearrange the half-printed sheets. Make
44 sure the first page is on top and put them back into the
45 paper tray in order to print the even pages.
48 <h3>Bookbinding</h3>
49 <p>
50 One by one, fold the pages in half lengthwise.
51 <p>
52 As to the nested version, if you have a big enough
53 (saddle stitch) stapler, put two staples along the spine.
54 Alternatively, you can sew the pages together with a
55 heavy thread. Or you simply let the pages unbound.
56 The edges of the paper opposite the spine will not line up
57 perfectly here.
58 <p>
59 The variant with stacked folios is suitable for wire
60 or comb binding, or you put some elastic glue along the spine.
61 </td>
62 </tr>
63 <tr>
64 <td class="quicklinks" colspan="2">
65 &nbsp;
66 </td>
67 </tr>
68 <tr>
69 <td class="footer" colspan="2">
70 &copy; 2008 - 2018 &nbsp;
71 <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
72 Bert Burgemeister
73 </a>
74 </td>
75 </tr>
76 </table>
77 <!-- Start of StatCounter Code for Default Guide -->
78 <script type="text/javascript">
79 var sc_project=7299380;
80 var sc_invisible=1;
81 var sc_security="72473b80";
82 </script>
83 <script type="text/javascript"
84 src="http://www.statcounter.com/counter/counter.js"></script>
85 <noscript><div class="statcounter"><a title="web counter"
86 href="http://statcounter.com/free-hit-counter/"
87 target="_blank"><img class="statcounter"
88 src="http://c.statcounter.com/7299380/0/72473b80/1/"
89 alt="web counter"></a></div></noscript>
90 <!-- End of StatCounter Code for Default Guide -->
91 </body>
92 </html>