[OS X TeX] Creating a glossar

Peter Dyballa Peter_Dyballa at Web.DE
Sat Jan 27 20:51:48 CET 2007


Am 27.01.2007 um 19:52 schrieb Christian Burk:

> What I want is "just" the combination of these runs within one engine.

OK, I downloaded the documentation. It says:

	• LATEX the document (let’s call it file.tex),
	• BibTEX the .gls.aux file (i.e., bibtex file.gls),
	• LATEX the document again, and
	• LATEX again if there are unresolved cross references.

So the glossary file is indeed a .tex file open in TeXShop. The the  
engine is:

	#!/bin/sh
	fname="`basename "$1" .tex`"	# here the LaTeX file's name is given
	latex  "$fname"
	bibtex "${fname}.gls"
	latex  "$fname"
	latex  "$fname"


--
Mit friedvollen Grüßen

   Pete

"Specifications are for the weak and timid!"



------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/





More information about the macostex-archives mailing list