Common Lisp the Language, Second Edition

@screwtape @ldbeth One thing that would be good to change: I see the quote character in the PDF as a backquote: (sample-function 1 2 2 ´bar). If I copy that from the PDF I get

(sample-function 1 2 2´bar)

instead of

(sample-function 1 2 2 'bar)

@lispm @screwtape this is planned in the next release that would also include hyperlinks, if I ever managed to port the tex macros from dvips to pdftex