org-mode-poster/README.md

71 lines
993 B
Markdown
Raw Permalink Normal View History

2018-04-02 11:03:26 +02:00
2018-04-04 12:24:22 +02:00
# Creating scientific posters with org-mode
2018-04-02 11:03:26 +02:00
<p align="center">
2018-04-02 11:03:26 +02:00
<img width=400 src="src/org-mode-poster_poster.png" /></p>
2018-04-02 11:03:26 +02:00
# Author
Philipp Homan <phoman1 at northwell dot edu>
2018-04-02 11:03:26 +02:00
# 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
2018-04-04 12:24:22 +02:00
To create the poster from the command line, GNU emacs and texlive must
2018-04-02 11:03:26 +02:00
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