Skip to content
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

Index antiker Autoren #66

Open
LukasCBossert opened this issue Nov 3, 2015 · 2 comments
Open

Index antiker Autoren #66

LukasCBossert opened this issue Nov 3, 2015 · 2 comments

Comments

@LukasCBossert
Copy link
Owner

Zitiert man antike Autoren (bspw. \cite[1, 3,3]{Cic_Att}) wäre es toll, wenn zugleich ein Index erstellt wird, sodass man sich sparen kann \index{Cic.!Att.!1, 3,3} extra zu tippen.
Perfekt wäre es, wenn der Index antiker Autoren (über cbx:antik und cbx:frgantik) zugleich separat erstellt wird.

Ich mache das momentan mit:

\usepackage{imakeidx}
\makeindex
\makeindex[name=ant,title=Index antiker Autoren,columns=3]  %% Define new index of Authors

\cite[1, 3,3]{Cic_Att}`\index[ant]{Cic.!Att.!1, 3,3}

\printindex[ant]% Antike Autoren

Ich denke, dass die Schwierigkeit daran liegt von {Cic.!Att.!} gesplittet zu bekommen, da die shorthand nur Cic. Att. enthält. Müsste man damit zwei weitere Felder belegen (eines mit Cic. und eines mit Att.), dann könnte man die Kombination dieser zwei Felder auch als shorthand nutzen.

@giovannotti
Copy link
Collaborator

z.B. über shortauthor und shorttitle? Und dann für antik und frgantik die Shorthand aus dem Bib-Eintrag nehmen, anschließend mittels Boolabfrage das Cite-Macro und das Indizier-Macro anpassen.
Das bläht aber den Code wieder etwas auf, hm.

http://ftp.cvut.cz/tex-archive/macros/latex/exptl/biblatex/latex/biblatex.def

@LukasCBossert
Copy link
Owner Author

Hm. allerdings haben wir nun shortauthor bereits mit Cicero (wo wir dann Cic. bräuchten) besetzt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants