aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2019-04-23 17:23:15 +0200
committerRobert Alessi <alessi@robertalessi.net>2019-04-23 17:23:15 +0200
commit2af7d0c59a1fcdb882dad35d181c0a20ac8e9da0 (patch)
tree016300a9500c06b410c180da62b343271abb500a
parent45274ee07a44fc675d88a1f4013ac7d23a0876a2 (diff)
downloadicite-2af7d0c59a1fcdb882dad35d181c0a20ac8e9da0.tar.gz
typos
-rw-r--r--icite.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/icite.dtx b/icite.dtx
index c9a11ea..3597e14 100644
--- a/icite.dtx
+++ b/icite.dtx
@@ -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}