Hintergrundinfos zu Enscript
Aus RegioWIKI
- Zurück zu: 4win(R)_PDF_Datei
- Die Installation geht auch einfacher. Wir zweigen hier, wie man "von Hand" alles installiert.
Inhaltsverzeichnis |
Alternativ: LineDraw Font installieren
- Eine Postscript Datei kann die IBM-PC Character aber nur dann richtig anzeigen, wenn ein Softwarefont mit den MS-DOS LineDraw Zeichen von Enscript mitgesendet wird. Wir benötigen also noch zum Beispiel folgenden .ttf Font, den wir in einen Type 1 Font umwandeln müssen.
- Suchen Sie zum beispiel in Google nach:
download linedraw.ttf
- Der Link http://www.microsoft.com/typography/fonts/font.aspx?FID=212&FNAME=MS%20LineDraw&FVER=2.00 sagt uns, "MS LineDraw Version 2.00" von Microsoft kommt und in den Produkten "Office 4.3 Professional" und "Office 97 SR1a" mitgeliefert wird.
- Der Link http://www.karlbranting.net/poa/poa.html führt uns zum Beispiel zum Download: "...MS LineDraw or LineDraw, please download the following file and save it in you c:\windows\fonts directory: linedraw.exe. From the Windows explorer, double-click on the archive file, c:\windows\fonts\linedraw.exe. The file linedraw.ttf will be extracted to the c:\windows\fonts directory.
- Wir installieren den Font genauso wie das Programmpaket [[1]] und wie es unter Windows üblich ist in das Verzeichnis /windows/fonts.
sudo su mkdir /windows/ mkdir /windows/fonts
- Als User root holen wir uns die gepackte TTF Datei.
cd /root mkdir tmp cd /root/tmp wget -c http://www.karlbranting.net/poa/linedraw.exe
- Die MS selbstenpackente Datei rufen wir im DOS auf. Danach kopieren wir die linedraw.ttf Datei ins Windows fonts Verzeichnis.
dosemu d: linedraw.exe exitemu cp linedraw.ttf /windows/fonts/.
- Jetzt erstellen wir noch die Type 1 .amf Datei und eine dazugehörige .pfb Datei.
- "ttf2pt1 -A linedraw.ttf - > linedraw.afm" Siehe - http://www.linuxselfhelp.com/HOWTO/Font-HOWTO-7.html und
- "ttf2afm -o linedraw.afm linedraw.ttf" Siehe - http://www.tug.org/tex-archive/info/german/MiKTeX-WinEdt-TrueType-Anleitung/ttf.htm
cd /windows/fonts ttf2pt1 -b linedraw.ttf
Jetzt gibt es also die Dateien linedraw.afm, linedraw.ttf und linedraw.pfb. Enscript benötigt jetzt noch die Datei font.map
mkafmmap *.afm lpr font.map
Font bei Enscript anmelden
Enscript muß jetzt noch vom neuen Font etwas wissen. Öffnen Sie also die Datei ensript.cfg mit "nano /etc/enscript.cfg" und tragen Sie den zusätzlichen Pfad in folgende Zeile ein:
cd /windows/fonts AFMPath: /usr/share/enscript/afm:/windows/fonts:/usr/local/lib/ps:/usr/lib/ps
Weitere Links
- http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=7747&objectType=file
- http://www.mathworks.com/matlabcentral/fileexchange/download.do?objectId=7747&fn=moody&fe=.zip&cid=1094574
- LineDraw Font als EXE Datei: http://www.filelibrary.com:8080/cgi-bin/freedownload/Multi-Platform/m/100/gc0651.exe
- LineDraw Font als ZIP Datei: http://www.filelibrary.com:8080/cgi-bin/freedownload/Multi-Platform/m/100/gc0651.zip
- http://www.filelibrary.com:8080/Contents/Multi-Platform/100/24.html
- http://www.filelibrary.com/Contents/Multi-Platform/100/24.html
WGL4
The Windows Glyph List defined for Windows 95. This Windows "WGL4" character set is a specific "National Language Support" set of some 652 characters, which include all the characters for every European language. This means all the usual Latin regular and accented characters, plus Greek, Cyrillic, Turkish, a host of accented characters, and IBM Linedraw thrown in for good measure.

