Xiangdong Zeng
Xiangdong Zeng
Please consider to add Arabic and Devanagari support (in the future). One of the (open source) mono-spaced Arabic font is [Kawkab Mono](https://makkuk.com/kawkab-mono/), you may refer to it for glyph design....
```tex \documentclass{standalone} \usepackage{emoji} \begin{document} \emoji{grinning-face} \end{document} ``` Using `dvilualatex` + `dvisvgm`, we get the following SVG output: ```xml 😀 ``` It gives some warning as well: ``` processing of PostScript...
MWE: ```tex \documentclass{ctexart} \usepackage[style=gb7714-2015,url=false]{biblatex} \addbibresource{ref.bib} \begin{document} 文字\cite{wiki:xxx} \printbibliography \end{document} ``` ```bibtex % ref.bib @misc{wiki:xxx, author = "{Wikipedia contributors}", title = "Aries (album) --- {Wikipedia}{,} The Free Encyclopedia", year = "2020",...
### Discussed in https://github.com/stone-zeng/fduthesis/discussions/264 Originally posted by **RenBaixiao** July 27, 2022 长标题在目录上需要两行进行显示,使用 `\\` 进行了手动换行, 但是如此一来,页眉显示的标题也会跟着变成两行了,很不美观且编译会报警告, 请问如何修改代码使页眉的标题总是一行呢? 感谢!
本地无 TeX 发行版时,无法使用 `install-xx` 安装脚本来生成模板,所以不太方便在 Overleaf 上使用。所以临时打包了一份 zip 文件,可以自行上传到 Overleaf,并使用 TeX Live 2021 + XeLaTeX 编译: [thesis.zip](https://github.com/stone-zeng/fduthesis/files/8215343/thesis.zip) 注意这只是暂时的过渡方案,以后考虑在 ci 中提供相应的文件下载。
- [x] 同步 `l3doc` 更新,不再手动添加 `int` 和 `aux`,见 https://github.com/latex3/latex3/commit/4b803e5bf35cc10a97729062c9f9391901a6fa5b (LaTeX3 release 2017-12-05) - [x] 减小函数列表左侧边距(implementation) - [ ] 函数列表允许占据右侧文字位置(documentation) - [ ] `implementation` 之间不插入分页 索引中区分: - [x] 环境 - [...
根据 提供的文件(下载需要认证),校徽及标准色等需要更新。    
- [x] fduthesis.dtx - [x] fduthesis-opening.dtx - [ ] fduthesis-layout.dtx - [ ] fduthesis-font.dtx - [ ] fduthesis-cover.dtx - [ ] fduthesis-front.dtx - [ ] fduthesis-footnote.dtx - [ ] fduthesis-theorem.dtx...