summaryrefslogtreecommitdiff
path: root/fonts/adobe-euro
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/adobe-euro
Initial commit
Diffstat (limited to 'fonts/adobe-euro')
-rw-r--r--fonts/adobe-euro/README.txt86
-rw-r--r--fonts/adobe-euro/doc/eurosamp.pdfbin0 -> 84595 bytes
-rw-r--r--fonts/adobe-euro/doc/eurosamp.tex60
-rw-r--r--fonts/adobe-euro/doc/install.sh34
-rw-r--r--fonts/adobe-euro/map/zpeu-origname.map12
-rw-r--r--fonts/adobe-euro/map/zpeu.map12
-rw-r--r--fonts/adobe-euro/tfm/zpeub.tfmbin0 -> 1052 bytes
-rw-r--r--fonts/adobe-euro/tfm/zpeubi.tfmbin0 -> 1052 bytes
-rw-r--r--fonts/adobe-euro/tfm/zpeubis.tfmbin0 -> 1052 bytes
-rw-r--r--fonts/adobe-euro/tfm/zpeubit.tfmbin0 -> 1048 bytes
-rw-r--r--fonts/adobe-euro/tfm/zpeubs.tfmbin0 -> 1048 bytes
-rw-r--r--fonts/adobe-euro/tfm/zpeubt.tfmbin0 -> 1044 bytes
-rw-r--r--fonts/adobe-euro/tfm/zpeur.tfmbin0 -> 1052 bytes
-rw-r--r--fonts/adobe-euro/tfm/zpeuri.tfmbin0 -> 1052 bytes
-rw-r--r--fonts/adobe-euro/tfm/zpeuris.tfmbin0 -> 1052 bytes
-rw-r--r--fonts/adobe-euro/tfm/zpeurit.tfmbin0 -> 1048 bytes
-rw-r--r--fonts/adobe-euro/tfm/zpeurs.tfmbin0 -> 1048 bytes
-rw-r--r--fonts/adobe-euro/tfm/zpeurt.tfmbin0 -> 1044 bytes
18 files changed, 204 insertions, 0 deletions
diff --git a/fonts/adobe-euro/README.txt b/fonts/adobe-euro/README.txt
new file mode 100644
index 0000000000..f31988a4b0
--- /dev/null
+++ b/fonts/adobe-euro/README.txt
@@ -0,0 +1,86 @@
+------------------------------------------------------------------
+TeX support for the `Euro' fonts in Adobe Type 1 format from Adobe
+------------------------------------------------------------------
+
+Adobe has provided 3 font families (sans, mono, and serif),
+each with the usual four styles (regular, italic, bold, bold italic).
+Each font contains a single glyph. The font is arranged so
+that (just about) any character code will access this glyph.
+
+There are twelve TFM files corresponding to the twelve fonts with
+their canonical Karl Berry names in the directory tfm. Create a
+directory texmf/fonts/tfm/adobe/eurofont and copy the files there.
+
+The file dvips/zpeu.map tells DVIPS what the PS font names are and what
+PFB file to expand into PFA format for inclusion in the PS output.
+Append the contents of this file to the files texmf/dvips/config/psfonts.map
+and texmf/dvips/config/pdftex.map.
+
+* Please, note that some TeX systems (e.g., TeXLive4) already come with
+* the tfm files and a map file for the Adobe Euro fonts, so that you will
+* NOT need to install these files manually.
+
+The file plaintex/eurosamp.tex (plain TeX) show all twelve fonts in action.
+See also eurosamp.dvi and eurosamp.pdf
+
+As for the fonts themselves, you will need to download these from
+one of Adobe's sites. See below.
+
+--------------------------------------------
+ADOBE SYSTEMS INCORPORATED ADOBE® EURO FONTS
+--------------------------------------------
+
+Adobe WWW Location:
+
+ http://www.adobe.com/type/eurofont.html
+
+Adobe FTP Locations:
+
+ ftp://ftp.adobe.com/pub/adobe/type/win/all/eurofont.exe
+ ftp://ftp-pac.adobe.com/pub/adobe/type/win/all/eurofont.exe
+
+IMPORTANT NOTE: the above file is a self-extracting ZIP file.
+
+PostScript Name Menu Name Plus Style Links Filename
+
+EuroSans-Regular Euro Sans _1______.PFB
+EuroSans-Bold Euro Sans,BOLD _1B_____.PFB
+EuroSans-Italic Euro Sans,ITALIC _1I_____.PFB
+EuroSans-BoldItalic Euro Sans,BOLDITALIC _1BI____.PFB
+
+EuroMono-Regular Euro Monospace _2______.PFB
+EuroMono-Bold Euro Monospace,BOLD _2B_____.PFB
+EuroMono-Italic Euro Monospace,ITALIC _2I_____.PFB
+EuroMono-BoldItalic Euro Monospace,BOLDITALIC _2BI____.PFB
+
+EuroSerif-Regular Euro Serif _3______.PFB
+EuroSerif-Bold Euro Serif,BOLD _3B_____.PFB
+EuroSerif-Italic Euro Serif,ITALIC _3I_____.PFB
+EuroSerif-BoldItalic Euro Serif,BOLDITALIC _3BI____.PFB
+
+Unzip the file eurofont.exe, create a directory
+texmf/fonts/type1/adobe/eurofont and copy the .PFB files to this directory
+while renaming the files as follows:
+
+_1______.PFB -> zpeurs.pfb
+_1B_____.PFB -> zpeubs.pfb
+_1I_____.PFB -> zpeuris.pfb
+_1BI____.PFB -> zpeubis.pfb
+_2______.PFB -> zpeurt.pfb
+_2B_____.PFB -> zpeubt.pfb
+_2I_____.PFB -> zpeurit.pfb
+_2BI____.PFB -> zpeubit.pfb
+_3______.PFB -> zpeur.pfb
+_3B_____.PFB -> zpeub.pfb
+_3I_____.PFB -> zpeuri.pfb
+_3BI____.PFB -> zpeubi.pfb
+
+[ If you are lazy and don't want to rename the files, you can use the
+mapping file zpeu-origname.map instead of zpeu.map, see above. ]
+
+On Unix and Linux systems, you can do all these steps together with
+the shell script install.sh. Change it to your needs before running it.
+
+---------------------------------------------------------------------
+Y&Y, Inc. 45 Walden Street Concord MA 01742 USA http://www.YandY.com
+---------------------------------------------------------------------
diff --git a/fonts/adobe-euro/doc/eurosamp.pdf b/fonts/adobe-euro/doc/eurosamp.pdf
new file mode 100644
index 0000000000..b165862be0
--- /dev/null
+++ b/fonts/adobe-euro/doc/eurosamp.pdf
Binary files differ
diff --git a/fonts/adobe-euro/doc/eurosamp.tex b/fonts/adobe-euro/doc/eurosamp.tex
new file mode 100644
index 0000000000..2360dc7879
--- /dev/null
+++ b/fonts/adobe-euro/doc/eurosamp.tex
@@ -0,0 +1,60 @@
+% Simple plain TeX test file for Adobe Euro fonts
+
+\nopagenumbers
+
+\font\eurosansr=zpeurs
+\font\eurosansb=zpeubs
+\font\eurosansi=zpeuris
+\font\eurosansbi=zpeubis
+
+\font\euromonor=zpeurt
+\font\euromonob=zpeubt
+\font\euromonoi=zpeurit
+\font\euromonobi=zpeubit
+
+\font\euroserifr=zpeur
+\font\euroserifb=zpeub
+\font\euroserifi=zpeuri
+\font\euroserifbi=zpeubi
+
+{\bf The `Euro' fonts in ATM compatible Type 1 format from Adobe}
+
+\vskip 2mm
+
+Euro Sans (regular) {\eurosansr This is EuroSans!}
+
+Euro Sans (bold) {\eurosansb This is EuroSans!}
+
+Euro Sans (italic) {\eurosansi This is EuroSans!}
+
+Euro Sans (bold italic) {\eurosansbi This is EuroSans!}
+
+\vskip 2mm
+
+Euro Monospace (regular) {\euromonor This is EuroMonospace!}
+
+Euro Monospace (bold) {\euromonob This is EuroMonospace!}
+
+Euro Monospace (italic) {\euromonoi This is EuroMonospace!}
+
+Euro Monospace (bold italic) {\euromonobi This is EuroMonospace!}
+
+\vskip 2mm
+
+Euro Serif (regular) {\euroserifr This is EuroSerif!}
+
+Euro Serif (bold) {\euroserifb This is EuroSerif!}
+
+Euro Serif (italic) {\euroserifi This is EuroSerif!}
+
+Euro Serif (bold italic) {\euroserifbi This is EuroSerif!}
+
+\vskip 2mm
+
+{\tt http://www.adobe.com/type/eurofont.html}
+
+\vskip 2mm
+
+{\tt ftp://ftp.adobe.com/pub/adobe/type/win/all/eurofont.exe}
+
+\end
diff --git a/fonts/adobe-euro/doc/install.sh b/fonts/adobe-euro/doc/install.sh
new file mode 100644
index 0000000000..875ac40381
--- /dev/null
+++ b/fonts/adobe-euro/doc/install.sh
@@ -0,0 +1,34 @@
+#! /bin/sh
+#
+# install the ADOBE® Euro fonts and TeX support
+#
+TETEXDIR=/usr/lib/teTeX
+DVIPSDIR=$TETEXDIR/texmf/dvips/config
+TFMDIR=$TETEXDIR/texmf/fonts/tfm/adobe/eurofont
+TYPE1DIR=$TETEXDIR/texmf/fonts/type1/adobe/eurofont
+
+mkdir -p $TFMDIR
+cp -p tfm/* $TFMDIR/
+
+cp -p dvips/zpeu.map $DVIPSDIR/
+cat dvips/zpeu.map >>$DVIPSDIR/psfonts.map
+cat dvips/zpeu.map >>$DVIPSDIR/pdftex.map
+
+ncftp ftp://ftp.adobe.com/pub/adobe/type/win/all/eurofont.exe
+unzip eurofont.exe
+
+mkdir -p $TYPE1DIR
+cp -p eurofont/_1______.PFB ${TYPE1DIR}/zpeurs.pfb
+cp -p eurofont/_1B_____.PFB ${TYPE1DIR}/zpeubs.pfb
+cp -p eurofont/_1I_____.PFB ${TYPE1DIR}/zpeuris.pfb
+cp -p eurofont/_1BI____.PFB ${TYPE1DIR}/zpeubis.pfb
+cp -p eurofont/_2______.PFB ${TYPE1DIR}/zpeurt.pfb
+cp -p eurofont/_2B_____.PFB ${TYPE1DIR}/zpeubt.pfb
+cp -p eurofont/_2I_____.PFB ${TYPE1DIR}/zpeurit.pfb
+cp -p eurofont/_2BI____.PFB ${TYPE1DIR}/zpeubit.pfb
+cp -p eurofont/_3______.PFB ${TYPE1DIR}/zpeur.pfb
+cp -p eurofont/_3B_____.PFB ${TYPE1DIR}/zpeub.pfb
+cp -p eurofont/_3I_____.PFB ${TYPE1DIR}/zpeuri.pfb
+cp -p eurofont/_3BI____.PFB ${TYPE1DIR}/zpeubi.pfb
+
+texhash
diff --git a/fonts/adobe-euro/map/zpeu-origname.map b/fonts/adobe-euro/map/zpeu-origname.map
new file mode 100644
index 0000000000..c6795ce4b4
--- /dev/null
+++ b/fonts/adobe-euro/map/zpeu-origname.map
@@ -0,0 +1,12 @@
+zpeurs EuroSans-Regular <_1______.pfb
+zpeubs EuroSans-Bold <_1b_____.pfb
+zpeuris EuroSans-Italic <_1i_____.pfb
+zpeubis EuroSans-BoldItalic <_1bi____.pfb
+zpeurt EuroMono-Regular <_2______.pfb
+zpeubt EuroMono-Bold <_2b_____.pfb
+zpeurit EuroMono-Italic <_2i_____.pfb
+zpeubit EuroMono-BoldItalic <_2bi____.pfb
+zpeur EuroSerif-Regular <_3______.pfb
+zpeub EuroSerif-Bold <_3b_____.pfb
+zpeuri EuroSerif-Italic <_3i_____.pfb
+zpeubi EuroSerif-BoldItalic <_3bi____.pfb
diff --git a/fonts/adobe-euro/map/zpeu.map b/fonts/adobe-euro/map/zpeu.map
new file mode 100644
index 0000000000..2845e7cce1
--- /dev/null
+++ b/fonts/adobe-euro/map/zpeu.map
@@ -0,0 +1,12 @@
+zpeurs EuroSans-Regular <zpeurs.pfb
+zpeubs EuroSans-Bold <zpeubs.pfb
+zpeuris EuroSans-Italic <zpeuris.pfb
+zpeubis EuroSans-BoldItalic <zpeubis.pfb
+zpeurt EuroMono-Regular <zpeurt.pfb
+zpeubt EuroMono-Bold <zpeubt.pfb
+zpeurit EuroMono-Italic <zpeurit.pfb
+zpeubit EuroMono-BoldItalic <zpeubit.pfb
+zpeur EuroSerif-Regular <zpeur.pfb
+zpeub EuroSerif-Bold <zpeub.pfb
+zpeuri EuroSerif-Italic <zpeuri.pfb
+zpeubi EuroSerif-BoldItalic <zpeubi.pfb
diff --git a/fonts/adobe-euro/tfm/zpeub.tfm b/fonts/adobe-euro/tfm/zpeub.tfm
new file mode 100644
index 0000000000..14f7b92d07
--- /dev/null
+++ b/fonts/adobe-euro/tfm/zpeub.tfm
Binary files differ
diff --git a/fonts/adobe-euro/tfm/zpeubi.tfm b/fonts/adobe-euro/tfm/zpeubi.tfm
new file mode 100644
index 0000000000..48941077f8
--- /dev/null
+++ b/fonts/adobe-euro/tfm/zpeubi.tfm
Binary files differ
diff --git a/fonts/adobe-euro/tfm/zpeubis.tfm b/fonts/adobe-euro/tfm/zpeubis.tfm
new file mode 100644
index 0000000000..03eee9ee01
--- /dev/null
+++ b/fonts/adobe-euro/tfm/zpeubis.tfm
Binary files differ
diff --git a/fonts/adobe-euro/tfm/zpeubit.tfm b/fonts/adobe-euro/tfm/zpeubit.tfm
new file mode 100644
index 0000000000..6802233785
--- /dev/null
+++ b/fonts/adobe-euro/tfm/zpeubit.tfm
Binary files differ
diff --git a/fonts/adobe-euro/tfm/zpeubs.tfm b/fonts/adobe-euro/tfm/zpeubs.tfm
new file mode 100644
index 0000000000..cad207dbb9
--- /dev/null
+++ b/fonts/adobe-euro/tfm/zpeubs.tfm
Binary files differ
diff --git a/fonts/adobe-euro/tfm/zpeubt.tfm b/fonts/adobe-euro/tfm/zpeubt.tfm
new file mode 100644
index 0000000000..bdccaee574
--- /dev/null
+++ b/fonts/adobe-euro/tfm/zpeubt.tfm
Binary files differ
diff --git a/fonts/adobe-euro/tfm/zpeur.tfm b/fonts/adobe-euro/tfm/zpeur.tfm
new file mode 100644
index 0000000000..531c210765
--- /dev/null
+++ b/fonts/adobe-euro/tfm/zpeur.tfm
Binary files differ
diff --git a/fonts/adobe-euro/tfm/zpeuri.tfm b/fonts/adobe-euro/tfm/zpeuri.tfm
new file mode 100644
index 0000000000..81a70bfe98
--- /dev/null
+++ b/fonts/adobe-euro/tfm/zpeuri.tfm
Binary files differ
diff --git a/fonts/adobe-euro/tfm/zpeuris.tfm b/fonts/adobe-euro/tfm/zpeuris.tfm
new file mode 100644
index 0000000000..0394f82b03
--- /dev/null
+++ b/fonts/adobe-euro/tfm/zpeuris.tfm
Binary files differ
diff --git a/fonts/adobe-euro/tfm/zpeurit.tfm b/fonts/adobe-euro/tfm/zpeurit.tfm
new file mode 100644
index 0000000000..4c606a4be9
--- /dev/null
+++ b/fonts/adobe-euro/tfm/zpeurit.tfm
Binary files differ
diff --git a/fonts/adobe-euro/tfm/zpeurs.tfm b/fonts/adobe-euro/tfm/zpeurs.tfm
new file mode 100644
index 0000000000..c212117f4a
--- /dev/null
+++ b/fonts/adobe-euro/tfm/zpeurs.tfm
Binary files differ
diff --git a/fonts/adobe-euro/tfm/zpeurt.tfm b/fonts/adobe-euro/tfm/zpeurt.tfm
new file mode 100644
index 0000000000..541fcf66e1
--- /dev/null
+++ b/fonts/adobe-euro/tfm/zpeurt.tfm
Binary files differ