emacs.d/clones/lisp/www.cliki.net/acclaim.html
2022-10-07 15:47:14 +02:00

54 lines
No EOL
5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: acclaim</title>
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
href="https://www.cliki.net/site/feed/article.atom?title=acclaim">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - acclaim</span>
<div id="content"><div id="content-area"><div id="article-title">acclaim</div><div id="article">Acclaim is a Presentation <a href="https://www.cliki.net/Graphics" class="new">Graphics</a> <a href="Application.html" class="category">Application</a>, which takes an input file of sexps describing each slide and renders them using <a href="CLX.html" class="internal">CLX</a>.<p>Originally written by <a href="Daniel&#32;Barlow.html" class="internal">Daniel Barlow</a> as a quick hack for a
<a href="https://www.ukuug.org/events/linux2003/prog/abstract-DBarlow-1.shtml">talk at UKUUG 2003</a>, it has since been enhanced in many ways by Max-Gerd Retzlaff. More information from
<a href="http://www.matroid.org/acclaim.html">http://www.matroid.org/acclaim.html</a><p>
<h4>Getting a PDF export of an Acclaim slideset</h4><p>Actually there is a hack to add another renderer for PDF output in addition to the already present clx-renderer. It is done by Manuel Odendahl in June 2004 and uses <a href="CL-PDF.html" class="internal">CL-PDF</a> as I suggested in <a href="http://web.archive.org/web/20060217201015/http://www.caddr.com/macho/archives/clump/2004-6/439.html">a mail to the clump-mailinglist</a>.<p>Unfortunately this hack is based on an older version of Acclaim before the major refactoring in versions 0.24 and 0.25. Since I had not to do any presentation in the meantime I did not bother to include his pdf-renderer, but if someone is interested in it I would merge it with the current, more powerful version of Acclaim and not wait until I need it (presumedly in May 2005).<p>In the meantime, there is a quite simple method to generate a PDF version of a slideset without <a href="CL-PDF.html" class="internal">CL-PDF</a> but by creating, converting and concatenating screenshots(sic!) of the slides. I described it in a <a href="Lisppaste.html" class="internal">Lisppaste</a> to the #lisp-<a href="IRC.html" class="internal">IRC</a>-channel: <a href="http://paste.lisp.org/display/1308">Paste number 1308: pdf export hack for Acclaim</a>. I admit, it is a quite ugly way to get a PDF but it has the advantage that the created PDF will have *exactly* the same look as the Acclaim slideset.<p>(The file size will be acceptable if your slides do not include background images; the <a href="https://web.archive.org/web/20040719212920/http://www.cs.uni-bonn.de/~costanza/lisp-ecoop/slides/Rhodes-slides.pdf">PDF version of a Spartan slideset by Christophe Rhodes</a> has a size of 251kB for 12 slides including three larger images and a smaller one.)</div></div>
<div id="footer" class="buttonbar"><ul><li><a href="acclaim.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=acclaim">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=acclaim">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=acclaim&amp;from-revision=3769684454">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
</div>
<div id="header-buttons" class="buttonbar">
<ul>
<li><a href="https://www.cliki.net/">Home</a></li>
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
<li><a href="CLiki.html">About</a></li>
<li><a href="Text&#32;Formatting.html">Text Formatting</a></li>
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
</ul>
<div id="search">
<form action="https://www.cliki.net/site/search">
<label for="search_query" class="hidden">Search CLiki</label>
<input type="text" name="query" id="search_query" value="" />
<input type="submit" value="search" />
</form>
</div>
</div>
<div id="pageheader">
<div id="header">
<span id="logo">CLiki</span>
<span id="slogan">the common lisp wiki</span>
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
<label for="login_name" class="hidden">Account name</label>
<input type="text" name="name" id="login_name" class="login_input" />
<label for= "login_password" class="hidden">Password</label>
<input type="password" name="password" id="login_password" class="login_input" />
<input type="submit" name="login" value="login" id="login_submit" /><br />
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
</form>
</div>
</div>
</div>
</body></html>