Custom Hex colours and more ! :smile:
diff --git a/.Rproj.user/441ADA46/persistent-state b/.Rproj.user/441ADA46/persistent-state
index f0a00bc..5c97fbe 100644
--- a/.Rproj.user/441ADA46/persistent-state
+++ b/.Rproj.user/441ADA46/persistent-state
@@ -1,6 +1,6 @@
build-last-errors="[]"
build-last-errors-base-dir="~/Documents/GitHub/posterdown/"
-build-last-outputs="[{\"output\":\"==> R CMD INSTALL --preclean --no-multiarch --with-keep.source posterdown\\n\\n\",\"type\":0},{\"output\":\"* installing to library ‘/home/thornux/R/x86_64-pc-linux-gnu-library/3.5’\\n\",\"type\":1},{\"output\":\"* installing *source* package ‘posterdown’ ...\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** R\\n\",\"type\":1},{\"output\":\"** inst\\n\",\"type\":1},{\"output\":\"** byte-compile and prepare package for lazy loading\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** help\\n\",\"type\":1},{\"output\":\"*** installing help indices\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** building package indices\\n\",\"type\":1},{\"output\":\"** testing if installed package can be loaded\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"* DONE (posterdown)\\n\",\"type\":1},{\"output\":\"\",\"type\":1}]"
+build-last-outputs="[{\"output\":\"==> R CMD INSTALL --preclean --no-multiarch --with-keep.source posterdown\\n\\n\",\"type\":0},{\"output\":\"* installing to library ‘/home/thornux/R/x86_64-pc-linux-gnu-library/3.5’\\n\",\"type\":1},{\"output\":\"* installing *source* package ‘posterdown’ ...\\n\",\"type\":1},{\"output\":\"** R\\n\",\"type\":1},{\"output\":\"** inst\\n\",\"type\":1},{\"output\":\"** byte-compile and prepare package for lazy loading\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"** help\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"*** installing help indices\\n\",\"type\":1},{\"output\":\"** building package indices\\n\",\"type\":1},{\"output\":\"** testing if installed package can be loaded\\n\",\"type\":1},{\"output\":\"\",\"type\":1},{\"output\":\"* DONE (posterdown)\\n\",\"type\":1},{\"output\":\"\",\"type\":1}]"
compile_pdf_state="{\"errors\":[],\"output\":\"\",\"running\":false,\"tab_visible\":false,\"target_file\":\"\"}"
files.monitored-path=""
find-in-files-state="{\"handle\":\"\",\"input\":\"\",\"path\":\"\",\"regex\":true,\"results\":{\"file\":[],\"line\":[],\"lineValue\":[],\"matchOff\":[],\"matchOn\":[]},\"running\":false}"
diff --git a/.Rproj.user/441ADA46/rmd-outputs b/.Rproj.user/441ADA46/rmd-outputs
index 4ef23e4..2d8d5c2 100644
--- a/.Rproj.user/441ADA46/rmd-outputs
+++ b/.Rproj.user/441ADA46/rmd-outputs
@@ -1,6 +1,5 @@
~/Documents/GitHub/posterdown/inst/rmarkdown/templates/posterdown_pdf/skeleton/skeleton.pdf
~/Documents/GitHub/posterdown/inst/rmarkdown/templates/posterdown_pdf/skeleton/skeleton.pdf
-~/Documents/GitHub/posterdown/inst/rmarkdown/templates/posterdown_pdf/skeleton/skeleton.pdf
~/Documents/GitHub/posterdown/inst/rmarkdown/templates/posterdown_pdf/skeleton/skeleton.pdf
diff --git a/.Rproj.user/441ADA46/sources/per/t/1F39924A b/.Rproj.user/441ADA46/sources/per/t/1F39924A
new file mode 100644
index 0000000..30f4a9c
--- /dev/null
+++ b/.Rproj.user/441ADA46/sources/per/t/1F39924A
@@ -0,0 +1,22 @@
+{
+ "collab_server" : "",
+ "contents" : "",
+ "created" : 1546965218481.000,
+ "dirty" : true,
+ "encoding" : "UTF-8",
+ "folds" : "",
+ "hash" : "811724386",
+ "id" : "1F39924A",
+ "lastKnownWriteTime" : 1546977308,
+ "last_content_update" : 1546977322780,
+ "path" : "~/Documents/GitHub/posterdown/inst/rmarkdown/templates/posterdown_pdf/resources/template.tex",
+ "project_path" : "inst/rmarkdown/templates/posterdown_pdf/resources/template.tex",
+ "properties" : {
+ "cursorPosition" : "85,0",
+ "scrollLine" : "78"
+ },
+ "relative_order" : 2,
+ "source_on_save" : false,
+ "source_window" : "",
+ "type" : "tex"
+}
\ No newline at end of file
diff --git a/.Rproj.user/441ADA46/sources/per/t/1F39924A-contents b/.Rproj.user/441ADA46/sources/per/t/1F39924A-contents
new file mode 100644
index 0000000..42da3c5
--- /dev/null
+++ b/.Rproj.user/441ADA46/sources/per/t/1F39924A-contents
@@ -0,0 +1,203 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% %% Posterdown PDF class for LaTeX files 08-JAN-2019
+%% %% For any information please send an e-mail to:
+%% %% brentthonre18@gmail.com (Brent Thorne)
+%% %%
+%% %% Initial class provided by:
+%% %% Brent Thorne
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\documentclass[article,$font_size$,extrafontsizes]{memoir}
+
+%utf-8 seems to be important
+\RequirePackage[utf8]{inputenc}
+\RequirePackage[T1]{fontenc}
+\RequirePackage{multicol}
+\RequirePackage{graphicx}
+\RequirePackage{blindtext}
+\RequirePackage[svgnames,table]{xcolor}
+\RequirePackage{tikz}
+\RequirePackage[framemethod=tikz]{mdframed}
+\RequirePackage{color}
+\RequirePackage{geometry}
+\RequirePackage{adjmulticol}
+
+%For kable extra package :)
+\RequirePackage{booktabs}
+\RequirePackage{longtable}
+\RequirePackage{array}
+\RequirePackage{multirow}
+\RequirePackage{wrapfig}
+\RequirePackage{float}
+\RequirePackage{colortbl}
+\RequirePackage{pdflscape}
+\RequirePackage{pagecolor}
+\RequirePackage{tabu}
+\RequirePackage{threeparttable}
+\RequirePackage{threeparttablex}
+\RequirePackage[normalem]{ulem}
+\RequirePackage{makecell}
+
+%%%%%%%%% COLOURS %%%%%%%%
+
+%Fill/ Line Colours
+\definecolor{titlebgcol}{HTML}{$title_bgcol$}
+\definecolor{columnlinecol}{HTML}{$columnline_col$}
+\definecolor{posterbgcol}{HTML}{$poster_bgcol$}
+\definecolor{posterbgcol}{HTML}{$poster_bgcol$}
+\definecolor{headerbgcol}{HTML}{$header_bgcol$}
+
+% Text Colours
+\definecolor{titletextcol}{HTML}{$title_textcol$}
+\definecolor{authortextcol}{HTML}{$author_textcol$}
+\definecolor{affiliationtextcol}{HTML}{$affiliation_textcol$}
+\definecolor{headertextcol}{HTML}{$header_textcol$}
+\definecolor{bodytextcol}{HTML}{$body_textcol$}
+\definecolor{footnotetextcol}{HTML}{$footnote_textcol$}
+\definecolor{citecol}{HTML}{$cite_col$}
+\definecolor{urlcol}{HTML}{$url_col$}
+\definecolor{linkcol}{HTML}{$link_col$}
+
+\RequirePackage{hyperref}
+\hypersetup{
+ colorlinks=true,
+ linkcolor=linkcol,
+ citecolor=citecol,
+ filecolor=magenta,
+ urlcolor=urlcol,
+}
+
+%For figure and table placement
+\RequirePackage{float}
+\floatplacement{figure}{H}
+\floatplacement{table}{H}
+
+%spacing between figure/ table and caption
+\setlength{\abovecaptionskip}{0.4in}
+\setlength{\belowcaptionskip}{0.2in}
+\captionnamefont{\footnotesize\sffamily\bfseries}
+\captiontitlefont{\footnotesize\sffamily}
+
+%define column options
+\setlength{\columnseprule}{1pt}
+\def\columnseprulecolor{\color{columnlinecol}}
+
+\setsubsubsecheadstyle{\small\color{headertextcol}\textbf}% Set \section style
+\setsecheadstyle{\small\color{headertextcol}}
+\setsecnumformat{}
+\def\sectionmark#1{\markboth{#1}{#1}}
+
+%-----------------------------------------------------
+
+\thispagestyle{empty}
+\definecolor{light-gray}{gray}{0.9}
+
+%biblatex options
+\RequirePackage[sorting=none,backend=biber]{biblatex}
+\renewcommand*{\bibfont}{\tiny}
+\bibliography{$bibliography$}
+\defbibheading{bibliography}[\bibname]{%
+\section*{#1}%
+\markboth{#1}{#1}}
+\AtBeginDocument{%
+ \renewcommand{\bibname}{References}
+}
+
+%bring in the users information
+\author{$author$}
+\title{$title$}
+\counterwithout{section}{chapter}
+\makechapterstyle{mydefault}{
+\addtocounter{secnumdepth}{2}
+\setsecheadstyle{\centering\Large\color{headertextcol}\textbf}
+\setsubsecheadstyle{\itshape}
+\setsubsubsecheadstyle{\itshape}
+}
+
+\chapterstyle{mydefault}
+
+%define column spacing
+\setlength\columnsep{1in}
+
+\setlength\parindent{1em}
+\setlength\parskip{1em}
+\setlength\hangparas{0}
+
+%spacing after section head title
+\setaftersecskip{0.3in}
+\setbeforesecskip{1in}
+\setlength\textfloatsep{0.3in}
+\setlength\floatsep{0.3in}
+\setlength\intextsep{0.3in}
+
+\setstocksize{$poster_height$}{$poster_width$}
+\settrimmedsize{\stockheight}{\stockwidth}{*}
+\settypeblocksize{$poster_height$}{$poster_width$}{*}
+\setlrmargins{*}{*}{1}
+\setulmarginsandblock{2.5cm}{*}{*}
+\setmarginnotes{0em}{0cm}{0cm}
+\setlength{\footskip}{0cm}
+\setlength{\footnotesep}{0cm}
+\setlength{\headheight}{0pt}
+\setlength{\headsep}{0pt}
+\setlength{\trimtop}{0pt}
+\setlength{\trimedge}{0pt}
+\setlength{\uppermargin}{0pt}
+\checkandfixthelayout
+
+\mdfdefinestyle{brentsmdfstyle}{%
+ backgroundcolor=titlebgcol,
+ linecolor=columnlinecol,
+ topline=false,
+ leftline=false,
+ rightline=false,
+ linewidth=2mm}
+
+%Footnote to white
+\RequirePackage{footmisc}
+\def\footnotelayout{\centering\color{footnotetextcol}}
+
+% see https://stackoverflow.com/a/47122900
+$if(highlighting-macros)$
+$highlighting-macros$
+$endif$
+
+% choose font family
+\RequirePackage{$font_family$}
+\renewcommand*\familydefault{\sfdefault}
+\newpagecolor{posterbgcol}
+
+%begin the document
+\begin{document}
+
+\begin{mdframed}[style=brentsmdfstyle]
+
+%sets footnote to be white hopefully
+\renewcommand\footnoterule{}
+\renewcommand{\thempfootnote}{\footnotesize\color{footnotetextcol}{\arabic{mpfootnote}}}
+
+% group which adds title author and other infor
+% Used instead of \maketitle for better spacing options
+\begingroup
+ \centering
+ \color{titletextcol}
+\vspace{0.5in}
+ \Huge{$title$} \\[0.3in]
+ \color{authortextcol} \Large{$author$} \\[0.2in]
+ \color{affiliationtextcol} \large{$affiliation$} \par
+ \vspace{0.2in}
+
+% end title section -------------------
+ \endgroup
+\end{mdframed}
+
+% Brgin body of poster
+\begin{adjmulticols*}{$column_numbers$}{10mm}{10mm}
+\normalsize{
+\color{bodytextcol}
+$body$
+\printbibliography
+}
+\end{adjmulticols*}
+%end the poster
+\end{document}
diff --git a/.Rproj.user/441ADA46/sources/per/t/25D73910 b/.Rproj.user/441ADA46/sources/per/t/25D73910
index 0b2c21b..77777ca 100644
--- a/.Rproj.user/441ADA46/sources/per/t/25D73910
+++ b/.Rproj.user/441ADA46/sources/per/t/25D73910
@@ -5,15 +5,15 @@
"dirty" : false,
"encoding" : "UTF-8",
"folds" : "",
- "hash" : "1024572153",
+ "hash" : "2009733320",
"id" : "25D73910",
- "lastKnownWriteTime" : 1546958791,
- "last_content_update" : 1546958791517,
+ "lastKnownWriteTime" : 1546972503,
+ "last_content_update" : 1546972503137,
"path" : "~/Documents/GitHub/posterdown/inst/rmarkdown/templates/posterdown_pdf/skeleton/skeleton.Rmd",
"project_path" : "inst/rmarkdown/templates/posterdown_pdf/skeleton/skeleton.Rmd",
"properties" : {
- "cursorPosition" : "28,3",
- "scrollLine" : "22"
+ "cursorPosition" : "29,23",
+ "scrollLine" : "16"
},
"relative_order" : 1,
"source_on_save" : false,
diff --git a/.Rproj.user/441ADA46/sources/per/t/25D73910-contents b/.Rproj.user/441ADA46/sources/per/t/25D73910-contents
index bd506d7..e74443a 100644
--- a/.Rproj.user/441ADA46/sources/per/t/25D73910-contents
+++ b/.Rproj.user/441ADA46/sources/per/t/25D73910-contents
@@ -9,19 +9,29 @@
font_family: "courier" # choose from typical latex fonts (example: "palatino")
#----COLOURS----#
-title_bgcol: "000000" #Hex colour for background of poster title section (default is blue)
-poster_bgcol: "white" #colour of the poster main background
-title_textcol: "red" #colour of title text
-header_textcol: "red" #colour of the poster header titles
-cite_col: "green" #colour of ciation elements
-url_col: "cyan" #colour of url links
-link_col: "cyan" #colour of other links within the poster
-columnline_col: "blue" #colour
-#----POSTER SIZE & COLUMN NUMBERS----#
+#Background/ Line Colours
+title_bgcol: "0b4545" #Hex colour for background of poster title section (default is blue)
+poster_bgcol: "ffffff" #colour of the poster main background
+cite_col: "CC0000" #colour of ciation elements
+url_col: "008080" #colour of url links
+link_col: "008080" #colour of other links within the poster
+columnline_col: "0b4545" #colour
+header_bgcol: "008080"
+
+#Text Colours
+title_textcol: "ffffff" #colour of title text
+author_textcol: "008080" # Colour of author text
+affiliation_textcol: "FFFFFF" # Colour of affiliation text
+body_textcol: "000000" # Colour of main text in the body of poster
+header_textcol: "CC0000" # Colour of the poster header titles
+footnote_textcol: "FFFFFF" # Colour of footnote text if used
+
+#----POSTER SIZE & COLUMN FORMATTING----#
poster_height: "38in" # height in inches of poster
poster_width: "45in" # width in inches of poster
column_numbers: 3 # Number of columns that the poster has
+column_margins: "10mm" # Margin spacing for columns
#----OTHER----#
bibliography: MyLibrary # name of the .bib file used for referencing
diff --git a/.Rproj.user/441ADA46/sources/prop/1CF65A3E b/.Rproj.user/441ADA46/sources/prop/1CF65A3E
new file mode 100644
index 0000000..02828c4
--- /dev/null
+++ b/.Rproj.user/441ADA46/sources/prop/1CF65A3E
@@ -0,0 +1,4 @@
+{
+ "cursorPosition" : "698,39",
+ "scrollLine" : "1200"
+}
\ No newline at end of file
diff --git a/.Rproj.user/441ADA46/sources/prop/60EAAA4E b/.Rproj.user/441ADA46/sources/prop/60EAAA4E
index c60513c..f5099cb 100644
--- a/.Rproj.user/441ADA46/sources/prop/60EAAA4E
+++ b/.Rproj.user/441ADA46/sources/prop/60EAAA4E
@@ -1,4 +1,4 @@
{
- "cursorPosition" : "28,3",
- "scrollLine" : "22"
+ "cursorPosition" : "29,23",
+ "scrollLine" : "16"
}
\ No newline at end of file
diff --git a/.Rproj.user/441ADA46/sources/prop/AE6C9F23 b/.Rproj.user/441ADA46/sources/prop/AE6C9F23
index 716ca65..fbfe710 100644
--- a/.Rproj.user/441ADA46/sources/prop/AE6C9F23
+++ b/.Rproj.user/441ADA46/sources/prop/AE6C9F23
@@ -1,4 +1,4 @@
{
- "cursorPosition" : "14,17",
+ "cursorPosition" : "11,100",
"scrollLine" : "4"
}
\ No newline at end of file
diff --git a/.Rproj.user/441ADA46/sources/prop/B68389EB b/.Rproj.user/441ADA46/sources/prop/B68389EB
index c14f033..692ff03 100644
--- a/.Rproj.user/441ADA46/sources/prop/B68389EB
+++ b/.Rproj.user/441ADA46/sources/prop/B68389EB
@@ -1,4 +1,4 @@
{
- "cursorPosition" : "18,20",
- "scrollLine" : "8"
+ "cursorPosition" : "85,0",
+ "scrollLine" : "78"
}
\ No newline at end of file
diff --git a/.Rproj.user/441ADA46/sources/prop/INDEX b/.Rproj.user/441ADA46/sources/prop/INDEX
index ea84282..98f1583 100644
--- a/.Rproj.user/441ADA46/sources/prop/INDEX
+++ b/.Rproj.user/441ADA46/sources/prop/INDEX
@@ -15,6 +15,7 @@
~%2FDocuments%2FGitHub%2Fposterdown%2Finst%2Frmarkdown%2Ftemplates%2Fposterdown_memoir%2Ftemplate.yaml="C0564A5B"
~%2FDocuments%2FGitHub%2Fposterdown%2Finst%2Frmarkdown%2Ftemplates%2Fposterdown_pdf%2Fresources%2Ftemplate.tex="B68389EB"
~%2FDocuments%2FGitHub%2Fposterdown%2Finst%2Frmarkdown%2Ftemplates%2Fposterdown_pdf%2Fskeleton%2Fskeleton.Rmd="60EAAA4E"
+~%2FDocuments%2FGitHub%2Fposterdown%2Finst%2Frmarkdown%2Ftemplates%2Fposterdown_pdf%2Fskeleton%2Fskeleton.log="1CF65A3E"
~%2FDocuments%2FGitHub%2Fposterdown%2Finst%2Frmarkdown%2Ftemplates%2Fposterdown_pdf%2Ftemplate.yaml="30D43C1A"
~%2FDocuments%2FGitHub%2Fposterdown%2Fman%2Fposterdown.Rd="3F353B4B"
~%2FDocuments%2FGitHub%2Fposterdown%2Fman%2Fposterdown_pdf.Rd="358A3C65"
diff --git a/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/441ADA464B626F8E/chunks.json b/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/441ADA464B626F8E/chunks.json
new file mode 100644
index 0000000..6a82d02
--- /dev/null
+++ b/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/441ADA464B626F8E/chunks.json
@@ -0,0 +1 @@
+{"chunk_definitions":[],"chunk_rendered_width":700,"doc_write_time":1546971543}
\ No newline at end of file
diff --git a/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/441ADA466D81F74C/chunks.json b/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/441ADA466D81F74C/chunks.json
new file mode 100644
index 0000000..7ef4642
--- /dev/null
+++ b/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/441ADA466D81F74C/chunks.json
@@ -0,0 +1 @@
+{"chunk_definitions":[],"doc_write_time":1546972240}
\ No newline at end of file
diff --git a/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/s/c7w8u24vujzhr/000008.csv b/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/s/c7w8u24vujzhr/000008.csv
deleted file mode 100644
index d226aa8..0000000
--- a/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/s/c7w8u24vujzhr/000008.csv
+++ /dev/null
@@ -1 +0,0 @@
-"0","plot(iris$Sepal.Length,iris$Sepal.Width, pch = 19)"
diff --git a/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/s/c7w8u24vujzhr/000009.metadata b/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/s/c7w8u24vujzhr/000009.metadata
deleted file mode 100644
index 6698a3c..0000000
--- a/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/s/c7w8u24vujzhr/000009.metadata
+++ /dev/null
@@ -1 +0,0 @@
-{"conditions":[],"height":2.781211372064277,"size_behavior":1,"width":4.500000000000000}
\ No newline at end of file
diff --git a/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/s/c7w8u24vujzhr/000009.png b/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/s/c7w8u24vujzhr/000009.png
deleted file mode 100644
index 8b27212..0000000
--- a/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/s/c7w8u24vujzhr/000009.png
+++ /dev/null
Binary files differ
diff --git a/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/s/chunks.json b/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/s/chunks.json
index d40080d..7ef4642 100644
--- a/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/s/chunks.json
+++ b/.Rproj.user/shared/notebooks/A381DD33-skeleton/1/s/chunks.json
@@ -1 +1 @@
-{"chunk_definitions":[{"chunk_id":"c7w8u24vujzhr","chunk_label":"unnamed-chunk-2","document_id":"25D73910","expansion_state":0,"options":{"cache":true,"engine":"r","fig.cap":"Here is an example of a firgure using the iris dataset and ggplot2","fig.width":4.500000000000000,"label":"unnamed-chunk-4","out.width":"100%"},"row":52,"row_count":1,"visible":true}],"doc_write_time":1546954165}
\ No newline at end of file
+{"chunk_definitions":[],"doc_write_time":1546972240}
\ No newline at end of file