問題タブ [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.
tinytex - TinyTex を Ubuntu ベースの Docker イメージにインストールする: yihui.org の証明書を確認できません
ubuntu:20.04に基づいて、R と PDF をサポートする bookdown を使用して、Docker イメージを構築しようとしています。しかし、私は得ERROR: cannot verify yihui.org's certificate [...]
ていtinytex::install_tinytex()
ます:
yihui.orgからの証明書チェーンを検証して信頼する方法を見つける必要があります--no-check-certificate
。.
ヒントを事前にありがとう!ミハイ
r - デバッグ rmarkdown エラー 'tlmgr' が見つかりません
.rmd ファイルを使用して PDF に編み込もうとしています。それは失敗し、私が見ることを提案しました:
デバッグのヒントについては、https://yihui.org/tinytex/r/#debugging を参照してください。
2 番目のステップは を実行することですがtinytex::tlmgr_update()
、これは以下を返します。
tlmgr update --all --self
system2 のエラー ("tlmgr", args, ...): '"tlmgr"' が見つかりません
どのように進めればよいですか?