我可以使用 EPUB 格式的 LaTeX 文档进行创建吗?

发布于 2024-08-02 05:59:26 字数 56 浏览 8 评论 0原文

是否可以使用 LaTeX/TeX 创建 EPUB 格式的电子书阅读器文档?可以使用哪个扩展或程序?

Is it possible to create a document for an ebook-reader in the EPUB-format with LaTeX/TeX? Which extension or program can be used?

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

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

发布评论

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

评论(5

梦巷 2024-08-09 05:59:26

Pandoc 可以直接执行此操作 -- http://johnmacfarlane.net/pandoc/ 这是一个很棒的命令行工具。

pandoc -s example4.tex -o example4.epub

Pandoc can do this directly -- http://johnmacfarlane.net/pandoc/ It's a great command-line tool.

pandoc -s example4.tex -o example4.epub

滥情哥ㄟ 2024-08-09 05:59:26

正如 @Alexey Romanov 所指出的,一种方法是从 LaTeX 转换为 XHTML,然后转换为 EPub。 ePub 标准不支持 MathML,但支持 SVG 1.1,并且数学方程和图形应该可以很好地呈现,同时保留可搜索性和缩放比例。

http://wiki.mobileread.com/wiki/SVG#General_Notes_on_SVG_Usage_in_ePUB

(请更新,如果您会找到终极工具链来轻松处理这个问题。)

As noted by @Alexey Romanov a way is to convert from LaTeX to XHTML then to EPub. The ePub standard does not support MathML, but SVG 1.1 is supported and mathematical equations and graphs should be rendered just fine while preserving searchability and scaling.

http://wiki.mobileread.com/wiki/SVG#General_Notes_on_SVG_Usage_in_ePUB

(Please update if you find the ultimate tool-chain to deal with this easily.)

昇り龍 2024-08-09 05:59:26

答案似乎是肯定的,通过一些转换器,但乳胶可能不是最好的方法。

来自 http://www.web-books.com/Publishing/epub.htm:

EPUB 格式是国际数字出版论坛推荐的标准电子书格式。它本质上是一种 ZIP 格式。如果将其扩展名“.epub”更改为“.zip”,则 EPUB 文件将成为可以解压缩的真正的 ZIP 文件。

解压后的EPUB文件可以分为三类:XHTML文档、打包文件和容器文件。

The answer looks to be Yes, via some converter, but latex probably isn't the best way.

From http://www.web-books.com/Publishing/epub.htm:

The EPUB format is a standard eBook format recommended by The International Digital Publishing Forum. It is essentially a ZIP format. If you change its extension ".epub" to ".zip", the EPUB file becomes a true ZIP file which can be unzipped.

The unzipped EPUB files may be divided into three categories: XHTML documents, packaging files and container files.

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