在撰写论文的过程中,我使用小写字母来表示专有名词、缩写和定义。我认为它们是论文的核心。
我知道有可能在文档编码末尾做一个索引,\index{word}
正如在https://en.wikibooks.org/wiki/LaTeX/Indexing。
我已将文档中的许多单词编辑为\textsc{sampleword}
可视化的小型大写字母。现在,我想index
在文档末尾创建一个单词,其中包含我在文档中使用的所有小型大写字母。这可能吗?
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass{report}
\captionsetup{labelfont=\rmdefault, textfont=\rmdefault }
\usepackage{adjustbox}
\newcommand{\noun}[1]{\textsc{#1}}
\graphicspath{ {figures/} }
\usepackage{float}
\usepackage{mathtools}
\begin{document}
% the front matter
% chapters section
% the back matter
\clearpage
\addcontentsline{toc}{chapter}{Bibliografía}
\bibliography{mendeley}
\include{endmatter/colophon}
\end{document}