summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/optex/base/fonts-preload.opm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-04-19 21:25:21 +0000
committerKarl Berry <karl@freefriends.org>2021-04-19 21:25:21 +0000
commit3125499a8c2b497b0f964e23c53d9c9fe3fe4e58 (patch)
tree1618fa57d975d6d12cde15c8b1190c09061d033c /Master/texmf-dist/tex/luatex/optex/base/fonts-preload.opm
parentf5f0b7d1217bc7ab099302a505fffcac39d41006 (diff)
optex its own format, so directly under tex/ and doc/
git-svn-id: svn://tug.org/texlive/trunk@58918 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/optex/base/fonts-preload.opm')
-rw-r--r--Master/texmf-dist/tex/luatex/optex/base/fonts-preload.opm36
1 files changed, 0 insertions, 36 deletions
diff --git a/Master/texmf-dist/tex/luatex/optex/base/fonts-preload.opm b/Master/texmf-dist/tex/luatex/optex/base/fonts-preload.opm
deleted file mode 100644
index 712730436c9..00000000000
--- a/Master/texmf-dist/tex/luatex/optex/base/fonts-preload.opm
+++ /dev/null
@@ -1,36 +0,0 @@
-%% This is part of the OpTeX project, see http://petr.olsak.net/optex
-
-\_codedecl \tenrm {Latin Modern fonts (EC) preloaded <2020-01-23>} % loaded in format
-
-% Only few text fonts are preloaded:
-
-\_font\_tenrm=ec-lmr10 % roman text
-\_font\_tenbf=ec-lmbx10 % boldface extended
-\_font\_tenit=ec-lmri10 % text italic
-\_font\_tenbi=ec-lmbxi10 % bold italic
-\_font\_tentt=ec-lmtt10 % typewriter
-\_tenrm
-
-\_public \tenrm \tenbf \tenit \tenbi \tentt ;
-
-\_endcode %---------------------------------------------------
-
-The format in lua\TeX/ can download only non-Unicode fonts. Latin Modern EC is
-loaded here. These fonts are totally unusable in LuaTeX when languages with out
-of ASCII or ISO-8859-1 alphabets are used (for example Czech). We load only
-a few 8bit fonts here especially for simple testing the format.
-But, if the user needs to do more serious work, he/she can
-use `\fontfam` macro to load a selected font family of Unicode fonts.
-
-We have a dilemma: when the Unicode fonts cannot be preloaded in the format then the basic
-font set can be loaded by `\everyjob`. But why to load a set of fonts at the
-beginning of every job when it is highly likely that the user will
-load something completely different. Our decision is: there is a basic 8bit
-font set in the format (for testing purposes only) and the user should load
-a Unicode font family at beginning of the document.
-
-The fonts selectors \`\tenrm`, \`\tenbf`, \`\tenit`, \`\tenbi`, \`\tentt`
-are declared as `\public` here but only for backward compatibility. We don't
-use them in the Font Selection System. But the protected versions of these
-control sequences are used in the Font Selection System.
-