挖呀挖呀挖,我想知道啥时候出版一本书啊?
- 已编辑
Cloud2016 感谢感谢。
好像编译的时候程序已经运行了这个并报错了。
刚才我手动运行了一次
fmtutil-sys --all
,是从这里看到的这个方案。fmtutil [INFO]: log file copied to: c:/users/e20230313/appdata/roaming/tinytex/texmf-var/web2c/pdftex/pdfetex.log
fmtutil [INFO]: c:/users/e20230313/appdata/roaming/tinytex/texmf-var/web2c/pdftex/pdfetex.fmt installed.
fmtutil [INFO]: successfully rebuilt formats: 23
fmtutil [INFO]: total formats: 23
fmtutil [INFO]: exiting with status 0虽然最后是exiting with status 0,但是文档可以编译了。
然后我看到您的回复,现在再运行
tlmgr update --all --self
显示C:\WINDOWS\system32>tlmgr update --all --self
tlmgr.pl: package repository http://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet (not verified: gpg unavailable)
tlmgr.pl: no self-updates for tlmgr available
tlmgr.pl: no updates available不过总的来说,文档能编译了,虽然完全没明白这些命令的意思……非常感谢您的迅速回复~~
- 已编辑
今天想编译文档时发现报错(明明早上还好好的,上午后来就不行了)
编译tex函数
xelatex("test.tex")
可重现文档内容:
\documentclass{ctexart}
\begin{document}
$$
\frac{1}{2}
$$
\end{document}报错:
tlmgr update --all --self
tlmgr.pl: package repository http://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet (not verified: pubkey missing)
tlmgr.pl install: package already present: l3kernel
! LaTeX Error: Mismatched LaTeX support files detected.
(LaTeX) Loading 'expl3.sty' aborted!
(LaTeX)
(LaTeX) The L3 programming layer in the LaTeX format
(LaTeX) is dated 2023-05-05, but in your TeX tree the files require
(LaTeX) at least 2023-06-30.Error: LaTeX failed to compile C:/Users/e2023/Documents/test.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See test.log for more info.
尝试:
- 重新安装最新版tinytex包
- 重新安装最新编译版TinyTex。
尝试后仍同样错误。
R环境:
R version 4.2.3 (2023-03-15 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)Matrix products: default
locale:
[1] LC_COLLATE=Chinese (Simplified)China.utf8 LC_CTYPE=Chinese (Simplified)China.utf8
[3] LC_MONETARY=Chinese (Simplified)China.utf8 LC_NUMERIC=C
[5] LC_TIME=Chinese (Simplified)China.utf8attached base packages:
[1] stats graphics grDevices utils datasets methods baseother attached packages:
[1] tinytex_0.45.2loaded via a namespace (and not attached):
[1] compiler_4.2.3 tools_4.2.3 xfun_0.39搞不懂为啥,我啥也没动啊?请问各位大佬怎么解决啊。
webr的速度我真的会疯
chuxinyuan 如果是做数据分析,感觉尺寸大比颜色刷新率什么的更重要。当然我也没买过高刷屏。个人理解。我目前用的是带鱼曲面屏。
- 已编辑
CPU: AMD 7950X
内存: DDR5 32G
硬盘:1T SSD NVME.2
显卡:集显LTkongjianyang 看一遍是好的,即使记不住,起码知道,都有哪些能做到。查也可以知道个方向。免得大海捞针~~
LTkongjianyang 这是个好问题,R中的方法,有一些是因为方法分派的问题,就是即使你不记也没关系,它会根据类属性,自动进行方法分派。显得函数多。当然,也有的是相近函数,不同作用。不过吧,学编程不就是个记函数和学语法的过程嘛~~
又一个OOP系统……