Frederik Aust

Results 226 comments of Frederik Aust

Hi Guido, thanks for reaching out about this. I'm not sure I understand the problem, yet. I have previously created separate documents as online supplements by using papaja documents with...

Thanks for the additional information. I guess my question is, why are you using the appendix approach rather than creating a second independent (`papaja`) R Markdown file to write up...

I see, that makes sense. I don't think the `bookdown` syntax for cross-referencing would work with an independent document. I'll look into this next chance I get, but I don't...

Gotcha. Try adding the following at the start of the appendix file: ~~~latex \renewcommand{\appendixname}{Supplementary Material} \renewcommand{\thefigure}{SI\arabic{figure}} \setcounter{figure}{0} \renewcommand{\thetable}{SI\arabic{table}} \setcounter{table}{0} \renewcommand{\theequation}{SI\arabic{table}} \setcounter{equation}{0} ~~~ To also reset page numbering add `\setcounter{page}{1}`. If...

Also, if you have multiple supplementary material documents and or additional appendices you can also reset the numbering of appendices. For example, if you want appendices first, numbered from A-Z...

(1) Not sure, why this is not working for you. If I add use `appendix: appendix.Rmd` in the YAML front matter and add `\renewcommand{\appendixname}{Supplementary Material}` at the top of `appendix.Rmd`...

Thanks for posting your partial solution here. I need to think a little more about whether I want to create a separate template for CJK papers. Maybe there is another...

Hi Dominik, thanks for the documentation of your attempts. I have not had time to add this feature and I'm afraid it will be a little while until I get...

Hi Matt, the site looks awesome. I need to take a closer look at just how you did that. Regarding your question: Interesting, it's not obvious to me why this...

Hi Willem, sorry for taking so long to get back to you. I think we can disagree about what the best way to report statistics is (personally, I prefer R...