Hi, I have a list of 8 items and each one has it's own sub-list, I want to have 4 items on the left side and the other 4 on the right side to save some space. I already tried few thing but none of them work as they should.
I tried this - doesn't work, throws a error about longtable not being in 1-column mode.
And latex package "Parallel" also doesn't work as I would like to. If you put md list inside it, it remains as a normal text i.e. doesn't convert to {\LaTeX}
*A note, I'm note using R Studio, I'm using (Neo)Vim and compiling rmd by running this Rscript -e "require(rmarkdown); rmarkdown::render('file.rmd', quite=TRUE)" but as far as I know it shouldn't affect anything