diff options
-rw-r--r-- | icite.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -609,7 +609,7 @@ Running "make install" installs the files in the local TeX tree. | |||
609 | %</example> | 609 | %</example> |
610 | % \fi | 610 | % \fi |
611 | % | 611 | % |
612 | % \package{icite} may be loaded with two optional \enquote*{named | 612 | % \package{icite} may be loaded with three optional \enquote*{named |
613 | % arguments} either of which is set using the syntax | 613 | % arguments} either of which is set using the syntax |
614 | % \meta{key}$=$\meta{value}. The description of the optional arguments | 614 | % \meta{key}$=$\meta{value}. The description of the optional arguments |
615 | % follows:--- | 615 | % follows:--- |
@@ -1111,7 +1111,7 @@ Running "make install" installs the files in the local TeX tree. | |||
1111 | \begin{code} | 1111 | \begin{code} |
1112 | % preamble: | 1112 | % preamble: |
1113 | \usepackage[xindy]{imakeidx} | 1113 | \usepackage[xindy]{imakeidx} |
1114 | \makeindex[name=loccit, options=-M icite.sty] | 1114 | \makeindex[name=loccit, options=-M icite.xdy] |
1115 | % document: | 1115 | % document: |
1116 | \printindex[loccit] | 1116 | \printindex[loccit] |
1117 | \end{code} | 1117 | \end{code} |