diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-04-23 17:23:15 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-04-23 17:23:15 +0200 |
commit | 2af7d0c59a1fcdb882dad35d181c0a20ac8e9da0 (patch) | |
tree | 016300a9500c06b410c180da62b343271abb500a | |
parent | 45274ee07a44fc675d88a1f4013ac7d23a0876a2 (diff) | |
download | icite-2af7d0c59a1fcdb882dad35d181c0a20ac8e9da0.tar.gz |
typos
-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} |