{"id":165,"date":"2012-11-16T23:41:55","date_gmt":"2012-11-16T22:41:55","guid":{"rendered":"http:\/\/frosteyes.dk\/?p=165"},"modified":"2012-11-22T22:47:04","modified_gmt":"2012-11-22T21:47:04","slug":"doing-presentations-on-my-mac","status":"publish","type":"post","link":"http:\/\/www.frosteyes.dk\/index.php\/private\/doing-presentations-on-my-mac","title":{"rendered":"Doing presentations on my Mac"},"content":{"rendered":"<p>I am in the middle of creating some presentations about <a title=\"Git version control\" href=\"http:\/\/git-scm.com\/\" target=\"_blank\">Git<\/a>. A version control system, I have successfully integrated into my department at <a href=\"http:\/\/www.phaseone.com\/\" target=\"_blank\">Phase One<\/a>. So I could of cause use <a href=\"http:\/\/office.microsoft.com\/en-us\/powerpoint\/\" target=\"_blank\">Microsoft PowerPoint<\/a>, or <a href=\"http:\/\/www.apple.com\/iwork\/keynote\/\" target=\"_blank\">Apple Keynote<\/a>.<br \/>\nThough is there a tool, which I am more used to, and even though it is harder to learn, superior in many ways. The tool is <a href=\"http:\/\/www.latex-project.org\/\" target=\"_blank\">LaTeX<\/a>, <a href=\"http:\/\/en.wikipedia.org\/wiki\/Beamer_(LaTeX)\" target=\"_blank\">Beamer<\/a>, <a title=\"Emacs on Wikipedia\" href=\"http:\/\/en.wikipedia.org\/wiki\/Emacs\" target=\"_blank\">Emacs<\/a> and <a title=\"AUCTEX on Wikipedia\" href=\"http:\/\/en.wikipedia.org\/wiki\/AUCTEX\" target=\"_blank\">AuxTex<\/a>.<\/p>\n<p>So why do I consider this a superior solution.<\/p>\n<ul>\n<li>The files are text files, and easy to version control, including being able to merge changes.<\/li>\n<li>Depending on target, It will guide the presentation design against a PDF output, meaning you will not create distracting animations etc.<\/li>\n<li>Being designed to PDF output also means it easy to prints handout etc.<\/li>\n<li>The tools is true cross platform, working on Windows, Mac OS X, Linux and *BSD. So you data are not locked to a vendor.<\/li>\n<\/ul>\n<p>The bad thing is the learning curve and knowhow needed for using the tool. PowerPoint and Keynote are much easier to get started with.<\/p>\n<p>So knowing the tool from my many years working with Linux, the new part was to install the tools on my Mac. It was though pretty easy to install, as I am already\u00a0using <a href=\"http:\/\/www.macports.org\/\" target=\"_blank\">MacPorts<\/a>.<\/p>\n<ul>\n<li><strong>LaTeX<\/strong>. The easiest way to install LaTeX using MacPorts, is the texlive package. This can be installed in a basis, medium or full variants. I just select the medium variants, as it contains the package I need.<\/li>\n<\/ul>\n<pre lang=\"bash\">sudo port install texlive +medium<\/pre>\n<ul>\n<li><strong>Beamer<\/strong> is a tetex package, containing what is needed for creating presentation in LaTeX. Again installed by a MacPort command.<\/li>\n<\/ul>\n<pre lang=\"bash\">sudo port install tex-beamerposter<\/pre>\n<ul>\n<li><strong>Emacs<\/strong> is an old family of editors, started in 1975 by Richard Stallman. The version I choose to use on my Mac is called emacs-app in Macport, and contains a Cocoa edition of GNU emacs. Cocoa means the editor uses the Macs native graphical toolkit.<\/li>\n<\/ul>\n<pre lang=\"bash\">sudo port install emacs-app<\/pre>\n<ul>\n<li><strong>AucTex<\/strong> is a package originally from Aalborg University, which is a major emacs mode for editing TeX files. It is installed by the following command.<\/li>\n<\/ul>\n<pre lang=\"bash\">sudo port install auctex +emacs_app<\/pre>\n<p>When everything is installed you will need to bind it together in the .emacs file. This is the configuration file for emacs, and there are many examples for how to create one around on the internet.\u00a0Personally I see it as a continued work in progress; there never can be finished. Later I will maybe give some tips as comments to this post.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I am in the middle of creating some presentations about Git. A version control system, I have successfully integrated into my department at Phase One. So I could of cause use Microsoft PowerPoint, or Apple Keynote. Though is there a tool, which I am more used to, and even though it is harder to learn, &hellip; <a href=\"http:\/\/www.frosteyes.dk\/index.php\/private\/doing-presentations-on-my-mac\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Doing presentations on my Mac<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,3,6],"tags":[],"class_list":["post-165","post","type-post","status-publish","format-standard","hentry","category-mac","category-private","category-projects"],"_links":{"self":[{"href":"http:\/\/www.frosteyes.dk\/index.php\/wp-json\/wp\/v2\/posts\/165","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.frosteyes.dk\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.frosteyes.dk\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.frosteyes.dk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.frosteyes.dk\/index.php\/wp-json\/wp\/v2\/comments?post=165"}],"version-history":[{"count":19,"href":"http:\/\/www.frosteyes.dk\/index.php\/wp-json\/wp\/v2\/posts\/165\/revisions"}],"predecessor-version":[{"id":231,"href":"http:\/\/www.frosteyes.dk\/index.php\/wp-json\/wp\/v2\/posts\/165\/revisions\/231"}],"wp:attachment":[{"href":"http:\/\/www.frosteyes.dk\/index.php\/wp-json\/wp\/v2\/media?parent=165"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.frosteyes.dk\/index.php\/wp-json\/wp\/v2\/categories?post=165"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.frosteyes.dk\/index.php\/wp-json\/wp\/v2\/tags?post=165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}