It may be ready for the public to rip on? :confused:
diff --git a/inst/rmarkdown/templates/posterdown_memoir/resources/template.tex b/inst/rmarkdown/templates/posterdown_memoir/resources/template.tex
index e1f6331..dc5986b 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/resources/template.tex
+++ b/inst/rmarkdown/templates/posterdown_memoir/resources/template.tex
@@ -9,12 +9,27 @@
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{blindtext}
-\usepackage[svgnames]{xcolor}
+\usepackage[svgnames,table]{xcolor}
\usepackage[framemethod=tikz]{mdframed}
\usepackage{color}
\usepackage{geometry}
\usepackage{adjmulticol}
+%For kable extra package :)
+\usepackage{booktabs}
+\usepackage{longtable}
+\usepackage{array}
+\usepackage{multirow}
+\usepackage{wrapfig}
+\usepackage{float}
+\usepackage{colortbl}
+\usepackage{pdflscape}
+\usepackage{tabu}
+\usepackage{threeparttable}
+\usepackage{threeparttablex}
+\usepackage[normalem]{ulem}
+\usepackage{makecell}
+
%For figure and table placement
\usepackage{float}
@@ -23,7 +38,7 @@
%spacing between figure/ table and caption
\setlength{\abovecaptionskip}{0.4in}
-\setlength{\belowcaptionskip}{0.1in}
+\setlength{\belowcaptionskip}{0.2in}
\captionnamefont{\footnotesize\sffamily\bfseries}
\captiontitlefont{\footnotesize\sffamily}
@@ -40,9 +55,7 @@
\thispagestyle{empty}
\definecolor{light-gray}{gray}{0.9}
-
-
-\usepackage[style=alphabetic,backend=biber]{biblatex}
+\usepackage[style=numeric,backend=biber]{biblatex}
\renewcommand*{\bibfont}{\tiny}
\bibliography{$bibliography$}
@@ -71,16 +84,16 @@
%define column spacing
\setlength\columnsep{1in}
-\setlength\parindent{0em}
+\setlength\parindent{1em}
\setlength\parskip{1em}
\setlength\hangparas{0}
%spacing after section head title
\setaftersecskip{0.3in}
-\setbeforesecskip{0.5in}
-\setlength\textfloatsep{0.1in}
-\setlength\floatsep{0.1in}
-\setlength\intextsep{0.1in}
+\setbeforesecskip{1in}
+\setlength\textfloatsep{0.3in}
+\setlength\floatsep{0.3in}
+\setlength\intextsep{0.3in}
\setstocksize{38in}{45in}
\settrimmedsize{\stockheight}{\stockwidth}{*}
@@ -114,7 +127,8 @@
\begingroup
\centering
\color{White}
- \huge\textbf{$title$}\\[0.3in]
+\vspace{1in}
+ \Huge\textbf{$title$}\\[0.3in]
\Large $author$ \par
\vspace{1.2in}
% end title section -------------------
@@ -124,7 +138,7 @@
% Brgin body of poster
\color{black}
\begin{adjmulticols*}{3}{10mm}{10mm}
-\small{
+\normalsize{
$body$
\printbibliography
}
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.Rmd
index d18cc12..07115ef 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.Rmd
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.Rmd
@@ -1,23 +1,23 @@
---
-title: 'Identifying relationships among catchment land cover characteristics, active layer properties and lake hydroecology in Old Crow Flats, Yukon, Canada'
+title: 'Using \color{Red} `posterdown` \color{White} to generate reproducible conference posters via RMarkdown > Knitr > Markdown > Pandoc > Latex > PDF workflow as well as long titles...'
author: "Brent Thorne"
bibliography: MyLibrary
output: posterdown::posterdown_memoir
---
```{r, include=FALSE}
-knitr::opts_chunk$set(echo = FALSE, results = 'asis', fig.height = 3, fig.width = 3, warning = FALSE, fig.align = 'center', message = FALSE, dev='cairo_pdf')
+knitr::opts_chunk$set(echo = FALSE, results = 'asis',fig.height = 3.5, fig.width = 4.5, out.width = "100%", warning = FALSE, fig.align = 'center', message = FALSE, dev='cairo_pdf')
```
# Introduction
-Lorem ipsum dolor sit amet, [@holden_identifying_2012] consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Phasellus vestibulum lorem sed risus ultricies tristique nulla. Mauris vitae ultricies leo integer malesuada nunc vel risus commodo. Suspendisse potenti nullam ac tortor vitae. Enim nunc faucibus a pellentesque sit amet porttitor eget.
+Welcome to `posterdown` ! This is my attempt to provide a semi-smooth workflow for those who wish to take their `RMarkdown` skills to the conference world. Many creature comforts frim `RMarkdown` are available in this package such as `Markdown` section notation, figure captioning, and even citations like this one [@holden_identifying_2012] The rest of this example poster will show how you can insert typical conference poster features into your own document.
# Study Site
-Here is a map made to show the study site using `ggplot2`, `ggspatial`, and `sf`. Lorem ipsum dolor sit amet, [@middleton_geological_nodate] consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Phasellus vestibulum lorem sed risus ultricies tristique nulla. Mauris vitae ultricies leo integer malesuada nunc vel risus commodo. Suspendisse potenti nullam ac tortor vitae. Enim nunc faucibus a pellentesque sit amet porttitor eget.
+Here is a map made to show the study site using `ggplot2`, `ggspatial`, and `sf`. Lorem ipsum dolor sit amet, [@middleton_geological_nodate] consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Phasellus vestibulum lorem sed risus ultricies tristique nulla. Mauris vitae ultricies leo integer malesuada nunc vel risus commodo. Suspendisse potenti nullam ac tortor vitae. Enim nunc faucibus a pellentesque sit amet porttitor eget. \vspace{15mm}
-```{r, fig.width=3.5, out.width="50%", fig.cap='This is a map of Canada, projected using the NAD 83 UTM Zone 7 Datum.', cache=TRUE}
+```{r, fig.width=4.5, out.width="80%", fig.cap='This is a map of Canada, the ggspatial package is great for GIS folks in R!', cache=TRUE}
library(ggplot2)
library(ggspatial)
library(ggthemes)
@@ -28,6 +28,7 @@
ggplot() +
ggspatial::layer_spatial(canada, fill = "grey") +
+ ggspatial::annotation_north_arrow(location = "br", which_north = "true", style = north_arrow_nautical()) +
coord_sf() +
theme_solarized() +
NULL
@@ -39,15 +40,15 @@
\large
-1. Here is my first obective.
-2. Here is my second objective.
-3. Finally, my third objectives.
+1. Easy to use reproducible poster design.
+2. Integration with `RMarkdown`.
+3. Easy transition from `posterndown` to `thesisdown` or `rticles`
\small
# Methods
-Elementum facilisis leo vel fringilla est ullamcorper eget nulla. Vitae congue eu consequat ac felis donec et. Morbi tincidunt ornare massa eget. Iaculis nunc sed augue lacus viverra vitae congue eu. Donec massa sapien faucibus et molestie. Neque egestas congue quisque egestas diam. Lectus quam id leo in vitae turpis massa. Sodales ut etiam sit amet. Posuere lorem ipsum dolor sit amet consectetur. Ullamcorper dignissim cras tincidunt lobortis feugiat vivamus. Amet commodo nulla facilisi nullam vehicula ipsum. Magna ac placerat vestibulum lectus mauris ultrices eros. Sodales ut eu sem integer vitae justo eget magna. Malesuada bibendum arcu vitae elementum.
+This package uses the same workflow approach as the `RMarkdown` you know and love. Basically it goes from RMarkdown > Knitr > Markdown > Pandoc > Latex > PDF
# Results
@@ -57,68 +58,69 @@
data("iris")
-kable(iris[1:4,], caption = "Hopefully this works without much of a headache!") %>%
- kable_styling()
+kable(iris[1:4,],align = "c", caption = "Tables are a breeze with Kable and Kable extra package!", booktabs = T) %>%
+ kable_styling(latex_options = "striped")
```
-```{r, out.width='60%', fig.width=4, fig.height=3, fig.cap='A typical plot using ggplot.'}
+\vspace{1in}
+
+```{r, out.width='75%', fig.width=4, fig.height=3, fig.cap='A typical plot using ggplot using the classic iris dataset.'}
library(ggplot2)
library(ggthemes)
ggplot(data = iris, aes(x = Sepal.Length, y = Sepal.Width, colour = Species)) +
geom_point() +
- theme_tufte() +
+ theme_fivethirtyeight() +
labs(x = "Sepal Length", y = "Sepeal Width") +
NULL
```
+\vspace{1in}
-```{r, out.width='50%',fig.width=3.5, fig.height=3, fig.align='center', fig.cap='A boxplot example.'}
+```{r, out.width='85%', fig.width=4.5, fig.height=4, fig.cap='Another typical plot using ggplot, this time with a different theme and r code chunk options for fig.width and fig.height.'}
-library(ggthemes)
library(ggplot2)
-
-ggplot(data = iris, aes(x = Species, y = Sepal.Length, colour = Species)) +
- geom_boxplot(show.legend = FALSE) +
- theme_tufte() +
- labs(x = "Sepal Length", y = "Sepeal Width") +
- NULL
-
-```
-
-
-Pellentesque habitant morbi tristique senectus et netus. Magnis dis parturient montes nascetur ridiculus mus mauris vitae ultricies. Nibh nisl condimentum id venenatis. Lorem ipsum dolor sit amet consectetur adipiscing elit duis. Eget aliquet nibh praesent tristique magna sit amet purus. Orci phasellus egestas tellus rutrum. Mauris cursus mattis molestie a. Amet cursus sit amet dictum sit. Tellus id interdum velit laoreet. Tortor at risus viverra adipiscing. Ullamcorper malesuada proin libero nunc. Elit ullamcorper dignissim cras tincidunt lobortis feugiat vivamus. Eget dolor morbi non arcu risus quis. Pulvinar pellentesque habitant morbi tristique senectus.
-
-
-
-```{r, out.width='50%',fig.width=3.5, fig.height=3, fig.align='center', fig.cap='A jitter plot example.'}
-
library(ggthemes)
-library(ggplot2)
-ggplot(data = iris, aes(x = Species, y = Sepal.Length, colour = Species)) +
- geom_jitter(show.legend = FALSE) +
- theme_tufte() +
+ggplot(data = iris, aes(x = Sepal.Length, y = Sepal.Width, colour = Species)) +
+ geom_point() +
+ theme_hc() +
labs(x = "Sepal Length", y = "Sepeal Width") +
NULL
```
-Pellentesque habitant morbi tristique senectus et netus. Magnis dis parturient montes nascetur ridiculus mus mauris vitae ultricies. Nibh nisl condimentum id venenatis. Lorem ipsum dolor sit amet consectetur adipiscing elit duis. Eget aliquet nibh praesent tristique magna sit amet purus. Orci phasellus egestas tellus rutrum. Mauris cursus mattis molestie a. Amet cursus sit amet dictum sit. Tellus id interdum velit laoreet. Tortor at risus viverra adipiscing. Ullamcorper malesuada proin libero nunc. Elit ullamcorper dignissim cras tincidunt lobortis feugiat vivamus. Eget dolor morbi non arcu risus quis. Pulvinar pellentesque habitant morbi tristique senectus.
+\vspace{1in}
-```{r, out.width='65%', fig.align='center', fig.height=5, fig.cap='Another figure showing how base R plots might look on this poster!'}
-par(mfrow=c(2,1), mar=c(0.2,0.2,0.2,0.2),mai=c(0.2,0.2,0.2,0.2))
-plot(rnorm(20))
-plot(cars)
+```{r, out.width='80%', fig.width=4.5, fig.align='center', echo=TRUE, fig.height=5, fig.cap='Another figure showing how base R plots might look on this poster!'}
+
+# Here is some code for people
+# to look at and be in awe of!!!!
+library(ggplot2)
+library(ggthemes)
+
+ggplot(data=iris,
+ aes(x = Sepal.Width,
+ y = Sepal.Length,
+ colour = Species)) +
+ geom_point() +
+ theme_stata() +
+ NULL
```
-More text now here Pellentesque habitant morbi tristique senectus et netus. Magnis dis parturient montes nascetur ridiculus mus mauris vitae ultricies. Nibh nisl condimentum id venenatis. Lorem ipsum dolor sit amet consectetur adipiscing elit duis. Eget aliquet nibh praesent tristique magna sit amet purus. Orci phasellus egestas tellus rutrum. Mauris cursus mattis molestie a. Amet cursus sit amet dictum sit. Tellus id interdum velit laoreet. Tortor at risus viverra adipiscing. Ullamcorper malesuada proin libero nunc. Elit ullamcorper dignissim cras tincidunt lobortis feugiat vivamus. Eget dolor morbi non arcu risus quis. Pulvinar pellentesque habitant morbi tristique senectus.
# Next Steps
-Pellentesque habitant morbi tristique senectus et netus. Magnis dis parturient montes nascetur ridiculus mus mauris vitae ultricies. Nibh nisl condimentum id venenatis. Lorem ipsum dolor sit amet consectetur adipiscing elit duis. Eget aliquet nibh praesent tristique magna sit amet purus. Orci phasellus egestas tellus rutrum. Mauris cursus mattis molestie a. Amet cursus sit amet dictum sit. Tellus id interdum velit laoreet. Tortor at risus viverra adipiscing. Ullamcorper malesuada proin libero nunc. Elit ullamcorper dignissim cras tincidunt lobortis feugiat vivamus. Eget dolor morbi non arcu risus quis. Pulvinar pellentesque habitant morbi tristique senectus.
+There is still **A LOT** of work to do on this package which include (but are note limited to):
+- Better softcoding for front end user options in YAML such as `posterwidth: 45in`.
+- Images in the title section for logo placement which is a common attribut to posters as far as I have come to know.
+- Figure out compatiability with `natbib` which wasn't working during the initial set up.
+- MUCH BETTER PACKAGE DOCUMENTATION. For example, there is nothing in the README...
+- Include References section only if initiated by the user like in RMarkdown.
+
+\small
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.aux b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.aux
index ce761be..b0e5f81 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.aux
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.aux
@@ -1,7 +1,7 @@
\relax
\providecommand\zref@newlabel[2]{}
\providecommand*{\memsetcounter}[2]{}
-\abx@aux@refcontext{anyt/global//global/global}
+\abx@aux@refcontext{nty/global//global/global}
\abx@aux@cite{holden_identifying_2012}
\abx@aux@segm{0}{0}{holden_identifying_2012}
\abx@aux@cite{middleton_geological_nodate}
@@ -10,33 +10,31 @@
\@writefile{lof}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax }
\@writefile{lot}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax }
\zref@newlabel{mdf@pagelabel-1}{\default{}\page{1}\abspage{1}\mdf@pagevalue{1}}
-\pgfsyspdfmark {pgfid1}{17694}{157516643}
+\pgfsyspdfmark {pgfid1}{17694}{151294658}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{1}}
\newlabel{introduction}{{\M@TitleReference {1}{Introduction}}{1}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {2}Study Site}{1}}
\newlabel{study-site}{{\M@TitleReference {2}{Study Site}}{1}}
-\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces This is a map of Canada, projected using the NAD 83 UTM Zone 7 Datum.}}{1}}
-\newlabel{fig:unnamed-chunk-2}{{\M@TitleReference {1}{This is a map of Canada, projected using the NAD 83 UTM Zone 7 Datum.}}{1}}
+\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces This is a map of Canada, the ggspatial package is great for GIS folks in R!}}{1}}
+\newlabel{fig:unnamed-chunk-2}{{\M@TitleReference {1}{This is a map of Canada, the ggspatial package is great for GIS folks in R!}}{1}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {3}Objectives}{1}}
\newlabel{objectives}{{\M@TitleReference {3}{Objectives}}{1}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {4}Methods}{1}}
\newlabel{methods}{{\M@TitleReference {4}{Methods}}{1}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {5}Results}{1}}
\newlabel{results}{{\M@TitleReference {5}{Results}}{1}}
-\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces Hopefully this works without much of a headache!}}{1}}
-\newlabel{tab:unnamed-chunk-3}{{\M@TitleReference {1}{Hopefully this works without much of a headache!}}{1}}
-\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces A typical plot using ggplot.}}{1}}
-\newlabel{fig:unnamed-chunk-4}{{\M@TitleReference {2}{A typical plot using ggplot.}}{1}}
-\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces A boxplot example.}}{1}}
-\newlabel{fig:unnamed-chunk-5}{{\M@TitleReference {3}{A boxplot example.}}{1}}
-\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces A jitter plot example.}}{1}}
-\newlabel{fig:unnamed-chunk-6}{{\M@TitleReference {4}{A jitter plot example.}}{1}}
-\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces Another figure showing how base R plots might look on this poster!}}{1}}
-\newlabel{fig:unnamed-chunk-7}{{\M@TitleReference {5}{Another figure showing how base R plots might look on this poster!}}{1}}
+\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces Tables are a breeze with Kable and Kable extra package!}}{1}}
+\newlabel{tab:unnamed-chunk-3}{{\M@TitleReference {1}{Tables are a breeze with Kable and Kable extra package!}}{1}}
+\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces A typical plot using ggplot using the classic iris dataset.}}{1}}
+\newlabel{fig:unnamed-chunk-4}{{\M@TitleReference {2}{A typical plot using ggplot using the classic iris dataset.}}{1}}
+\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces Another typical plot using ggplot, this time with a different theme and r code chunk options for fig.width and fig.height.}}{1}}
+\newlabel{fig:unnamed-chunk-5}{{\M@TitleReference {3}{Another typical plot using ggplot, this time with a different theme and r code chunk options for fig.width and fig.height.}}{1}}
+\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces Another figure showing how base R plots might look on this poster!}}{1}}
+\newlabel{fig:unnamed-chunk-6}{{\M@TitleReference {4}{Another figure showing how base R plots might look on this poster!}}{1}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {6}Next Steps}{1}}
\newlabel{next-steps}{{\M@TitleReference {6}{Next Steps}}{1}}
\abx@aux@refcontextdefaultsdone
-\abx@aux@defaultrefcontext{0}{holden_identifying_2012}{anyt/global//global/global}
-\abx@aux@defaultrefcontext{0}{middleton_geological_nodate}{anyt/global//global/global}
+\abx@aux@defaultrefcontext{0}{holden_identifying_2012}{nty/global//global/global}
+\abx@aux@defaultrefcontext{0}{middleton_geological_nodate}{nty/global//global/global}
\memsetcounter{lastsheet}{1}
\memsetcounter{lastpage}{1}
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.bbl b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.bbl
index b2f6744..3c9201a 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.bbl
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.bbl
@@ -18,7 +18,7 @@
\refsection{0}
- \datalist[entry]{anyt/global//global/global}
+ \datalist[entry]{nty/global//global/global}
\entry{holden_identifying_2012}{article}{}
\name{author}{6}{}{%
{{hash=054032bb3fb5ec35d4ff0d2f7907161b}{%
@@ -58,7 +58,6 @@
\strng{authorbibnamehash}{d13c81dc52f0fb14c906f594672a0bb8}
\strng{authornamehash}{d13c81dc52f0fb14c906f594672a0bb8}
\strng{authorfullhash}{2178aa5ad8cb51e7c331ccb13e4d1199}
- \field{labelalpha}{Hol+12}
\field{sortinit}{H}
\field{sortinithash}{5f15a7bc777ad49ff15aa4d2831b1681}
\field{labelnamesource}{author}
@@ -116,7 +115,6 @@
\strng{authorbibnamehash}{7362944951da71a7a29ebc308c934fd2}
\strng{authornamehash}{7362944951da71a7a29ebc308c934fd2}
\strng{authorfullhash}{7362944951da71a7a29ebc308c934fd2}
- \field{labelalpha}{MSS}
\field{sortinit}{M}
\field{sortinithash}{cfd219b90152c06204fab207bc6c7cab}
\field{labelnamesource}{author}
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.bcf b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.bcf
index a005ee2..a52274c 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.bcf
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.bcf
@@ -40,7 +40,7 @@
</bcf:option>
<bcf:option type="singlevalued">
<bcf:key>labelalpha</bcf:key>
- <bcf:value>1</bcf:value>
+ <bcf:value>0</bcf:value>
</bcf:option>
<bcf:option type="multivalued">
<bcf:key>labelnamespec</bcf:key>
@@ -139,7 +139,7 @@
</bcf:option>
<bcf:option type="singlevalued">
<bcf:key>sortingtemplatename</bcf:key>
- <bcf:value>anyt</bcf:value>
+ <bcf:value>nty</bcf:value>
</bcf:option>
<bcf:option type="singlevalued">
<bcf:key>sortsets</bcf:key>
@@ -1999,17 +1999,14 @@
<bcf:citekey order="2">middleton_geological_nodate</bcf:citekey>
</bcf:section>
<!-- SORTING TEMPLATES -->
- <bcf:sortingtemplate name="anyt">
+ <bcf:sortingtemplate name="nty">
<bcf:sort order="1">
<bcf:sortitem order="1">presort</bcf:sortitem>
</bcf:sort>
- <bcf:sort order="2">
- <bcf:sortitem order="1">labelalpha</bcf:sortitem>
- </bcf:sort>
- <bcf:sort order="3" final="1">
+ <bcf:sort order="2" final="1">
<bcf:sortitem order="1">sortkey</bcf:sortitem>
</bcf:sort>
- <bcf:sort order="4">
+ <bcf:sort order="3">
<bcf:sortitem order="1">sortname</bcf:sortitem>
<bcf:sortitem order="2">author</bcf:sortitem>
<bcf:sortitem order="3">editor</bcf:sortitem>
@@ -2017,24 +2014,24 @@
<bcf:sortitem order="5">sorttitle</bcf:sortitem>
<bcf:sortitem order="6">title</bcf:sortitem>
</bcf:sort>
+ <bcf:sort order="4">
+ <bcf:sortitem order="1">sorttitle</bcf:sortitem>
+ <bcf:sortitem order="2">title</bcf:sortitem>
+ </bcf:sort>
<bcf:sort order="5">
<bcf:sortitem order="1">sortyear</bcf:sortitem>
<bcf:sortitem order="2">year</bcf:sortitem>
</bcf:sort>
<bcf:sort order="6">
- <bcf:sortitem order="1">sorttitle</bcf:sortitem>
- <bcf:sortitem order="2">title</bcf:sortitem>
- </bcf:sort>
- <bcf:sort order="7">
<bcf:sortitem order="1">volume</bcf:sortitem>
<bcf:sortitem order="2">0</bcf:sortitem>
</bcf:sort>
</bcf:sortingtemplate>
<!-- DATALISTS -->
<bcf:datalist section="0"
- name="anyt/global//global/global"
+ name="nty/global//global/global"
type="entry"
- sortingtemplatename="anyt"
+ sortingtemplatename="nty"
sortingnamekeytemplatename="global"
labelprefix=""
uniquenametemplatename="global"
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.blg b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.blg
index 2c6e34a..eaad3b0 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.blg
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.blg
@@ -1,15 +1,15 @@
[0] Config.pm:304> INFO - This is Biber 2.12
[0] Config.pm:307> INFO - Logfile is 'skeleton.blg'
-[24] biber-MSWIN32:315> INFO - ===
-[65] Biber.pm:371> INFO - Reading 'skeleton.bcf'
-[147] Biber.pm:889> INFO - Found 2 citekeys in bib section 0
-[159] Biber.pm:4093> INFO - Processing section 0
-[170] Biber.pm:4254> INFO - Looking for bibtex format file 'MyLibrary.bib' for section 0
-[202] bibtex.pm:1523> INFO - LaTeX decoding ...
-[745] bibtex.pm:1340> INFO - Found BibTeX data source 'MyLibrary.bib'
-[797] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable'
-[797] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized'
-[797] Biber.pm:3921> INFO - Sorting list 'anyt/global//global/global' of type 'entry' with template 'anyt' and locale 'en-US'
-[797] Biber.pm:3927> INFO - No sort tailoring available for locale 'en-US'
-[804] bbl.pm:636> INFO - Writing 'skeleton.bbl' with encoding 'UTF-8'
-[806] bbl.pm:739> INFO - Output to skeleton.bbl
+[20] biber:315> INFO - === Wed Dec 5, 2018, 22:32:21
+[80] Biber.pm:371> INFO - Reading 'skeleton.bcf'
+[153] Biber.pm:889> INFO - Found 2 citekeys in bib section 0
+[165] Biber.pm:4093> INFO - Processing section 0
+[173] Biber.pm:4254> INFO - Looking for bibtex format file 'MyLibrary.bib' for section 0
+[238] bibtex.pm:1523> INFO - LaTeX decoding ...
+[712] bibtex.pm:1340> INFO - Found BibTeX data source 'MyLibrary.bib'
+[751] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized'
+[751] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable'
+[751] Biber.pm:3921> INFO - Sorting list 'nty/global//global/global' of type 'entry' with template 'nty' and locale 'en-US'
+[751] Biber.pm:3927> INFO - No sort tailoring available for locale 'en-US'
+[757] bbl.pm:636> INFO - Writing 'skeleton.bbl' with encoding 'UTF-8'
+[758] bbl.pm:739> INFO - Output to skeleton.bbl
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.pdf b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.pdf
index 1fdc696..f6db113 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.pdf
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.pdf
Binary files differ
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.run.xml b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.run.xml
index acac082..ad9e88f 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.run.xml
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.run.xml
@@ -54,8 +54,8 @@
<file>blx-compat.def</file>
<file>biblatex.def</file>
<file>standard.bbx</file>
- <file>alphabetic.bbx</file>
- <file>alphabetic.cbx</file>
+ <file>numeric.bbx</file>
+ <file>numeric.cbx</file>
<file>biblatex.cfg</file>
<file>english.lbx</file>
</requires>
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.tex b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.tex
index 3d56263..520735a 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.tex
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton.tex
@@ -9,12 +9,27 @@
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{blindtext}
-\usepackage[svgnames]{xcolor}
+\usepackage[svgnames,table]{xcolor}
\usepackage[framemethod=tikz]{mdframed}
\usepackage{color}
\usepackage{geometry}
\usepackage{adjmulticol}
+%For kable extra package :)
+\usepackage{booktabs}
+\usepackage{longtable}
+\usepackage{array}
+\usepackage{multirow}
+\usepackage{wrapfig}
+\usepackage{float}
+\usepackage{colortbl}
+\usepackage{pdflscape}
+\usepackage{tabu}
+\usepackage{threeparttable}
+\usepackage{threeparttablex}
+\usepackage[normalem]{ulem}
+\usepackage{makecell}
+
%For figure and table placement
\usepackage{float}
@@ -23,7 +38,7 @@
%spacing between figure/ table and caption
\setlength{\abovecaptionskip}{0.4in}
-\setlength{\belowcaptionskip}{0.1in}
+\setlength{\belowcaptionskip}{0.2in}
\captionnamefont{\footnotesize\sffamily\bfseries}
\captiontitlefont{\footnotesize\sffamily}
@@ -40,16 +55,15 @@
\thispagestyle{empty}
\definecolor{light-gray}{gray}{0.9}
-
-
-\usepackage[style=alphabetic,backend=biber]{biblatex}
+\usepackage[style=numeric,backend=biber]{biblatex}
\renewcommand*{\bibfont}{\tiny}
\bibliography{MyLibrary}
\author{Brent Thorne}
-\title{Identifying relationships among catchment land cover characteristics,
-active layer properties and lake hydroecology in Old Crow Flats, Yukon,
-Canada}
+\title{Using \color{Red} \texttt{posterdown} \color{White} to generate
+reproducible conference posters via RMarkdown \textgreater{} Knitr
+\textgreater{} Markdown \textgreater{} Pandoc \textgreater{} Latex
+\textgreater{} PDF workflow as well as long titles\ldots{}}
\counterwithout{section}{chapter}
\makechapterstyle{mydefault}{
\addtocounter{secnumdepth}{2}
@@ -73,16 +87,16 @@
%define column spacing
\setlength\columnsep{1in}
-\setlength\parindent{0em}
+\setlength\parindent{1em}
\setlength\parskip{1em}
\setlength\hangparas{0}
%spacing after section head title
\setaftersecskip{0.3in}
-\setbeforesecskip{0.5in}
-\setlength\textfloatsep{0.1in}
-\setlength\floatsep{0.1in}
-\setlength\intextsep{0.1in}
+\setbeforesecskip{1in}
+\setlength\textfloatsep{0.3in}
+\setlength\floatsep{0.3in}
+\setlength\intextsep{0.3in}
\setstocksize{38in}{45in}
\settrimmedsize{\stockheight}{\stockwidth}{*}
@@ -102,6 +116,46 @@
\definecolor{myframecolour}{HTML}{00004d}
% see https://stackoverflow.com/a/47122900
+\usepackage{color}
+\usepackage{fancyvrb}
+\newcommand{\VerbBar}{|}
+\newcommand{\VERB}{\Verb[commandchars=\\\{\}]}
+\DefineVerbatimEnvironment{Highlighting}{Verbatim}{commandchars=\\\{\}}
+% Add ',fontsize=\small' for more characters per line
+\usepackage{framed}
+\definecolor{shadecolor}{RGB}{248,248,248}
+\newenvironment{Shaded}{\begin{snugshade}}{\end{snugshade}}
+\newcommand{\KeywordTok}[1]{\textcolor[rgb]{0.13,0.29,0.53}{\textbf{#1}}}
+\newcommand{\DataTypeTok}[1]{\textcolor[rgb]{0.13,0.29,0.53}{#1}}
+\newcommand{\DecValTok}[1]{\textcolor[rgb]{0.00,0.00,0.81}{#1}}
+\newcommand{\BaseNTok}[1]{\textcolor[rgb]{0.00,0.00,0.81}{#1}}
+\newcommand{\FloatTok}[1]{\textcolor[rgb]{0.00,0.00,0.81}{#1}}
+\newcommand{\ConstantTok}[1]{\textcolor[rgb]{0.00,0.00,0.00}{#1}}
+\newcommand{\CharTok}[1]{\textcolor[rgb]{0.31,0.60,0.02}{#1}}
+\newcommand{\SpecialCharTok}[1]{\textcolor[rgb]{0.00,0.00,0.00}{#1}}
+\newcommand{\StringTok}[1]{\textcolor[rgb]{0.31,0.60,0.02}{#1}}
+\newcommand{\VerbatimStringTok}[1]{\textcolor[rgb]{0.31,0.60,0.02}{#1}}
+\newcommand{\SpecialStringTok}[1]{\textcolor[rgb]{0.31,0.60,0.02}{#1}}
+\newcommand{\ImportTok}[1]{#1}
+\newcommand{\CommentTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textit{#1}}}
+\newcommand{\DocumentationTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textbf{\textit{#1}}}}
+\newcommand{\AnnotationTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textbf{\textit{#1}}}}
+\newcommand{\CommentVarTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textbf{\textit{#1}}}}
+\newcommand{\OtherTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{#1}}
+\newcommand{\FunctionTok}[1]{\textcolor[rgb]{0.00,0.00,0.00}{#1}}
+\newcommand{\VariableTok}[1]{\textcolor[rgb]{0.00,0.00,0.00}{#1}}
+\newcommand{\ControlFlowTok}[1]{\textcolor[rgb]{0.13,0.29,0.53}{\textbf{#1}}}
+\newcommand{\OperatorTok}[1]{\textcolor[rgb]{0.81,0.36,0.00}{\textbf{#1}}}
+\newcommand{\BuiltInTok}[1]{#1}
+\newcommand{\ExtensionTok}[1]{#1}
+\newcommand{\PreprocessorTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textit{#1}}}
+\newcommand{\AttributeTok}[1]{\textcolor[rgb]{0.77,0.63,0.00}{#1}}
+\newcommand{\RegionMarkerTok}[1]{#1}
+\newcommand{\InformationTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textbf{\textit{#1}}}}
+\newcommand{\WarningTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textbf{\textit{#1}}}}
+\newcommand{\AlertTok}[1]{\textcolor[rgb]{0.94,0.16,0.16}{#1}}
+\newcommand{\ErrorTok}[1]{\textcolor[rgb]{0.64,0.00,0.00}{\textbf{#1}}}
+\newcommand{\NormalTok}[1]{#1}
%begin the document
\begin{document}
@@ -113,9 +167,11 @@
\begingroup
\centering
\color{White}
- \huge\textbf{Identifying relationships among catchment land cover characteristics,
-active layer properties and lake hydroecology in Old Crow Flats, Yukon,
-Canada}\\[0.3in]
+\vspace{1in}
+ \Huge\textbf{Using \color{Red} \texttt{posterdown} \color{White} to generate
+reproducible conference posters via RMarkdown \textgreater{} Knitr
+\textgreater{} Markdown \textgreater{} Pandoc \textgreater{} Latex
+\textgreater{} PDF workflow as well as long titles\ldots{}}\\[0.3in]
\Large Brent Thorne \par
\vspace{1.2in}
% end title section -------------------
@@ -125,15 +181,17 @@
% Brgin body of poster
\color{black}
\begin{adjmulticols*}{3}{10mm}{10mm}
-\small{
+\normalsize{
\section{Introduction}\label{introduction}
-Lorem ipsum dolor sit amet, \autocite{holden_identifying_2012}
-consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore
-et dolore magna aliqua. Phasellus vestibulum lorem sed risus ultricies
-tristique nulla. Mauris vitae ultricies leo integer malesuada nunc vel
-risus commodo. Suspendisse potenti nullam ac tortor vitae. Enim nunc
-faucibus a pellentesque sit amet porttitor eget.
+Welcome to \texttt{posterdown} ! This is my attempt to provide a
+semi-smooth workflow for those who wish to take their \texttt{RMarkdown}
+skills to the conference world. Many creature comforts frim
+\texttt{RMarkdown} are available in this package such as
+\texttt{Markdown} section notation, figure captioning, and even
+citations like this one \autocite{holden_identifying_2012} The rest of
+this example poster will show how you can insert typical conference
+poster features into your own document.
\section{Study Site}\label{study-site}
@@ -144,15 +202,15 @@
vestibulum lorem sed risus ultricies tristique nulla. Mauris vitae
ultricies leo integer malesuada nunc vel risus commodo. Suspendisse
potenti nullam ac tortor vitae. Enim nunc faucibus a pellentesque sit
-amet porttitor eget.
+amet porttitor eget. \vspace{15mm}
\begin{figure}
-{\centering \includegraphics[width=0.5\linewidth]{skeleton_files/figure-latex/unnamed-chunk-2-1}
+{\centering \includegraphics[width=0.8\linewidth]{skeleton_files/figure-latex/unnamed-chunk-2-1}
}
-\caption{This is a map of Canada, projected using the NAD 83 UTM Zone 7 Datum.}\label{fig:unnamed-chunk-2}
+\caption{This is a map of Canada, the ggspatial package is great for GIS folks in R!}\label{fig:unnamed-chunk-2}
\end{figure}
\section{Objectives}\label{objectives}
@@ -163,130 +221,122 @@
\def\labelenumi{\arabic{enumi}.}
\tightlist
\item
- Here is my first obective.
+ Easy to use reproducible poster design.
\item
- Here is my second objective.
+ Integration with \texttt{RMarkdown}.
\item
- Finally, my third objectives.
+ Easy transition from \texttt{posterndown} to \texttt{thesisdown} or
+ \texttt{rticles}
\end{enumerate}
\small
\section{Methods}\label{methods}
-Elementum facilisis leo vel fringilla est ullamcorper eget nulla. Vitae
-congue eu consequat ac felis donec et. Morbi tincidunt ornare massa
-eget. Iaculis nunc sed augue lacus viverra vitae congue eu. Donec massa
-sapien faucibus et molestie. Neque egestas congue quisque egestas diam.
-Lectus quam id leo in vitae turpis massa. Sodales ut etiam sit amet.
-Posuere lorem ipsum dolor sit amet consectetur. Ullamcorper dignissim
-cras tincidunt lobortis feugiat vivamus. Amet commodo nulla facilisi
-nullam vehicula ipsum. Magna ac placerat vestibulum lectus mauris
-ultrices eros. Sodales ut eu sem integer vitae justo eget magna.
-Malesuada bibendum arcu vitae elementum.
+This package uses the same workflow approach as the \texttt{RMarkdown}
+you know and love. Basically it goes from RMarkdown \textgreater{} Knitr
+\textgreater{} Markdown \textgreater{} Pandoc \textgreater{} Latex
+\textgreater{} PDF
\section{Results}\label{results}
+\rowcolors{2}{gray!6}{white}
+
\begin{table}
-\caption{\label{tab:unnamed-chunk-3}Hopefully this works without much of a headache!}
+\caption{\label{tab:unnamed-chunk-3}Tables are a breeze with Kable and Kable extra package!}
\centering
-\begin{tabular}[t]{r|r|r|r|l}
-\hline
+\begin{tabular}[t]{ccccc}
+\hiderowcolors
+\toprule
Sepal.Length & Sepal.Width & Petal.Length & Petal.Width & Species\\
-\hline
+\midrule
+\showrowcolors
5.1 & 3.5 & 1.4 & 0.2 & setosa\\
-\hline
4.9 & 3.0 & 1.4 & 0.2 & setosa\\
-\hline
4.7 & 3.2 & 1.3 & 0.2 & setosa\\
-\hline
4.6 & 3.1 & 1.5 & 0.2 & setosa\\
-\hline
+\bottomrule
\end{tabular}
\end{table}
-\begin{figure}
+\rowcolors{2}{white}{white}
-{\centering \includegraphics[width=0.6\linewidth]{skeleton_files/figure-latex/unnamed-chunk-4-1}
-
-}
-
-\caption{A typical plot using ggplot.}\label{fig:unnamed-chunk-4}
-\end{figure}
+\vspace{1in}
\begin{figure}
-{\centering \includegraphics[width=0.5\linewidth]{skeleton_files/figure-latex/unnamed-chunk-5-1}
+{\centering \includegraphics[width=0.75\linewidth]{skeleton_files/figure-latex/unnamed-chunk-4-1}
}
-\caption{A boxplot example.}\label{fig:unnamed-chunk-5}
+\caption{A typical plot using ggplot using the classic iris dataset.}\label{fig:unnamed-chunk-4}
\end{figure}
-Pellentesque habitant morbi tristique senectus et netus. Magnis dis
-parturient montes nascetur ridiculus mus mauris vitae ultricies. Nibh
-nisl condimentum id venenatis. Lorem ipsum dolor sit amet consectetur
-adipiscing elit duis. Eget aliquet nibh praesent tristique magna sit
-amet purus. Orci phasellus egestas tellus rutrum. Mauris cursus mattis
-molestie a. Amet cursus sit amet dictum sit. Tellus id interdum velit
-laoreet. Tortor at risus viverra adipiscing. Ullamcorper malesuada proin
-libero nunc. Elit ullamcorper dignissim cras tincidunt lobortis feugiat
-vivamus. Eget dolor morbi non arcu risus quis. Pulvinar pellentesque
-habitant morbi tristique senectus.
+\vspace{1in}
\begin{figure}
-{\centering \includegraphics[width=0.5\linewidth]{skeleton_files/figure-latex/unnamed-chunk-6-1}
+{\centering \includegraphics[width=0.85\linewidth]{skeleton_files/figure-latex/unnamed-chunk-5-1}
}
-\caption{A jitter plot example.}\label{fig:unnamed-chunk-6}
+\caption{Another typical plot using ggplot, this time with a different theme and r code chunk options for fig.width and fig.height.}\label{fig:unnamed-chunk-5}
\end{figure}
-Pellentesque habitant morbi tristique senectus et netus. Magnis dis
-parturient montes nascetur ridiculus mus mauris vitae ultricies. Nibh
-nisl condimentum id venenatis. Lorem ipsum dolor sit amet consectetur
-adipiscing elit duis. Eget aliquet nibh praesent tristique magna sit
-amet purus. Orci phasellus egestas tellus rutrum. Mauris cursus mattis
-molestie a. Amet cursus sit amet dictum sit. Tellus id interdum velit
-laoreet. Tortor at risus viverra adipiscing. Ullamcorper malesuada proin
-libero nunc. Elit ullamcorper dignissim cras tincidunt lobortis feugiat
-vivamus. Eget dolor morbi non arcu risus quis. Pulvinar pellentesque
-habitant morbi tristique senectus.
+\vspace{1in}
+
+\begin{Shaded}
+\begin{Highlighting}[]
+\CommentTok{# Here is some code for people}
+\CommentTok{# to look at and be in awe of!!!!}
+\KeywordTok{library}\NormalTok{(ggplot2)}
+\KeywordTok{library}\NormalTok{(ggthemes)}
+
+\KeywordTok{ggplot}\NormalTok{(}\DataTypeTok{data=}\NormalTok{iris,}
+ \KeywordTok{aes}\NormalTok{(}\DataTypeTok{x =}\NormalTok{ Sepal.Width,}
+ \DataTypeTok{y =}\NormalTok{ Sepal.Length,}
+ \DataTypeTok{colour =}\NormalTok{ Species)) }\OperatorTok{+}
+\StringTok{ }\KeywordTok{geom_point}\NormalTok{() }\OperatorTok{+}
+\StringTok{ }\KeywordTok{theme_stata}\NormalTok{() }\OperatorTok{+}
+\StringTok{ }\OtherTok{NULL}
+\end{Highlighting}
+\end{Shaded}
\begin{figure}
-{\centering \includegraphics[width=0.65\linewidth]{skeleton_files/figure-latex/unnamed-chunk-7-1}
+{\centering \includegraphics[width=0.8\linewidth]{skeleton_files/figure-latex/unnamed-chunk-6-1}
}
-\caption{Another figure showing how base R plots might look on this poster!}\label{fig:unnamed-chunk-7}
+\caption{Another figure showing how base R plots might look on this poster!}\label{fig:unnamed-chunk-6}
\end{figure}
-More text now here Pellentesque habitant morbi tristique senectus et
-netus. Magnis dis parturient montes nascetur ridiculus mus mauris vitae
-ultricies. Nibh nisl condimentum id venenatis. Lorem ipsum dolor sit
-amet consectetur adipiscing elit duis. Eget aliquet nibh praesent
-tristique magna sit amet purus. Orci phasellus egestas tellus rutrum.
-Mauris cursus mattis molestie a. Amet cursus sit amet dictum sit. Tellus
-id interdum velit laoreet. Tortor at risus viverra adipiscing.
-Ullamcorper malesuada proin libero nunc. Elit ullamcorper dignissim cras
-tincidunt lobortis feugiat vivamus. Eget dolor morbi non arcu risus
-quis. Pulvinar pellentesque habitant morbi tristique senectus.
-
\section{Next Steps}\label{next-steps}
-Pellentesque habitant morbi tristique senectus et netus. Magnis dis
-parturient montes nascetur ridiculus mus mauris vitae ultricies. Nibh
-nisl condimentum id venenatis. Lorem ipsum dolor sit amet consectetur
-adipiscing elit duis. Eget aliquet nibh praesent tristique magna sit
-amet purus. Orci phasellus egestas tellus rutrum. Mauris cursus mattis
-molestie a. Amet cursus sit amet dictum sit. Tellus id interdum velit
-laoreet. Tortor at risus viverra adipiscing. Ullamcorper malesuada proin
-libero nunc. Elit ullamcorper dignissim cras tincidunt lobortis feugiat
-vivamus. Eget dolor morbi non arcu risus quis. Pulvinar pellentesque
-habitant morbi tristique senectus.
+There is still \textbf{A LOT} of work to do on this package which
+include (but are note limited to):
+
+\begin{itemize}
+\tightlist
+\item
+ Better softcoding for front end user options in YAML such as
+ \texttt{posterwidth:\ 45in}.
+\item
+ Images in the title section for logo placement which is a common
+ attribut to posters as far as I have come to know.
+\item
+ Figure out compatiability with \texttt{natbib} which wasn't working
+ during the initial set up.
+\item
+ MUCH BETTER PACKAGE DOCUMENTATION. For example, there is nothing in
+ the README\ldots{}
+\item
+ Include References section only if initiated by the user like in
+ RMarkdown.
+\end{itemize}
+
+\small
\printbibliography
}
\end{adjmulticols*}
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_2e703836f397b1f74c73c5756ced06f2.RData b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_2e703836f397b1f74c73c5756ced06f2.RData
deleted file mode 100644
index 3d61fa3..0000000
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_2e703836f397b1f74c73c5756ced06f2.RData
+++ /dev/null
Binary files differ
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_2e703836f397b1f74c73c5756ced06f2.rdx b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_2e703836f397b1f74c73c5756ced06f2.rdx
deleted file mode 100644
index a5a1ee9..0000000
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_2e703836f397b1f74c73c5756ced06f2.rdx
+++ /dev/null
Binary files differ
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_3301430026f0abb3845c8ac8a11926c1.RData b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_3301430026f0abb3845c8ac8a11926c1.RData
new file mode 100644
index 0000000..9920823
--- /dev/null
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_3301430026f0abb3845c8ac8a11926c1.RData
Binary files differ
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_2e703836f397b1f74c73c5756ced06f2.rdb b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_3301430026f0abb3845c8ac8a11926c1.rdb
similarity index 99%
rename from inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_2e703836f397b1f74c73c5756ced06f2.rdb
rename to inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_3301430026f0abb3845c8ac8a11926c1.rdb
index 1f814b4..0ba91fd 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_2e703836f397b1f74c73c5756ced06f2.rdb
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_3301430026f0abb3845c8ac8a11926c1.rdb
Binary files differ
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_3301430026f0abb3845c8ac8a11926c1.rdx b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_3301430026f0abb3845c8ac8a11926c1.rdx
new file mode 100644
index 0000000..025c0d3
--- /dev/null
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_cache/latex/unnamed-chunk-2_3301430026f0abb3845c8ac8a11926c1.rdx
Binary files differ
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-2-1.pdf b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-2-1.pdf
index 9a50e3c..3a6b568 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-2-1.pdf
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-2-1.pdf
Binary files differ
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-4-1.pdf b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-4-1.pdf
index d6cb238..8bd7333 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-4-1.pdf
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-4-1.pdf
Binary files differ
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-5-1.pdf b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-5-1.pdf
index be03eba..57da2b8 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-5-1.pdf
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-5-1.pdf
Binary files differ
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-6-1.pdf b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-6-1.pdf
index fdc5f08..53b131f 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-6-1.pdf
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-6-1.pdf
Binary files differ
diff --git a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-7-1.pdf b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-7-1.pdf
index a95ec87..a3b458a 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-7-1.pdf
+++ b/inst/rmarkdown/templates/posterdown_memoir/skeleton/skeleton_files/figure-latex/unnamed-chunk-7-1.pdf
Binary files differ
diff --git a/inst/rmarkdown/templates/posterdown_memoir/template.yaml b/inst/rmarkdown/templates/posterdown_memoir/template.yaml
index ee3d30e..c2ebc68 100644
--- a/inst/rmarkdown/templates/posterdown_memoir/template.yaml
+++ b/inst/rmarkdown/templates/posterdown_memoir/template.yaml
@@ -1,4 +1,4 @@
-name: Posterdown Memoir Based PDF
+name: Posterdown Memoir L38 X W45 PDF
description: >
Template for creating R Markdown based PDF via Latex and Memoir
create_dir: true