Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 665 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 665 Bytes

taxize_poster

Poster presenting the taxize package at International Statistical Ecology Conference 2014 in Montpellier (1-4 July 2014).

This poster is in the spirit of ROpenSci completly reproducible ;)

It is written in LaTeX using the beamerposter package. The used theme is a modification of Rob Hyndmans theme. Integration of R is done via knitr.

To reproduce the poster compile poster.Rnw:

require(knitr)
knit('poster.Rnw', output = 'repro.tex')
texi2pdf('repro.tex')