Update to v0.1.2 with HTML support
moved posterdown_pdf to posterdown_latex, added posterdown_html, added to ReadME, added ciation file. added @shedimus as contributor in Description file.
diff --git a/man/posterdown_latex.Rd b/man/posterdown_latex.Rd
new file mode 100644
index 0000000..2cf4ce7
--- /dev/null
+++ b/man/posterdown_latex.Rd
@@ -0,0 +1,31 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/posterdown_latex.R
+\name{posterdown_latex}
+\alias{posterdown_latex}
+\alias{posterdown_pdf}
+\title{Posterdown LaTeX format (using Memoir LaTeX document class)}
+\usage{
+posterdown_latex(..., keep_tex = TRUE)
+
+posterdown_pdf(..., keep_tex = TRUE)
+}
+\arguments{
+\item{...}{Additional arguments to \code{rmarkdown::pdf_document}}
+
+\item{keep_tex}{Keep the intermediate tex file used in the conversion to PDF}
+}
+\value{
+R Markdown output format to pass to
+ \code{\link[rmarkdown:render]{render}}
+}
+\description{
+Legacy function for the OG's of posterdown.
+This will remain untouched from here on out (Feb 6 2019).
+}
+\examples{
+
+\dontrun{
+library(rmarkdown)
+draft("MyArticle.Rmd", template = "posterdown_pdf", package = "posterdown")
+}
+}