summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xtcapts/readme.txt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/xtcapts/readme.txt
Initial commit
Diffstat (limited to 'macros/latex/contrib/xtcapts/readme.txt')
-rw-r--r--macros/latex/contrib/xtcapts/readme.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/macros/latex/contrib/xtcapts/readme.txt b/macros/latex/contrib/xtcapts/readme.txt
new file mode 100644
index 0000000000..0da38f551d
--- /dev/null
+++ b/macros/latex/contrib/xtcapts/readme.txt
@@ -0,0 +1,44 @@
+
+README for the `xt_capts' package (February 1998)
+=================================
+
+Abstract:
+---------
+This package allows to define language dependent text macros. They are
+called \emph{extended captions}, because \emph{caption} is the term that is
+used in \LaTeX2e for denoting language dependent words.
+
+Whenever a new language is selected, the appropriate macros are used,
+provided they have been defined. In addition, a default variant can be
+defined for \emph{all} languages. And it is possible to use a fixed
+language for a caption, which is not affected by changing the current
+language.
+
+
+Installation:
+-------------
+Running LaTeX on the file `xt_capts.ins' will produce the package file
+`xt_capts.sty'. So you should first process
+
+ latex xt_capts.ins
+
+The resulting package file should then be moved to a directory on
+LaTeX's standard input path.
+
+
+Documentation:
+--------------
+The documented source code of this package is in the file `xt_capts.dtx'.
+Documentation for the package may be obtained by running LaTeX on that file.
+
+For example:
+
+ latex xt_capts.dtx
+
+will produce the file xt_capts.dvi, documenting the package.
+
+
+
+Good Luck!
+
+Olaf Fricke (ofricke@cs.tu-berlin.de)