Matt Crump
Matt Crump
pagedown is pretty neat, but doesn't look like it is well supported by all browsers (doesn't work at all for me in Safari, but does on Chrome). Adding an html...
Wow, hadn't heard of distill, looks pretty great
Doing some typesetting in jou mode right now. Full width figures across both columns will overlap with text. Solution: add `out.width="\\textwidth"` and `fig.env="figure*"` to knitr chunk
Another issue in jou mode is long author lists run across the top of the page with no line break (if the list is too long is just runs off...
No worries, keep up the fantastic work! I ended up putting things like journal and full citation info into the author note, fine for now. Another little tid-bit to consider...
Good question, unfortunately right now I'm not sure. I've been trying to reproduce the problem. For example, I created a new R project, then opened a new papaja template and...
Here's a work around. You can add a leftheader property into the yaml and give it any names you want: ``` leftheader : "first author et al." ``` I noticed...
Thanks, website + .pdf seems like a fun way to share a reproducible manuscript. I just tried what you did, putting `_site.yml` in a directory with the papaja template, and...
I'm assuming this enhancement is for adding journal name, and also, year, volume etc? I'm trying to do this right now to make a pre-print of a published manuscript in...
Awesome, thanks for that, didn't get that far...very helpful!