问题标签 [tinytex]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
r - 渲染 rmarkdown 文档时保留辅助 TeX 文件
我正在渲染两个文档,它们相互交叉引用项目。为此,我正在使用 LaTeX 包zref
。
为了zref
工作,它需要*.aux
调用时创建的文件的文件pdflatex
。
不幸的是,使用 RStudio 及其渲染文档的基本方法(编织按钮、Cmd+Shift+K 或rmarkdown::render()
)这些文件将在编译成功后被删除。
取消选中全局选项工具 -> 全局选项 -> Sweave -> 编译后清理辅助输出没有帮助。
我知道解决这个问题的两种选择:
在呈现 pdf 后手动编译 tex 文件。
编写一个执行此操作的生成文件。
但是还有其他我不知道的选择吗?
r - 为 tint 包安装缺少的 *.sty
我已经安装了该软件包,并且在 R (v3.5.3) 中tint_0.1.1
也有一个工作版本。tinytex_0.11
我正在尝试从 RStudio (v1.1.383) 中的文件 > 新文件 > RMarkdown > 从模板菜单中使用提供的模板 - (Tint is not Tufte (PDF))。
当我尝试编译模板(使用“编织”按钮)时,我收到以下错误消息:
tlmgr search --file --global "/roboto.sty" TeX Live 2018 被永久冻结,将不再更新。发生这种情况是为了准备新版本。
如果您有兴趣帮助预测试新版本(当预测试可用时),请阅读http://tug.org/texlive/pretest.html。否则,请稍等,新版本将在适当的时候准备好。正在尝试自动安装缺少的 LaTeX 包... tlmgr install roboto TeX Live 2018 被永久冻结,将不再更新。发生这种情况是为了准备新版本。
如果您有兴趣帮助预测试新版本(当预测试可用时),请阅读http://tug.org/texlive/pretest.html。否则,请稍等,新版本将在适当的时候准备好。
tlmgr.pl:包存储库http://mirror.ox.ac.uk/sites/ctan.org/systems/texlive/tlnet(未验证:gpg 不可用)
tlmgr 本身需要更新。请通过 tlmgr update --self 或获取 Unix-ish 系统的最新更新程序来执行此操作:http://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh 和 /或 Windows 系统: http: //mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.exe
然后像往常一样继续进行其他更新。
tlmgr.pl:终止;请看上面的警告!tlmgr search --file --global "/roboto.sty" TeX Live 2018 被永久冻结,将不再更新。发生这种情况是为了准备新版本。
如果您有兴趣帮助预测试新版本(当预测试可用时),请阅读http://tug.org/texlive/pretest.html。否则,请稍等,新版本将在适当的时候准备好。!LaTeX 错误:找不到文件“roboto.sty”。
!紧急停止。
错误:无法编译 tint.test2.tex。调试技巧见https://yihui.name/tinytex/r/#debugging。有关更多信息,请参阅 tint.test2.log。执行停止
我曾尝试使用某些tinytex
功能(例如parse_packages(), tlmgr_install and tlmgr_search()
)来解决此问题,roboto.sty
但无济于事。非常感谢您的建议、帮助和指点。
r - bookdownplus:dnd 模板错误!未定义的控制序列。l.61 \超目标
我正在使用bookdownplus
R
带有dnd
模板的包。我使用了以下代码。
当我编译文档时,它会抛出错误:
解决问题的任何提示。谢谢
会话信息
已编辑
使用@Maurits Evers 的建议,我使用on更新了 TinyTex。我仍然收到错误:`!未定义的控制序列。l.61 \hypertarget {chapter-1-bookdownplus}{%wget -qO- "https://yihui.name/gh/tinytex/tools/install-unx.sh" | sh
Ubuntu 18.04 LTS
错误:无法编译 dnd.tex。有关调试提示,请参阅https: //yihui.name/tinytex/r/#debugging。` 任何想法。
错误报告
错误报告tinytex和bookdownplus。
r - tinytex in r:tex live 2019 更新后找不到 600 的字体 fplmri,如何解决?
我正在使用 R markdown 和 tinytex 来写我的论文。我使用的一些模板已经使用了这个mathpazo
包。Tex Live 2019更新后,我电脑上的tinytex无法使用mathpazo
:它查找"/fplmri[.](tfm|afm|mf|otf)"
,然后安装mathpazo
,发现mathpazo
已经安装,"/fplmri[.](tfm|afm|mf|otf)"
再次查找,找不到它,然后停止。每当使用 mathpazo 包并编写数学符号时,就会出现此问题。
我试图将本地的 mathpazo 与在线索引进行比较,本地副本对我来说似乎是完整的。我试图删除 mathpazo 并使用 tinytex 重新安装它。那也没有用。我尝试使用lualatex
andxelatex
而不是pdfTeX
. 他们没有帮助/
这是我写的最小样本。除了我添加了 mathpazo 并写了一个数学符号之外,基本上什么都没有......
(我在下面的示例中省略了一个反引号,因为 StackOverflow 使用反引号来决定代码块中的哪些行。我不知道如何为设置块保留反引号,它仍然看起来不错)
错误信息如下
日志文件的最后几行显示
有什么我可以解决的吗?
bookdown - 无法打开 https://yihui.name/tinytex/ 及相关页面
在过去的 6 个月里,在莫斯科(俄罗斯)访问https://yihui.name/tinytex/网站变得非常困难,而且在过去的几天里是不可能的。我不知道它为什么被阻止,但只能使用 VPN 访问它。这个问题不允许我安装 Tinytex,因此我不能使用 bookdown 包。
例如,如果我尝试安装 tinytex,则会收到以下错误:
tinytex::install_tinytex()
会话信息报告如下:
因此,我有这两个问题:
1) 我可以不通过网站 yihui.name/tinytex 安装 tinytex 吗?
2)或者,是否可以在安装 tinytex 期间告诉 Rstudio Desktop 使用 VPN 连接到 yihui.name/tinytex ?
谢谢。
r - Rmarkdown 不适用于 raleway 乳胶包
我无法使用此标头编织文件:
我在使用tinytex
分发时遇到错误。
输出xfun::session_info('rmarkdown')
:
删除\usepackage[default]{raleway}
一切正常。任何建议都会受到欢迎。
r - 如何从 R 中的本地 zip 文件安装 tinytex
我刚刚tinxytex
在 R 中安装了这个包
install.packages('tinytex')
我想运行以下代码来安装实际的TinyTeX
tinytex::install_tinytex()
这会导致以下错误:(因为我在代理后面等)
在 download.file(url, output, ..., method = method) 中:无法打开 URL ' http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip':HTTP状态为 '403禁止'```
作为一种解决方法,我install-tl.zip
在浏览器中下载了该文件,并想知道在运行时是否有办法tinytex::install_tinytex()
指向该.zip
文件?
例如:
tinytex::install_tinytex(repository = "\\Downloads\\")
但是,这会导致以下错误:
在 download.file(url, output, ..., method = method) : URL ' http://Downloads/install-tl.zip ': 状态是 'URL 使用错误/非法格式或缺少 URL
环境
R 3.5.3
pdf - 编织到 pdf 时出现 YAML 问题
我有一篇用 rnotebook 写的论文,我想把它编成 pdf。这是它的开始,包括 YAML:
我已经安装了 tinytex,并且已经安装了 miktex 和 pandoc。我试图在 RStudio 中使用“knit to pdf”命令,但它给了我这个错误,我不知道该怎么做
r - Blogdown fails rendering page as tikzmark library is not found
I am using latest version of blogdown
and tinytex
to render a page containing this snippet:
Where header.tex
is:
When I run blogdown::build_site()
, I get this error:
Quitting from lines 184-195 (mypost.Rmd) Error: Failed to compile tikz1137adfc9b89.tex. See https://yihui.name/tinytex/r/#debugging for debugging tips. See tikz1137adfc9b89.log for more info. Execution halted Error in render_page(f) : Failed to render 'content/mypost.Rmd'
file tikz1137adfc9b89.tex
is (the last lines showing the error):
I am on Mac, on Windows this works :(