embedfile

LaTeX 中的嵌入文件、按钮和视频
embedfile

LaTeX 中的嵌入文件、按钮和视频

我的 LaTeX 文章里有一个视频,但我主要遇到两个问题: 这是一个音乐视频,我想在视频播放时浏览文档,每次我更改页面时视频都会停止, 我想添加一个可以播放/暂停视频的按钮和第二个可以跳到第 1 分钟的按钮。 我尝试了一下并得到了这个结果: \embedfile{video_controls.js} % Inserisce il file JavaScript nel PDF \boxed{ \includemedia[ label=myvideo, activate=pageopen, width=6cm,height=4cm, add...

Admin

embedall 包的问题
embedfile

embedall 包的问题

我一直在尝试使用 latex 的 embedall 包,但在 overleaf 中我得到了...... 包嵌入文件错误:未找到文件“output.tex”。 这个的 MWE 是... \documentclass{article} \usepackage{embedall} \begin{document} hello \end{document} 在我的本地机器上,我正在使用 emacs org 模式并使用...... \usepackage[main,include]{embedall} \IfFileExists{./\jobname.or...

Admin

使用 LuaTeX 和 hyperref 嵌入文件并设置 AFRelationship
embedfile

使用 LuaTeX 和 hyperref 嵌入文件并设置 AFRelationship

我想将文件嵌入到 pdf 中。我需要 PDF 中的 /AFRelationship 条目,因为这是 PDF/A 强制要求的。下面的最小示例适用于 pdfTeX。当hyperref禁用时,它也适用于 LuaTeX。但是它不适用于 hyperref 和 LuaTeX。 平均能量损失 \documentclass{article} \usepackage{embedfile} \usepackage{hyperref} \embedfile[afrelationship={/Source}]{\jobname.tex} \begin{document} Te...

Admin

修补 `\includegraphics` 以调用 `\embedfile`
embedfile

修补 `\includegraphics` 以调用 `\embedfile`

我想制作一个包,自动将所有必要的*)源文件附加到输出 PDF。我从embedfile、filehook和currfile包开始,然后放入 \embedfile\currfilename \AtBeginOfInputs{\embedfile\currfilename} \AtBeginOfIncludes{\embedfile\currfilename} 在序言中。到目前为止,一切都很简单。 下一步是在调用时附加图像文件\includegraphics。我的第一次尝试与中的解决方案类似embedall: \LetLtxMacro\embedall@...

Admin

无法打开嵌入的 PDF
embedfile

无法打开嵌入的 PDF

我在 Fedora 29 中使用 TexStudio。这段代码似乎编译正确,但如果我单击超链接,嵌入的 pdf 不会打开…… \documentclass{article} \usepackage{embedfile} \usepackage{hypgotoe} \embedfile{myfile.pdf} \begin{document} \href{gotoe:embedded=myfile.pdf}{description} \end{document} 似乎有类似的问题,解决方案是它“依赖于 PDF 查看器”。这对我没有多大帮助。我无法在我的发...

Admin

嵌入文件的 PDF/A-3u 缺少 /AF 条目和 /AFRelationship 条目
embedfile

嵌入文件的 PDF/A-3u 缺少 /AF 条目和 /AFRelationship 条目

我有以下数据文件data.txt: Testdata 以及以下 LaTeX 代码test2.tex: \documentclass{article} \usepackage[a-3u]{pdfx} \usepackage{embedfile} \newcommand{\datafile}[2]{\embedfile[filespec={#2},ucfilespec={#2},filesystem=URL,mimetype=application/octet-stream,desc={#2},stringmethod=escape]{#1#2}} ...

Admin

在 \embedfile 中使用 \StrSubstitute 不起作用
embedfile

在 \embedfile 中使用 \StrSubstitute 不起作用

我正在使用以下代码: \usepackage{xstring} \usepackage{embedfile} %\newcommand{\underscorefix}[1]{\StrSubstitute{#1}{_}{\_}} <-- not working \newcommand{\underscorefix}[1]{#1} \embedfile[filespec=name_1.dat,ucfilespec={\underscorefix{name_1.dat}},mimetype=application/octet-stream]{source...

Admin

将非 PDF 文件(例如 BibTex)嵌入 PDF 中,并在 PDF 中添加超链接
embedfile

将非 PDF 文件(例如 BibTex)嵌入 PDF 中,并在 PDF 中添加超链接

这个问题导致了一个新的方案的出现: intopdf 目的 我想要实现以下目标: 嵌入paper.bibPDF paper.bib应该使用与 mimetype 关联的操作系统工具打开application/x-bibtex 已paper.bib在 Acrobat Reader 的附件部分列出 附件部分应有适当的描述 已paper.bib在 PDF 中的“\EmbedFiles”中列出(可使用 Acrobat Pro 检查) 已paper.bib在书签部分列出 paper.bibPDF 中有一个有效链接 在印刷版中也显示链...

Admin

如何使用 embedfile 包和 pdflatex 嵌入整个源文件树?
embedfile

如何使用 embedfile 包和 pdflatex 嵌入整个源文件树?

该包中的哪些命令embedfile会将整个源文件树嵌入到 pdfLateX 的输出中? 我所拥有的树的类型非常简化,如下所示,其中 (d) 表示目录: mainsourefile.tex / | \ preamble (d) main (d) one.bib,two.bib biblatex.cfg, ... / | \ chap1 (...

Admin

我设法将视频添加到 media9 中。我可以创建链接来保存文件吗?
embedfile

我设法将视频添加到 media9 中。我可以创建链接来保存文件吗?

我需要将视频显示为 media9 对象,但在其下方显示一个可供用户保存文件的链接。 我设法使用以下脚本创建了一个视频播放器: \pdfminorversion=5 \pdfcompresslevel=9 \pdfobjcompresslevel=2 \documentclass[11pt,a4paper]{article} \usepackage[english]{babel} \usepackage{fancyhdr} \usepackage{graphicx} \usepackage[utf8]{inputenc} \usepackage[T1]...

Admin

附加不同名称的文件
embedfile

附加不同名称的文件

我想像或\attachfile一样将文件附加到 PDF 文档\textattachfile,但我希望重命名附加的文件。据我所知,attachfile和软件包attachfile2不提供此功能。 使用这些包embedfile,navigator我可以嵌入文件并选择新名称进行存储。但我希望像上面\attachfile那样在文本中添加注释。是否有两者的有效组合或一些原始 PDF 向导来访问嵌入的文件? 以下是 MWE: \begin{filecontents*}{foo.bar} \documentclass{article} \begin{document...

Admin

将 IEEE 文章嵌入到一个带有书签的 PDF 文件中
embedfile

将 IEEE 文章嵌入到一个带有书签的 PDF 文件中

大家早上好。 我的问题可能很简单,经验丰富的人很快就能回答。我想将多篇IEEEtran文章嵌入到一个 PDF 文件中 — 也就是将同一篇文章以不同的语言嵌入多次 — 我希望它有书签,以便从一篇文章导航到另一篇使用另一种语言的文章。例如: \documentclass{IEEEtran} \title{English} \autor{doe} \begin{document} \section{1} Thing. \section{2} More thing. \subsection{Crap 3} More thingy thing. \end{docu...

Admin

有没有办法从 PDF 文件中嵌入 LaTeX 源代码
embedfile

有没有办法从 PDF 文件中嵌入 LaTeX 源代码

我想将 PDF 文件转换为 tex 文件。我有从互联网上获取的 PDF 文件,其中有很多数学知识,所以我想将 PDF 文件转换为 tex 文件。我在这些论坛中进行了研究,以下链接可能与此相关,但我无法清楚地理解。 有没有办法将 LaTeX 源代码嵌入 PDF 文件? 嵌入文件的嵌入链接 请教我有什么办法,或者教我如何使用。 谢谢。 1 月 3 日我添加了。我想要的是 OCR,而不是嵌入的。我想要 pdf 或图像将文本单词检测为 tex。 ...

Admin

使用纯 TeX(pdfTeX)附加文件
embedfile

使用纯 TeX(pdfTeX)附加文件

我目前正在使用纯 TeX 编写文档,并希望能够将其他相关文件附加到生成的 pdf 中。我过去曾使用过 attachmentfile、attachfile2 和 embedfile 包(成功)来实现此目的(在 LaTeX 中)。 虽然我可以恢复使用 LaTeX,但我更愿意定义一个适合在纯 TeX 中使用的宏。我已经阅读了 pdf 规范的相关部分以及 pdfTeX 用户手册,但我尚未能够创建实现此目的的宏。 我将非常感激任何想法和/或帮助。 编辑1:参考文献 相关参考文献链接如下: Adobe PDF 参考文档(目前可从http://www.ad...

Admin

PDF 组合导航器
embedfile

PDF 组合导航器

使用嵌入文件软件包可以使用 pdfLaTeX 创建 pdf 作品集/合集。pdf 规范描述了自定义“导航员”为pdf文件包中的文件创建一个令人愉悦的界面。 是否有可能下载或者创建自定义.nav文件并直接从 LaTeX 或使用 Acrobat 完整版以外的工具嵌入? 编辑:导航器的描述可以在 ISO 32000 的补充中找到这里。 ...

Admin