DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T g

⟦d4cfd7c2e⟧ TextFile

    Length: 1022 (0x3fe)
    Types: TextFile
    Names: »gf200.makeLaTeX«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./LaTeXfonts/gf/gf200.makeLaTeX« 

TextFile

# Makefile for LaTeX 200 lines per inch fonts.
# This is gf200.makeLaTeX, based on the gf300.makefile
# contributed by John Ramsdell of the MITRE Corp., Bedford, MA.
# It produces fonts for both LaTeX and SliTeX magnifications
# Only the base resolution and magstephalf are done with the
# lowres setting.  The rest are picked up from the 240dpi series
# (which introduces a slight variance in shapes).

# Check these lines out for compatibility with your system

TEX	= /usr/local
TEXBIN	= $(TEX)
MF	= cmmf
# use MODE='mymode' to change from lowres to another mode
MODE	= lowres
CMDLINE	= $(TEXBIN)/$(MF) '\mode:=$(MODE);' 'batchmode;'

.SUFFIXES: .mf .200gf .219gf

.mf.200gf:
	$(CMDLINE) input $*

.mf.219gf:
	$(CMDLINE) 'mag:=magstep(0.5);' input $*

NOMAG	= lasy10.200gf lasy5.200gf lasy6.200gf lasy7.200gf lasy8.200gf \
	lasy9.200gf lasyb10.200gf lcircle10.200gf lcirclew10.200gf \
	line10.200gf linew10.200gf

MAGHALF	= lasy10.219gf lasy5.219gf lasy7.219gf lasyb10.219gf

FONTS = $(NOMAG) $(MAGHALF) 

all:	$(FONTS)