When kniting to MS Word, I sometimes need to control fonts by making some bits bigger or smaller. My approach has been to use the chunk_styled_text
from the worded
package to give me more control. So I'll put something like this in my document:
Here I have a sentence with a
r worded::chunk_styled_text("freaking big bit", size=24)
right in the middle.
Which scratches my itch:
Are there other ways of doing this with Word and rmarkdown? Are there any ways that are output format agnostic?