word中的插入图片有文字环绕的设置,在markdown和bookdown中,有没有办法使生成的文档(gitbook, pdf,word)可以有类似的功能?
pdf? html?
tctcab 不管哪种格式,有办法吗?
https://stackoverflow.com/questions/54100806/r-markdown-how-do-i-make-text-float-around-figures
有办法 html的话 chunk option加个
out.extra='style="float:right; padding:10px"'
pdf的话看上面的答案
tctcab 非常感谢。按照建议,html和pdf两种格式都可以。再次感谢,帮助解决了我心头的大问题。