diff options
-rw-r--r-- | icite.dtx | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -15,7 +15,7 @@ Overview | |||
15 | 15 | ||
16 | `icite` is designed to produce from BibTeX or BibLaTeX bibliographical | 16 | `icite` is designed to produce from BibTeX or BibLaTeX bibliographical |
17 | databases the different indices of authors and works cited which are | 17 | databases the different indices of authors and works cited which are |
18 | called \emph{indices locorum citatorum}. It relies on a specific | 18 | called _indices locorum citatorum_. It relies on a specific |
19 | `\icite` command and can operate with either BibTeX or BibLaTeX. | 19 | `\icite` command and can operate with either BibTeX or BibLaTeX. |
20 | 20 | ||
21 | License and disclamer | 21 | License and disclamer |
@@ -46,7 +46,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General | |||
46 | Public License for more details. | 46 | Public License for more details. |
47 | 47 | ||
48 | You should have received a copy of the GNU General Public License along | 48 | You should have received a copy of the GNU General Public License along |
49 | with this program. If not, see <http://www.gnu.org/licenses/>. | 49 | with this program. If not, see <http://www.gnu.org/licenses/>. |
50 | 50 | ||
51 | This release of icite consists of the following source files: | 51 | This release of icite consists of the following source files: |
52 | 52 | ||
@@ -341,10 +341,11 @@ Running "make install" installs the files in the local TeX tree. | |||
341 | \IndexSubtypeAs{classical}{primary} | 341 | \IndexSubtypeAs{classical}{primary} |
342 | \bibinput{icite} | 342 | \bibinput{icite} |
343 | \usepackage[nonewpage,xindy]{imakeidx} | 343 | \usepackage[nonewpage,xindy]{imakeidx} |
344 | \indexsetup{level=\subsubsection*} | 344 | \newcommand{\donothing}[1]{} |
345 | \indexsetup{level=\donothing} | ||
345 | \makeindex | 346 | \makeindex |
346 | \makeindex[name=loccit, title=Index of Passages Cited (modern authors)] | 347 | \makeindex[name=loccit] |
347 | \makeindex[name=primary, title=\emph{Index locorum citatorum}] | 348 | \makeindex[name=primary] |
348 | \usepackage{tabto} | 349 | \usepackage{tabto} |
349 | \usepackage{classics} | 350 | \usepackage{classics} |
350 | \newclassic{iau}{\classicsRoman{#1}|, #1|.#1} | 351 | \newclassic{iau}{\classicsRoman{#1}|, #1|.#1} |
@@ -404,6 +405,7 @@ Running "make install" installs the files in the local TeX tree. | |||
404 | \begin{document} | 405 | \begin{document} |
405 | \DocInput{\jobname.dtx} | 406 | \DocInput{\jobname.dtx} |
406 | \PrintChanges | 407 | \PrintChanges |
408 | \section{Index} | ||
407 | \indexprologue{Numbers written in italic refer to the page where the | 409 | \indexprologue{Numbers written in italic refer to the page where the |
408 | corresponding entry is described; numbers underlined refer to the | 410 | corresponding entry is described; numbers underlined refer to the |
409 | code line of the definition; numbers in roman refer to the code | 411 | code line of the definition; numbers in roman refer to the code |
@@ -958,7 +960,9 @@ Running "make install" installs the files in the local TeX tree. | |||
958 | % | 960 | % |
959 | % \subsection{Indices} | 961 | % \subsection{Indices} |
960 | % \label{ref:indices} | 962 | % \label{ref:indices} |
963 | % \subsubsection{Index of Passages Cited (modern authors)} | ||
961 | % \printindex[loccit] | 964 | % \printindex[loccit] |
965 | % \subsubsection{\emph{Index locorum citatorum}} | ||
962 | % \printindex[primary] | 966 | % \printindex[primary] |
963 | % | 967 | % |
964 | % \subsection{\texorpdfstring{\hologo{BibTeX} | 968 | % \subsection{\texorpdfstring{\hologo{BibTeX} |
@@ -1070,10 +1074,10 @@ Running "make install" installs the files in the local TeX tree. | |||
1070 | \def\@useauthor{\@indexauthor}% | 1074 | \def\@useauthor{\@indexauthor}% |
1071 | \fi | 1075 | \fi |
1072 | \ifx\@sortname\empty | 1076 | \ifx\@sortname\empty |
1073 | \def\@sortedauthor{\@useauthor}% | 1077 | \def\@sortedauthor{\@useauthor}% |
1074 | \else | 1078 | \else |
1075 | \def\@sortedauthor{{\@sortname}@\@useauthor}% | 1079 | \def\@sortedauthor{{\@sortname}@\@useauthor}% |
1076 | \fi | 1080 | \fi |
1077 | \ifx\@indextitle\empty | 1081 | \ifx\@indextitle\empty |
1078 | \ifx\@shorttitle\empty | 1082 | \ifx\@shorttitle\empty |
1079 | \def\@usetitle{\@title}% | 1083 | \def\@usetitle{\@title}% |