note286 / xduts

Xidian University TeX Suite 西安电子科技大学LaTeX套装
https://www.ctan.org/pkg/xduts
LaTeX Project Public License v1.3c
699 stars 71 forks source link

缩略语对照表为空 #147

Closed lbz007 closed 1 year ago

lbz007 commented 1 year ago

我无论如何设置style/customize-los选项,缩略语页面都不能正确显示任何一条缩略语。而相对应的符号对照表却可以正确展示。我删除了所有中间文件并重新编译多次,依然没有解决。 一些相关设置如下

info / loa   = {chapters/loa.tex},
style / customize-loa = true,

我的loa.tex文件内容如下:

\begin{tabular}{lll}
缩略语 & 英文全称 & 中文对照 \\
BS  & Binary Search & 二分查找   \\
\end{tabular}
note286 commented 1 year ago

无法复现你的问题。

% chapters\loa.tex
\begin{tabular}{lll}
缩略语 & 英文全称      & 中文对照 \\
BS     & Binary Search & 二分查找 \\
\end{tabular}
% main.tex
% xelatex -synctex=-1 main
\documentclass{xdupgthesis}
\xdusetup{
info/loa={chapters/loa.tex},
style/customize-loa=true,
}
\begin{document}
\end{document}

image

lbz007 commented 1 year ago

非常抱歉。我发现这完全是我自己的问题。我使用了错误的编码格式在loa文件。现在一切正常了。 再次为我的粗心表示歉意。

note286 commented 1 year ago

没关系,问题解决了就好。