使用 Sweave 或其他 LaTeX(例如 R 友好的 PDF 生成器)进行主题化

发布于 2024-09-28 02:32:44 字数 181 浏览 7 评论 0原文

有没有办法为 sweave 文档生成主题?我每月生成许多报告,其中使用 R 生成文本、表格和图像。但现在我陷入了将这些信息复制并粘贴到 MS Publisher 中的困境,将文本放入我们有图形设计师为我们制作的主题文档中。

我想做的是复制设计,并摆脱复制粘贴的需要。

Sweave 可以做到这一点吗?或者其他工具?

Is there a way to generate a theme for sweave documents? I have a number of reports that I generate monthly, where I use R to generate the text, tables and images. But now I'm stuck in the rut of copying and pasting this information into MS Publisher placing the text in a themed document that we had a graphic designer make for us.

What I'd like to do is replicate the design, and get rid of the need to copy paste.

Is this possible with Sweave? Or another tool?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不及他 2024-10-05 02:32:44

您有 3 个选择:

正如 Roman 所说,您可以创建一个 .sty 文件来复制 Latex 输出中的主题。

您还可以修改 R2wd 包以使其与出版商。 (这可能很重要。)

“第三种方法”是使用 R2HTML< /a> 将您的内容输出为网页,然后将该 HTML 文件导入到 Publisher 中。

You have 3 choices:

As Roman says, you can create a .sty file to replicate the theme in your Latex output.

You could also tinker with the R2wd package to make it work with Publisher. (This is likely nontrivial.)

The 'third way' is to use R2HTML to output your content as a web page, then import that HTML file into Publisher.

谁的新欢旧爱 2024-10-05 02:32:44

或者,您可以尝试 odfweave 它允许您创建一个 < a href="http://www.documentfoundation.org/download/" rel="nofollow">Libre Office(nee Open Office).odf 文档,其中包含 R 代码、表格和图表,与 Sweave 类似。它们有一些区别,在某些方面,因为您可以在 GUI 中编辑 odf 文档,所以对于业余爱好者来说更容易做到。

Libre Office/Open Office 还允许您将生成的 odf 文档保存为 Word 文档(或许多其他格式)。

Or, you could try odfweave which allows you to create an Libre Office (nee Open Office) .odf document with R code, tables and graphs in a similar way to Sweave. Their are a few difference, and in some ways because you can edit odf documents in a gui then it's easier to do for amateurs.

Libre Office/Open Office also allows you to save the resulting odf document as a word document (or many other formats).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文