summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/fontspec-closing.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/fontspec-closing.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fontspec/fontspec-closing.dtx22
1 files changed, 0 insertions, 22 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/fontspec-closing.dtx b/Master/texmf-dist/source/latex/fontspec/fontspec-closing.dtx
index f2d3c1c2ce8..73ec2cfe255 100644
--- a/Master/texmf-dist/source/latex/fontspec/fontspec-closing.dtx
+++ b/Master/texmf-dist/source/latex/fontspec/fontspec-closing.dtx
@@ -7,28 +7,6 @@
% \end{macrocode}
% \fi
%
-% \subsection{Compatibility}
-%
-% \begin{macro}{\zf@enc}
-% \begin{macro}{\zf@family}
-% \begin{macro}{\zf@basefont}
-% \begin{macro}{\zf@fontspec}
-% Old interfaces.
-% These are needed by, at least, the \pkg{mathspec} package.
-% \begin{macrocode}
-\tl_set:Nn \zf@enc { \g_fontspec_encoding_tl }
-\cs_set:Npn \zf@fontspec #1 #2
- {
- \@@_select_font_family:nn {#1} {#2}
- \tl_set:Nn \zf@family { \l_fontspec_family_tl }
- \tl_set:Nn \zf@basefont { \l_fontspec_font }
- }
-% \end{macrocode}
-% \end{macro}
-% \end{macro}
-% \end{macro}
-% \end{macro}
-%
% \subsection{Finishing up}
% Now we just want to set up loading the \texttt{.cfg} file, if it exists.
% \begin{macrocode}