Could you please share your experiences?
While these can all be addressed through styling, you'll end up doing a lot of this styling yourself. Most people use Word or LaTex because they can start with an existing template from an earlier student, or ones provided by your institution.
The formatting details are tricky enough that some universities provide, for example, weekly free walk-in group sessions - https://gradschool.wsu.edu/pdi/submitting-thesis-dissertatio... . The people who provide the help are more likely to be able to help with Word and LaTeX problems than a less common system.
The authors of R Markdown/Bookdown are working on a newer tool, Quarto[3].
[0] https://github.com/ismayc/thesisdown [1] https://bookdown.org/ [2] https://rmarkdown.rstudio.com/ [3] https://quarto.org/
Advantages:
- It's the fastest environment for me to type mathematical manuscripts.
- If you are familiar with LaTeX, you can backlash your way in immediately.
- If you are familiar with Word, you can use the dropdowns as you would use the Equation editor.
- The typesetting is great.
- It has great LaTeX export (there are a few things to clean up, but that time is in the single percent digits compared to the time savings).
- It has .bib support for citations.
(Working with exported LaTeX code seems ugly, because of the pretty-printing though)
Disadvantages:
- It crashes. Nowadays much less, but that's still a hassle. Splitting your work in multiple files helps (especially for a PhD-sized document).
- Five years ago, it was difficult for me to figure out how to use macros, customize the layout, so I mostly gave up. If you have to automate a lot of custom type-setting, LaTeX is probably still king. I haven't skimmed through the new book, I would do it if you plan to use TeXmacs: https://www.scypress.com/book_info.html
- Fiddling with bibliography formatting wasn't fun, it is not fun either with LaTeX, but LaTeX often has a StackOverflow answer for you.
I'd give it a try, absolutely. You'll need to decide pretty quickly if you want your workflow to go TeXmacs->LaTeX->PDF or TeXmacs->PDF.
In the first case, you'll process the pain points in LaTeX, but there'll be people around you to help you.
In the second case, you'll have to dig into TeXmacs styles if the default options do not suit you.
I also use TeXmacs to prepare slides, because that's the most efficient workflow I have. Though I have to route my intent around the software limitations, I find it quite worth it.
You can add custom Latex templates (https://docs.zettlr.com/de/academic/custom-templates/) and then compile to PDF. I'm also using Zotero as my citation engine that is supported natively by Zettlr.
Can only recommend it.
I had a friend that tried to do it entirely in Rmarkdown and it seemed to work well until they had to format it for submission and nearly had a nervous breakdown. It's a stressful time and I'm not sure I'd want that uncertainty.
I use org-mode all the time, I don't even know why it didn't occur to me when writing my PhD dissertation.