From e4585f6ce56ce0d037a0f545f21f9c7d28767386 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 17 Mar 2019 18:19:05 +0100 Subject: done documenting and added a section on icite and classics. new functions \AuthorTitleDelim and \TitlePageDelim --- samples/icite-nobiblatex.tex | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'samples/icite-nobiblatex.tex') diff --git a/samples/icite-nobiblatex.tex b/samples/icite-nobiblatex.tex index baf2973..d6f824d 100644 --- a/samples/icite-nobiblatex.tex +++ b/samples/icite-nobiblatex.tex @@ -23,7 +23,7 @@ \setlist[enumerate,2]{label=\roman*.} \usepackage[defaultindex=none, nobibengine]{icite} -\IndexSubtypeAs{ancient}{pr-sources} +\IndexSubtypeAs{ancient}{\jobname-primary} \bibinput{bibsample} \usepackage{classics} @@ -31,7 +31,7 @@ \newclassic{arist}{#1|\textit{#1}|#1} \usepackage[xindy,nonewpage]{imakeidx} -\makeindex[name=pr-sources, title={Index locorum citatorum}] +\makeindex[name=\jobname-primary, title={Index locorum citatorum}] \begin{document} \DefineShortVerb{\|} @@ -48,7 +48,7 @@ Bib\LaTeX. The relevant part of the preamble which is used here follows: \begin{Verbatim} \usepackage[defaultindex=none, nobibengine]{icite} -\IndexSubtypeAs{ancient}{pr-sources} +\IndexSubtypeAs{ancient}{icite-nobiblatex-primary} \bibinput{bibsample} \usepackage{classics} @@ -56,7 +56,7 @@ The relevant part of the preamble which is used here follows: \newclassic{arist}{#1|\textit{#1}|#1} \usepackage[xindy]{imakeidx} -\makeindex[name=pr-sources, title={Index locorum citatorum}] +\makeindex[name=icite-nobiblatex-primary, title={Index locorum citatorum}] \end{Verbatim} \paragraph{Remarks} @@ -64,12 +64,13 @@ The relevant part of the preamble which is used here follows: \item |defaultindex=none| disables indexing by default. \item |nobibengine| instructs \textsf{icite} to insert the citations in the body text without using either \hologo{BibTeX} or Bib\LaTeX. -\item |\IndexSubtypeAs{ancient}{pr-sources}| makes an exception for - authors whose |entrysubtype| field matches the string |ancient| and - instructs \textsf{icite} to have them indexed in an index named - |pr-sources|. -\item To actually produce the index, |\printindex[pr-sources]| is - needed at the end of the document. +\item |\IndexSubtypeAs{ancient}{icite-nobiblatex-primary}| makes an + exception for authors whose |entrysubtype| field matches the string + |ancient| and instructs \textsf{icite} to have them indexed in an + index named\\ |icite-nobiblatex-primary|. +\item To actually produce the index, + |\printindex[icite-nobiblatex-primary]| is needed at the end of the + document. \end{enumerate} \section*{Body text} @@ -92,7 +93,7 @@ and another.\footnote{% This passage should not be indexed.\footnote{\icite[44--78]{Reynolds.Wilson1994}.} -\printindex[pr-sources] +\printindex[\jobname-primary] \section*{Bibliographical database} \VerbatimInput{bibsample.bib} -- cgit v1.2.3