summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts')
-rw-r--r--Master/texmf-dist/source/fonts/lh/dvidrv.mfj47
-rw-r--r--Master/texmf-dist/source/fonts/lh/dvidrvlh.mfj49
-rw-r--r--Master/texmf-dist/source/fonts/lh/tex/00readme.txt (renamed from Master/texmf-dist/source/fonts/lh/tex/readme.txt)13
3 files changed, 109 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/lh/dvidrv.mfj b/Master/texmf-dist/source/fonts/lh/dvidrv.mfj
new file mode 100644
index 00000000000..c3588e51f62
--- /dev/null
+++ b/Master/texmf-dist/source/fonts/lh/dvidrv.mfj
@@ -0,0 +1,47 @@
+%
+% dvidrv.mfj (modified)
+%
+% Declarations for automatic generation of fonts for dvidrv
+%
+
+rule = ec* tc* % EC fonts 1.0
+ {
+ name = [@f@T2.2s@F.2s];
+ commands = [if unknown exbase:input exbase fi; gensize:=@s; generate @f];
+ base = ex;
+ }
+
+rule = cm* % Sauter fonts 2.4? (not yet available?)
+ {
+ name = [@f@2Ts@2Fs];
+ commands = [design_size:=@s; input b-@f];
+ base = cm;
+ }
+
+rule = cm* % Sauter fonts <2.4?
+ {
+ name = [@f@s];
+ name_size = [@f14] 14.4;
+ name_size = [@f17] 17.28;
+ commands = [design_size:=@s; input b-@f];
+ base = cm;
+ }
+
+rule = lh* ll* wn* wc* mc* kc* ic* % LH Cyrillic fonts -- CM based fonts
+ {
+ name = [@f@s];
+ name_size = [@f17] 17.28;
+ commands = [input fikparm];
+ base = cm;
+ }
+
+rule = rx* la* lb* lc* ld* % LH Cyrillic fonts -- EC based fonts
+ {
+ name = [@f@T2.2s@F.2s];
+ commands = [input fikparm];
+ }
+
+rule = * % All other fonts
+ {
+ skip;
+ }
diff --git a/Master/texmf-dist/source/fonts/lh/dvidrvlh.mfj b/Master/texmf-dist/source/fonts/lh/dvidrvlh.mfj
new file mode 100644
index 00000000000..21ae3a07dd3
--- /dev/null
+++ b/Master/texmf-dist/source/fonts/lh/dvidrvlh.mfj
@@ -0,0 +1,49 @@
+%
+% dvidrvlh.mfj -- head part of dvidrv.mfj
+%
+% Declarations for automatic LHfonts generation for dvidrv
+%
+% !!! PLACE FORWARD TO THE EmTeX ORIGINAL FILE DVIDRV.MFJ !!!
+%
+
+rule = lh* ll* wn* wc* mc* kc* ic* % LH Cyrillic fonts -- CM based fonts
+ {
+ name = [@f@s];
+ name_size = [@f17] 17.28;
+ commands = [input fikparm;];
+ base = cm;
+ }
+
+rule = rx* la* lb* lc* ld* % LH Cyrillic fonts -- EC based fonts
+ {
+ name = [@f@T2.2s@F.2s];
+ commands = [input fikparm;];
+ }
+
+rule = eu* % EULER fonts
+ {
+ name = [@f@s];
+ commands = [input @f@s;];
+ base = plain;
+ }
+
+rule = ms* % AmSTeX fonts
+ {
+ name = [@f@s];
+ commands = [input @f@s;];
+ base = cm;
+ }
+
+rule = emsy* % EmTeX symbol fonts
+ {
+ name = [@f@s];
+ commands = [input @f@s;];
+ base = cm;
+ }
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% %
+% Then must go EmTeX's original dvidrv.mfj %
+% %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
diff --git a/Master/texmf-dist/source/fonts/lh/tex/readme.txt b/Master/texmf-dist/source/fonts/lh/tex/00readme.txt
index 60cf12434e4..f81fb13625c 100644
--- a/Master/texmf-dist/source/fonts/lh/tex/readme.txt
+++ b/Master/texmf-dist/source/fonts/lh/tex/00readme.txt
@@ -1,3 +1,16 @@
+Please make sure that there are empty subdirectories with following names:
+wrk
+wrk\lh-lcy
+wrk\lh-ot2
+wrk\lh-t2a
+wrk\lh-t2b
+wrk\lh-t2c
+wrk\lh-t2d
+wrk\lh-x2
+wrk\lh-xSlav
+wrk\lh-temp
+Any of them could be necessary during creation of METAFONT etc. files.
+
Run plain tex with files started with numerals:
01cm-lh.tex - to create fonts for LCY encoding (DOS based encoding)
02cm-wn.tex - to create fonts for OT2 encoding (AmS bases Cyrillic encoding)