org-mode-poster/README.md

68 lines
973 B
Markdown
Raw Normal View History

2018-04-02 11:03:26 +02:00
# Making scientific posters in org mode
# Author
Philipp Homan <phoman1 at northwell dot edu>
# Getting Started
This is a simple template to produce a scientific poster with emacs and
2018-04-04 12:21:17 +02:00
org-mode. It includes a Makefile so that the poster can be created from
the command line by running the 'make' command.
2018-04-02 11:03:26 +02:00
## 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.
2018-04-04 12:21:17 +02:00
# Creating the poster
2018-04-02 11:03:26 +02:00
Change to the org-mode-poster directory and run 'make poster'.
# Built With
2018-04-04 11:51:27 +02:00
Ubuntu 17.10 on emacs
25.2.2 and org-mode
9.1.7.
2018-04-02 11:03:26 +02:00