Frederik Aust
Frederik Aust
Correct, this is not implemented as a YAML parameter, yet. You can, however, add LaTeX code to the preamble to do this: ~~~yaml header-includes: - \journal{Journal of Foobar} ~~~ See...
You tell me. ;) It sounds like a good idea but it would work well only with reasonably short labels. Especially higher order interactions would otherwise become unwieldy in ANOVA...
Hi Jonas, thanks for bringing that SO question to my attention. Multiple levels of column spanners are currently not supported but it would be a sensible addition. I'm not sure...
That sounds great! We are in the process of turning the output of the packages functions into S3 classes. I'll look into it as soon as I find some time!
http://tex.stackexchange.com/questions/161431/how-to-solve-longtable-is-not-in-1-column-mode-error
https://tex.stackexchange.com/questions/12672/which-tabular-packages-do-which-tasks-and-which-packages-conflict
A partial solution: ~~~tex \newenvironment{lltable} {\begin{center}\begin{ThreePartTable}} {\end{ThreePartTable}\end{center}} \makeatletter \let\oldlt\lltable \let\endoldlt\endlltable \def\lltable{\@ifnextchar[\lltable@i \lltable@ii} \def\lltable@i[#1]{\begin{landscape} \begin{figure}[tbp] \onecolumn \begin{minipage}{0.45\textwidth} \oldlt[#1] } \def\lltable@ii{\begin{landscape}\begin{figure}[tbp] \onecolumn \begin{minipage}{0.45\textwidth} \oldlt } \def\endlltable{\endoldlt \end{minipage} \twocolumn \end{figure} \end{landscape}} \makeatother ~~~
Also see: https://journals.sagepub.com/doi/full/10.1177/2515245920924686
Hey Stefan, I realize it's been a while (sorry). I just tried to reproduce the problem and it appears it has been resloved in the meantime. Is this still an...
That's odd. It did retain the markdown file for me.