summaryrefslogtreecommitdiff
path: root/tex/context/base/enco-pfr.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2004-06-20 00:00:00 +0200
committerHans Hagen <pragma@wxs.nl>2004-06-20 00:00:00 +0200
commit0bfaf7db3a4495c91871b17e20cebecdff4a5dde (patch)
tree6a8fcba94cba07f786eb5506ef665dc51e9ffbbc /tex/context/base/enco-pfr.tex
parent51d573f4c0e8d3b8499bff7a3c6fba3dcd71d725 (diff)
downloadcontext-0bfaf7db3a4495c91871b17e20cebecdff4a5dde.tar.gz
stable 2004.06.20
Diffstat (limited to 'tex/context/base/enco-pfr.tex')
-rw-r--r--tex/context/base/enco-pfr.tex22
1 files changed, 11 insertions, 11 deletions
diff --git a/tex/context/base/enco-pfr.tex b/tex/context/base/enco-pfr.tex
index ee9857a0e..ab6d961e8 100644
--- a/tex/context/base/enco-pfr.tex
+++ b/tex/context/base/enco-pfr.tex
@@ -21,7 +21,7 @@
%D load the encoding and then the font; previous font
%D definitions are left untouched.)
%D
-%D \starttyping
+%D \starttypen
%D % output=pdftex interface=en
%D
%D \useencoding[pfr]
@@ -31,7 +31,7 @@
%D test \`z \'z \bf test \sl test \bs quite funny \`z \page
%D test \`z \'z \bf test \sl test \bs quite funny \`z \page
%D \stoptext
-%D \stoptyping
+%D \stoptypen
%D
%D We do our best to include a (often large) font resources
%D only once. The current implementation is not that
@@ -57,11 +57,11 @@
%D macro defined with \type {\pdffontfileresource} can have
%D three states:
%D
-%D \startitemize[packed]
-%D \item undefined: not yet loaded, and not yet included
-%D \item some value: loaded, but not yet included
-%D \item empty: loaded, and already included
-%D \stopitemize
+%D \startopsomming[opelkaar]
+%D \som undefined: not yet loaded, and not yet included
+%D \som some value: loaded, but not yet included
+%D \som empty: loaded, and already included
+%D \stopopsomming
\def\pdffontresource {pdfr:\currentencoding}
\def\pdffontfileresource{pdff:\pdffontresource}
@@ -70,7 +70,7 @@
%D The following \PDF\ code is composed by Ondrej Koala Vacha (I
%D probably mispelled this name).
%D
-%D \starttyping
+%D \starttypen
%D \startpdffontresource[il2]
%D /CIDInit /ProcSet findresource begin
%D 12 dict begin
@@ -95,17 +95,17 @@
%D CMapName currentdict /CMap defineresource pop end
%D end
%D \stoppdffontresource
-%D \stoptyping
+%D \stoptypen
%D
%D We don't preload such huge definitions, and process them
%D run||time to save memory. Therefore, in the encoding
%D vector, we only add an entry like:
%D
-%D \starttyping
+%D \starttypen
%D \startencoding [il2]
%D \usepdffontresource il2
%D \stopencoding
-%D \stoptyping
+%D \stoptypen
%D
%D This macro is defined as follows.