更新:
我想要实现的是:
- 将我的首字母缩写缩短,并在文本中用 's 发布。因此,我
\acp{gdr}
得到了 GDR,但我想要 GDR 作为结果;
(全文:“这是德意志民主共和国对移民涌入的政治控制的结果。”)
- 让我的首字母缩略词表按字母顺序自动排序
我也在使用该软件包,但我找不到如何实现 AC(例如,我有 acro GDR = 德意志民主共和国,并想写“GDR 的 xyz 非常...”),而且我还没有找到关于自动对 acronmys 列表进行排序的选项。有人有解决方案吗?我还查看了 acro 软件包,它们可以选择声明我的复数。但我熟悉另一个软件包,所以我想继续使用它。
(这里有一些示例代码)
\documentclass[12pt, oneside]{article}
\input{VorlageE.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Bibtex File einbinden %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\addbibresource{literatur.bib}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Beginn des Dokuments %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\section*{List of acronyms}
\addcontentsline{toc}{section}{List of acronyms}%
\markboth{List of acronyms}{List of acronyms}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Abkürzungen %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{acronym}[ECU]
\acro{afd}[AfD]{Alternative für Deutschland (political party in the German ``Bundestag'')}
%....
\end{acronym}
\end{document}
输入文件:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Zusaetzliche Pakete %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage[gen]{eurosym}
\usepackage{delarray}
\usepackage{mathtools}
\usepackage{amssymb}
\usepackage[overload]{empheq}
\usepackage{acronym}
\usepackage{enumerate}
\usepackage{a4wide}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{palatino}
\usepackage{float}
\usepackage{cite}
\usepackage[autocite, maxlevel=3]{csquotes}
\usepackage[bookmarks]{hyperref}
\usepackage[edges]{forest}
\usepackage{siunitx}
\newcolumntype{d}{S[input-symbols = ()]}
\RequirePackage[english=english-x-latest]{hyphsubst}
\usepackage[a4paper, margin=0cm, left=3cm, top=3cm, right=2cm, bottom=2cm]{geometry}
%%%Footnotes with author (year)
\usepackage[backend=biber,sorting=nyt,style=ext-authoryear-icomp,innamebeforetitle=true,autocite=footnote,dashed=false,natbib=true,maxnames=3 ]{biblatex}
使用 overleaf 编辑 使用 XeLateX、TeX Live 版本 2021 进行编译