summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/kuvio/doc-src/macros/carrot/basic/cite.cd
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/kuvio/doc-src/macros/carrot/basic/cite.cd')
-rw-r--r--Master/texmf-dist/source/latex/kuvio/doc-src/macros/carrot/basic/cite.cd24
1 files changed, 0 insertions, 24 deletions
diff --git a/Master/texmf-dist/source/latex/kuvio/doc-src/macros/carrot/basic/cite.cd b/Master/texmf-dist/source/latex/kuvio/doc-src/macros/carrot/basic/cite.cd
deleted file mode 100644
index 864e10ca819..00000000000
--- a/Master/texmf-dist/source/latex/kuvio/doc-src/macros/carrot/basic/cite.cd
+++ /dev/null
@@ -1,24 +0,0 @@
-% cite.cd
-% Anders G S Svensson
-
-% Source: cite.nw
-% $Revision: 1.3 $
-% $Date: 1996/02/19 04:06:30 $
-
-\usecarrot{xr}
-
-\def\citedef#1#2{%
- \definexr{@cite@#1@}{#2}{@cite@}}
-\def\@cite@tag#1{\citetag{#1\@cite@opt}}
-
-\def\citesep{,}
-\def\citetag#1{[#1]}
-
-\def\cite{\relax
- \@ifnextchar@[\cite@cite@\cite@citenoopt@}
-\def\cite@cite@[#1]#2{%
- \def\@cite@opt{\citesep\@space@ #1}%
- \refxr{@cite@#2@}}
-\def\cite@citenoopt@#1{\let\@cite@opt\relax \refxr{@cite@#1@}}
-
-\def\citepage#1{\pagexr{@cite@#1@}}