【发布时间】:2021-09-23 03:08:24
【问题描述】:
我有一个 Rmarkdown 文档,它编织成 PDF Text not wrapping around chart
我希望图表右侧的空白区域由文本填充,而不是所有空白区域。我尝试了以下操作,印象是 [h] 限定符将“浮动”图像,文本环绕在图像周围。但是,正如您从链接图像中看到的那样,情况并非如此。
\begin {figure}[h]
\includegraphics[width=8cm] {plot.pdf}
\end {figure}
When asked **What are the main problems at the existing Nyakitonto market?** Toilets/bathrooms were the most significant problems with 14% of respondents mentioning them. This is followed by clean water (12%), limited security (11%), vehicular accessibility (10%), health & safety (proximity to busy road) garnered 9%,garbage collection (8.5%) parking facilities for lorries (8%), lack of storage (6%), congestion (4.5%), car parking (3%), and load/offload ramp (1%).
在 RStudio Rmarkdown knit-to-PDF 文档中是否有一种简单的内置方式来包装文本以填充图表右侧或左侧的可用空白?
问候
【问题讨论】:
-
也许这个问题会有所帮助? stackoverflow.com/questions/54100806/…
标签: r latex r-markdown pdflatex