Fix description of typecase; and some minor changes
[clqr.git] / html-template / download.html
blobf3089f5c7e776492ae31cae73633a05ee3644731
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: Download</title>
5 <meta name="author" content="Bert Burgemeister">
6 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
7 <link rel="icon" href="/favicon.ico" type="image/x-icon">
8 <link rel="stylesheet" href="new-pure.css" type="text/css">
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>Download</h3>
33 <p>
34 This is revision
35 of <!- date of commit />
37 <p>
38 <p>
39 If unsure what to download, have a look at <a href="printing.html">printing &amp; bookbinding</a>.
40 <p>&nbsp;
41 <div class="here">
42 <img class="left" src="sample-firstpage-all.jpg"
43 alt="[Sample]"/>
44 <table width="70%">
45 <tr>
46 <td>
47 <a href="clqr-a4-booklet-all.pdf"
48 title="A4 size paper, nested folios">clqr-a4-booklet-all.pdf</a>
49 </td>
50 </tr>
51 <tr>
52 <td>
53 <a href="clqr-letter-booklet-all.pdf"
54 title="US letter size paper, nested folios">clqr-letter-booklet-all.pdf</a>
55 </td>
56 </tr>
57 </table>
58 <ul>
59 <li>Suitable for printing, folding lengthwise and nesting the
60 folios.
61 <li>With 52 pages total, first sheet has pages 52, 1, 2, 51.
62 <li>With 52 pages total, last sheet has pages 28, 25, 26, 27.
63 </ul>
64 </div>
65 <br />
66 <div class="here">
67 <img class="left" src="sample-firstpage-four.jpg"
68 alt="[Sample]"/>
69 <table width="70%">
70 <tr>
71 <td>
72 <a href="clqr-a4-booklet-four.pdf"
73 title="A4 size paper, stacked folios">clqr-a4-booklet-four.pdf</a>
74 </td>
75 </tr>
76 <tr>
77 <td>
78 <a href="clqr-letter-booklet-four.pdf"
79 title="US letter size paper, stacked folios">clqr-letter-booklet-four.pdf</a>
80 </td>
81 </tr>
82 </table>
83 <ul>
84 <li>Suitable for printing, folding lengthwise and stacking the
85 folios.
86 <li>First sheet has pages 4, 1, 2, 3.
87 <li>With 52 pages total, last sheet has pages 52, 49, 50, 51.
88 </ul>
89 </div>
90 <br />
91 <div class="here">
92 <img class="left" src="sample-firstpage-consec.jpg"
93 alt="[Sample]"/>
94 <table width="70%">
95 <tr>
96 <td>
97 <a href="clqr-a4-consec.pdf"
98 title="Half A4 size; not for printing">clqr-a4-consec.pdf</a>
99 </td>
100 </tr>
101 <tr>
102 <td>
103 <a href="clqr-letter-consec.pdf"
104 title="Half US letter size; not for printing">clqr-letter-consec.pdf</a>
105 </td>
106 </tr>
107 </table>
108 <ul>
109 <li>Pages in their natural order.
110 <li>Suitable only for reading on the screen. Comes
111 with bookmarks and hyperlinks.
112 <li>Not meant for printing because of the odd
113 paper format and the coloured hyperlinks.
114 </ul>
115 </div>
116 <br />
117 <div class="here">
118 <img class="left" src="sample-source.jpg"
119 alt="[Sample]"/>
120 <table width="70%">
121 <tr>
122 <td>
123 <a href="clqr.tar.gz"
124 title="Download source code">clqr.tar.gz</a>
125 </td>
126 </tr>
127 </table>
128 <ul>
129 <li>LaTeX source.
130 <li>Not of much use unless you want to change it.
131 </ul>
132 </div>
133 </td>
134 </tr>
135 <tr>
136 <td class="quicklinks" colspan="2">
137 &nbsp;
138 </td>
139 </tr>
140 <tr>
141 <td class="footer" colspan="2">
142 &copy; 2008 - 2014 &nbsp;
143 <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
144 Bert Burgemeister
145 </a>
146 </td>
147 </tr>
148 </table>
149 <!-- Start of StatCounter Code for Default Guide -->
150 <script type="text/javascript">
151 var sc_project=7299380;
152 var sc_invisible=1;
153 var sc_security="72473b80";
154 </script>
155 <script type="text/javascript"
156 src="http://www.statcounter.com/counter/counter.js"></script>
157 <noscript><div class="statcounter"><a title="web counter"
158 href="http://statcounter.com/free-hit-counter/"
159 target="_blank"><img class="statcounter"
160 src="http://c.statcounter.com/7299380/0/72473b80/1/"
161 alt="web counter"></a></div></noscript>
162 <!-- End of StatCounter Code for Default Guide -->
163 </body>
164 </html>