Index of /archives/text/CTAN/support/glosstex

Icon  Name                         Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] .depend 1998-01-17 09:00 322 [TXT] COPYING 1997-04-21 09:00 18K [TXT] Changes 1997-12-03 09:00 2.3K [   ] LIESMICH 1997-11-15 09:00 2.3K [TXT] Makefile 1998-01-17 09:00 3.0K [TXT] Makefile.m4 1998-01-06 09:00 4.3K [TXT] Makefile.os2 1998-01-17 09:00 1.0K [TXT] Makefile.unx 1998-01-17 09:00 1.0K [TXT] README 1997-11-15 09:00 2.2K [TXT] README.emx 1997-06-12 09:00 2.6K [TXT] README.m4 1997-11-15 09:00 4.5K [   ] Release 1997-12-13 09:00 12 [TXT] TAGS 1997-12-23 09:00 3.2K [TXT] TODO 1997-12-03 09:00 11K [DIR] bin/ 1999-10-20 16:24 - [TXT] config.h 1997-12-24 09:00 1.7K [TXT] database.c 1997-12-13 09:00 8.8K [TXT] database.h 1997-11-02 09:00 1.0K [TXT] error.c 1997-12-24 09:00 1.9K [TXT] error.h 1997-11-02 09:00 1.2K [TXT] glosstex.cfg 1997-12-24 09:00 2.6K [TXT] glosstex.dtx 1997-12-24 09:00 67K [TXT] glosstex.h 1997-12-13 09:00 1.7K [   ] glosstex.idx 1997-12-24 09:00 2.4K [TXT] glosstex.ins 1997-11-15 09:00 2.5K [   ] glosstex.pdf 2006-10-28 17:59 152K [   ] glosstex.sh 1997-11-08 09:00 3.2K [TXT] labels.c 1997-12-13 09:00 6.2K [TXT] labels.h 1997-12-13 09:00 1.5K [TXT] list.c 1997-11-02 09:00 2.1K [TXT] list.h 1997-11-02 09:00 1.2K [TXT] main.c 1997-12-13 09:00 5.4K [TXT] version.c 1997-12-13 09:00 1.0K [TXT] version.h 1997-11-02 09:00 1.0K
$Id: README.m4,v 1.5 1997/11/15 14:55:30 volkan Exp $


* Introduction

GlossTeX is a tool for the automatic preparation of glossaries, lists
of acronyms and sorted lists in general for use with LaTeX and
MakeIndex. In order to build GlossTeX, you need an ANSI C
compiler.

GlossTeX in some kind combines the functionality of acronym, nomencl
and GloTeX. Like GloTeX, it uses the same format glossary definition
files. GlossTeX can be used together with nomencl, nevertheless.

A term consists of a label which is used to identify it, an optional
typeset representation, an optional long-form (e.g. when it's an
acronym) and the actual text describing it. These elements can all be
accessed in several ways within the document. It is also possible to
place cross-references from one term to another and include
page-references into the produced lists. You can produce as many
independent lists as you like.

The most recent official release can always be found on
CTAN:/support/glosstex. Inofficial development releases may be found
on my homepage at http://webrum.uni-mannheim.de/ba/yavuzv/.

GlossTeX comes with absolutely no warranty and is covered by the GNU
General Public License (see the file COPYING).

		   Copyright (C) 1997 Volkan Yavuz


* Usage

In your LaTeX-source, type:


	\documentclass{article}
	\usepackage{glosstex}
	\begin{document}

	\printglosstex(acr)
	This document is typeset using \gls{LaTeX}.

	The database file\glosstex{gdf-file} for use with
	\gls{GlossTeX} is a flat \ac{ASCII} file.

	\printglosstex(glo)
	\end{document}

You need a .gdf-file that contains the definitions of the terms you
want to appear in the glossary. For example:

	@entry{LaTeX, \LaTeX{}} \LaTeX{} is a \TeX{}-format.

	@entry{ASCII, ASCII, American Standard Code for Information
	Interchange} ASCII is a character encoding. See also
	\glxref{EBCDIC}.


You then run latex, glosstex, makeindex and latex again to build the
glossary. It may be necessary to use up to 4 iterations until all
references are resolved.


* Documentation

Complete installation instructions and the user manual
can be found in glosstex.dvi.
	

* Comments

If you have any comments, suggestions, mail me at
	

	yavuzv@rumms.uni-mannheim.de