-
按照readme的说法,运行 xetex xduts.ins
l3build doc 就可以获得相关说明的文档 > xetex xduts.ins
This is XeTeX, Version 3.141592653-2.6-0.999994 (TeX Live 2022) (preloaded format=xetex)
restricted \write18 enabled.
entering extended mode
(./xduts.ins
(d:/Common software/TaxLive/texlive/2021/texmf-dist/tex/generic/ctex/ctxdocstri
p.tex
(d:/Common software/TaxLive/texlive/2021/texmf-dist/tex/latex/l3kernel/l3docstr
ip.tex
(d:/Common software/TaxLive/texlive/2021/texmf-dist/tex/latex/base/docstrip.tex
Utility: `docstrip' v2.6b <2022-09-03>
English documentation <2022-09-03>
**********************************************************
* This program converts documented macro-files into fast *
* loadable files by stripping off (nearly) all comments! *
**********************************************************
********************************************************
* No Configuration file found, using default settings. *
********************************************************
)))
Generating file(s) xdufont.sty xduugtp.cls xduugthesis.cls xdupgthesis.cls
Processing file xduts.dtx (sty,xdufont) -> xdufont.sty
(class,tp,xduugtp) -> xduugtp.cls
(class,thesis,xduugthesis) -> xduugthesis.cls
(class,thesis,xdupgthesis) -> xdupgthesis.cls
Lines processed: 8063
Comments removed: 4371
Comments passed: 0
Codelines passed: 3564
)
No pages of output.
Transcript written on xduts.log. > l3build doc
...on software\TaxLive\texlive\2021\bin\win32\runscript.tlu:935: ...xlive/2021/texmf-dist/scripts/l3build/l3build-unpack.lua:87: attempt to index a nil value 文件目录下并没有说明文档 > tree
文件夹 PATH 列表
卷序列号为 0B0C-1270
D:.
├─.github
└─build
├─local
└─unpacked
> ls
目录: D:\User\Desktop\xduts-main
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 2023/02/23 14:32 .github
d----- 2023/02/26 16:55 build
------ 2023/02/23 14:32 218 .gitignore
------ 2023/02/23 14:32 145 build.lua
------ 2023/02/23 14:32 19039 LICENSE
------ 2023/02/23 14:32 3668 README.md
-a---- 2023/02/26 16:54 17485 xdufont.sty
------ 2023/02/23 14:32 881135 xdulogo.pdf
-a---- 2023/02/26 16:54 97468 xdupgthesis.cls
------ 2023/02/23 14:32 284339 xduts.dtx
------ 2023/02/23 14:32 1188 xduts.ins
-a---- 2023/02/26 16:54 2206 xduts.log
-a---- 2023/02/26 16:54 58678 xduugthesis.cls
-a---- 2023/02/26 16:54 36747 xduugtp.cls 请问是哪里操作的有问题吗,本来是2021版本的texlive,升级到2022版本依然是这样 |
Beta Was this translation helpful? Give feedback.
Answered by
note286
Feb 26, 2023
Replies: 1 comment
-
我这边用TeX Live 2021/2022/2023都测试了,没有任何问题,都可以编译出文档。 或者你直接 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vbozhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我这边用TeX Live 2021/2022/2023都测试了,没有任何问题,都可以编译出文档。
或者你直接
tlmgr update --all --self
也行,CTAN上面也是最新的,没必要非要手动编译。