Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhollist/markdownposter
first cut at using markdown, knitr, pandoc, wkhtmltopdf, and css to create a reproducible poster
https://github.com/jhollist/markdownposter
Last synced: about 1 month ago
JSON representation
first cut at using markdown, knitr, pandoc, wkhtmltopdf, and css to create a reproducible poster
- Host: GitHub
- URL: https://github.com/jhollist/markdownposter
- Owner: jhollist
- Created: 2014-05-29T16:47:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T17:54:51.000Z (over 10 years ago)
- Last Synced: 2024-10-15T18:04:55.682Z (3 months ago)
- Language: CSS
- Size: 152 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#markdownPoster
This is my first (admitedly hacky) attempt at creating a poster with R Markdown. I wanted to do this, becuase I am not very good with LaTeX.
I accomplished it by wrapping sections of the R Markdown document in a
and then taking care of the styling and layout with CSS. The general workflow is:1. Author in R Markdwon
2. Convert to Markdown with [knitr](https://github.com/yihui/knitr)
3. Convert to html and include css with [pandoc](http://johnmacfarlane.net/pandoc/)
4. Convert html to pdf with [wkhtmltopdf](http://wkhtmltopdf.org/)I used wkhtmltopdf and not pandoc to convert to pdf as I could not get the css styling to render in the pandoc output pdf.
The makefile implements this workflow.
Oh, and the styling, colors, etc are just placeholders at the moment. I am bad on design, but not that bad!