From a2b1de4aab35f7c53bc02c1a61cb31ce115391d3 Mon Sep 17 00:00:00 2001 From: "Philipp Homan yoga ubuntu 17.10" Date: Mon, 2 Apr 2018 05:03:26 -0400 Subject: [PATCH] Added README.md --- README.md | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b8a4da --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ + +# Making scientific posters in org mode + + + +# Author + +Philipp Homan + + +# Getting Started + +This is a simple template to produce a scientific poster with emacs and +org-mode. + + +## Prerequisites + +This was developed and tested on a Linux Ubuntu 17.04 machine. To +produce the poster from the command line, GNU emacs and texlive must +be installed together with some additional emacs and texlive +packages. Specifically, the following software and associated libraries +are required: + + +### texlive + +- xetex + +- latexmk + + +### emacs + +- org-mode + +- ess + +- org-ref + + +### R + +- pacman + +- cowplot + +- ggplot2 + + +# Installing + +Download the repository and run tar xvfz on the tarball. + + +# Producing the poster + +Change to the org-mode-poster directory and run 'make poster'. + + +# Built With + +Org-mode 9.1.7 . +