File: setuptfm

package info (click to toggle)
dvi2ps-fontdata 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,088 kB
  • sloc: makefile: 125; sh: 15
file content (10 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

TXMFD=/usr/share/texmf/fonts/tfm/dvips

for f in 5 6 7 8 9 10
do
cp $TXMFD/min$f.tfm tfm/fmin$f.tfm
cp $TXMFD/goth$f.tfm tfm/fgoth$f.tfm
cp $TXMFD/goth$f.tfm tfm/mgoth$f.tfm
done