cogsci2016
cogsci2016 copied to clipboard
R package for creating a reproducible CogSci submission
Changes to CSL references (based off what rticles uses) that resolve an issue with pandoc that had been resulting in a 10 being printed at the start of references
If I take it out and compile from the .tex all the margins are off. Example from knitting the template: 
RMarkdown usually allows you to modify templates with [variants](https://bookdown.org/yihui/rmarkdown/markdown-document.html#markdown-variants) or [Markdown extensions](https://bookdown.org/yihui/rmarkdown/html-document.html#markdown-extensions) like this: ``` --- title: "Habits" output: html_document: md_extensions: -autolink_bare_uris+hard_line_breaks --- ``` I tried to get this to...