-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
是否考虑增加 LuaLaTeX 支持 #771
Comments
LuaLaTeX 的优点在于,可以很方便地使用 tikz-feynman 画费曼图 |
主要困难在于本科生和博后报告的封面需要下划线,其中使用了 |
另外插图最好还是编译成 pdf 再插入论文中,每次都用 Lua 编译就太费时间了。 |
性能不是问题,把插图另外编译这种操作实在是太麻烦了,希望能有 LuaLaTeX 这个可能性。 |
那我试一下吧。 @Berrysoft 另外你是本科生还是研究生?后者的论文不需要下划线,改起来应该相对简单一些。 |
我已经是研究生啦,不过这个模板肯定还是要为本科生服务的吧,莫非只给研究生加 Lua 支持? |
ed67031 初步实现了 LuaTeX 的支持,不过还有几个地方不够理想。
|
用 |
@tanukihee 模板中有部分需要使用中文字体的是用户录入的日期,保存在 Line 4801 in d1cc25d
|
\documentclass[]{ctexart}
\usepackage{lua-visual-debug}
\begin{document}
\ltjjachar`2\kern-.5\zw\ltjjachar`0\kern-.5\zw\ltjjachar`*\kern-.5\zw\ltjjachar`*\kern-.5\zw 年\ltjjachar`*\kern-.5\zw\ltjjachar`*\kern-.5\zw 月\ltjjachar`*\kern-.5\zw\ltjjachar`*\kern-.5\zw 日
20**年**月**日
\end{document} 用到了一些肮脏的 workaround,因为 |
啊这…… |
e01e54a 基本解决了上面的问题。 |
CTeX 在 LuaLaTeX 使用 luatexja 提供相关支持,不清楚 xeCJK 的相关代码能不能比较容易地 port 过去?看起来不是很多?
The text was updated successfully, but these errors were encountered: