summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/gcite/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-09-07 16:06:20 +0000
committerKarl Berry <karl@freefriends.org>2007-09-07 16:06:20 +0000
commita66f8b2dae859fa7ec9dcb66a6aa71da77853283 (patch)
tree5e7098631e175247e2fa8d61f97a44de53e1312d /Master/texmf-dist/doc/latex/gcite/README
parent835d85dc8de2c9259ab59242b2c08e7bf1a891fd (diff)
new package gcite (6sep07)
git-svn-id: svn://tug.org/texlive/trunk@4901 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/gcite/README')
-rw-r--r--Master/texmf-dist/doc/latex/gcite/README34
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/gcite/README b/Master/texmf-dist/doc/latex/gcite/README
new file mode 100644
index 00000000000..e68ca8ad142
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gcite/README
@@ -0,0 +1,34 @@
+The gcite Package
+==================
+
+Copyright 2007 Matthew Tylee Atkinson, Iain Phillips
+Distributed under the LPPL 1.3 (http://www.latex-project.org/lppl.txt)
+
+Abstract
+---------
+
+This package allows you to make citations in the German style, which
+is considered by many to be particularly reader-friendly. The citation
+provides a small amount of bibliographic information in a footnote on
+the page where each citation is made. It combines a desire to eliminate
+unnecessary page-turning with the look-up efficiency afforded by numeric
+citations.
+
+Installation
+-------------
+
+1. mkdir -pv ~/texmf/tex/latex/gcite/
+2. cp gcite.dtx gcite.ins ~/texmf/tex/latex/gcite/
+3. cd ~/texmf/tex/latex/gcite/
+4. latex gcite.ins
+5. Compile the manual...
+ a. pdflatex gcite.dtx
+ b. bibtex gcite
+ c. pdflatex gcite.dtx
+ d. pdflatex gcite.dtx
+6. Read the manual ;-).
+
+Please contact us if you have any problems or suggestions!
+
+
+== END of README ==