Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.6.3 #414

Merged
merged 4 commits into from
Mar 21, 2024
Merged

Release v3.6.3 #414

merged 4 commits into from
Mar 21, 2024

Conversation

YDX-2147483647
Copy link
Collaborator

Resolves #413

@fky2015
Copy link
Contributor

fky2015 commented Mar 18, 2024

Need rebase

@YDX-2147483647
Copy link
Collaborator Author

YDX-2147483647 commented Mar 18, 2024

make doclatexmk -xelatex bithesis.dtx)产生了bithesis.luabridge.lua。这是什么?是否要加入仓库?

local ran_ok,err=pcall(function()local ran_ok,kpse=pcall(require, "kpse")if ran_ok then kpse.set_program_name("luatex")end a
ssert(load("print(os.getenv(\"TEXMF_OUTPUT_DIRECTORY\")or\".\")"))()end)if not ran_ok then local file=io.open("./bithesis.lu
abridge.err","w")if file then file:write(err.."\n")file:close()end print('\\begingroup\\ExplSyntaxOn\\csname msg_error:nnvv\
\endcsname{luabridge}{failed-to-execute}{g_luabridge_output_dirname_str}{g_luabridge_error_output_filename_str}\\endgroup')e
nd
部分日志
(d:/ProgramFiles/texlive/2024/texmf-dist/tex/latex/fontawesome5/tufontawesomebr
ands.fd))))
(d:/ProgramFiles/texlive/2024/texmf-dist/tex/generic/dirtree/dirtree.sty
(d:/ProgramFiles/texlive/2024/texmf-dist/tex/generic/dirtree/dirtree.tex
`dirtree' v0.32, 2012/12/11 (jcc)))
(d:/ProgramFiles/texlive/2024/texmf-dist/tex/latex/metalogo/metalogo.sty
(d:/ProgramFiles/texlive/2024/texmf-dist/tex/generic/iftex/ifxetex.sty))
(d:/ProgramFiles/texlive/2024/texmf-dist/tex/latex/markdown/markdown.sty
(d:/ProgramFiles/texlive/2024/texmf-dist/tex/generic/markdown/markdown.tex
(d:/ProgramFiles/texlive/2024/texmf-dist/tex/generic/lt3luabridge/lt3luabridge.
tex) (|texlua ./bithesis.luabridge.lua)))
(d:/ProgramFiles/texlive/2024/texmf-dist/tex/latex/markdown/markdownthemewitiko
_markdown_defaults.sty

CTAN: Package lt3luabridge

2024年4月18日更新:这由 markdown 宏包引起。

Use the lt3luabridge library to determine the default value of the \markdownOptionOutputDir macro by using the environmental variable TEXMF_OUTPUT_DIRECTORY that is available since TeX Live 2024.

Witiko/markdown#405


另外我如何上传至 CTAN 呢?

@fky2015
Copy link
Contributor

fky2015 commented Mar 18, 2024

make doclatexmk -xelatex bithesis.dtx)产生了bithesis.luabridge.lua。这是什么?是否要加入仓库?

我没有遇到过,不要加入。PDF 能正常生成就行。

@fky2015
Copy link
Contributor

fky2015 commented Mar 18, 2024

看起来 CTAN 的使用方式改变了,这个我回头弄吧。我们先合入这个 MR。

@YDX-2147483647 YDX-2147483647 marked this pull request as ready for review March 19, 2024 16:05
@YDX-2147483647
Copy link
Collaborator Author

YDX-2147483647 commented Mar 19, 2024

make overleaf可能要改一下。

现在main.tex在压缩包中位于overleaf/{}/main.tex,导入后是{}/main.tex,多套一层目录,导致字数统计用不了。

虽然这明显是Overleaf的bug,但人家文档专门写了……

To ensure Overleaf features work correctly, we recommend placing the project's main.tex file in the project's top-level folder. For example, features affected include jump-to-location, word count and scripts like makeglossaries etc.

Can I choose which file is the main tex file in a project on Overleaf? - Overleaf, Online LaTeX Editor

@YDX-2147483647 YDX-2147483647 marked this pull request as draft March 19, 2024 16:28
@fky2015
Copy link
Contributor

fky2015 commented Mar 20, 2024

make overleaf可能要改一下。

现在main.tex在压缩包中位于overleaf/{}/main.tex,导入后是{}/main.tex,多套一层目录,导致字数统计用不了。

虽然这明显是Overleaf的bug,但人家文档专门写了……

To ensure Overleaf features work correctly, we recommend placing the project's main.tex file in the project's top-level folder. For example, features affected include jump-to-location, word count and scripts like makeglossaries etc.

Can I choose which file is the main tex file in a project on Overleaf? - Overleaf, Online LaTeX Editor

已经解决, rebase 即可

@YDX-2147483647 YDX-2147483647 marked this pull request as ready for review March 20, 2024 16:47
@fky2015 fky2015 added this pull request to the merge queue Mar 21, 2024
Merged via the queue into main with commit 9755093 Mar 21, 2024
3 checks passed
@fky2015 fky2015 deleted the 413-release-tracker-v3_6_3 branch March 21, 2024 05:01
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this pull request Apr 7, 2024
还更换了一张图,因为项目结构变了,现在不会嵌套文件夹。

Relates-to: BITNP#414 (comment)
Relates-to: 420a841
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this pull request Apr 7, 2024
还更换了一张图,因为项目结构变了,现在不会嵌套文件夹。

Relates-to: BITNP#414 (comment)
Relates-to: 420a841
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this pull request Apr 21, 2024
在TeX Live 2024,它会导致`bithesis.luabridge.lua`,而宏包本身似乎完全没用。

BITNP#414 (comment)
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this pull request Apr 24, 2024
在TeX Live 2024,它会导致`bithesis.luabridge.lua`,而宏包本身似乎完全没用。

BITNP#414 (comment)
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this pull request Jun 19, 2024
在TeX Live 2024,它会导致`bithesis.luabridge.lua`,而宏包本身似乎完全没用。

BITNP#414 (comment)
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this pull request Jul 11, 2024
在TeX Live 2024,它会导致`bithesis.luabridge.lua`,而宏包本身似乎完全没用。

BITNP#414 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Release Tracker] <v3.6.3>
2 participants