summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/lttextcomp.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-07 21:57:46 +0000
committerKarl Berry <karl@freefriends.org>2020-02-07 21:57:46 +0000
commit536e687dbcddd012465050aa8580c3a3f6dcef5f (patch)
tree45806021c58934e2ee17bca4e75034adfad63ddb /Master/texmf-dist/source/latex/base/lttextcomp.dtx
parent2e50b494c36f9089053ff2aff45447c34ba8166d (diff)
latex2e (7feb20)
git-svn-id: svn://tug.org/texlive/trunk@53712 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/lttextcomp.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/lttextcomp.dtx17
1 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/base/lttextcomp.dtx b/Master/texmf-dist/source/latex/base/lttextcomp.dtx
index eca72e4d28c..c918a836f94 100644
--- a/Master/texmf-dist/source/latex/base/lttextcomp.dtx
+++ b/Master/texmf-dist/source/latex/base/lttextcomp.dtx
@@ -1397,7 +1397,6 @@
%
% \begin{macrocode}
%<*TS1sty>
-\NeedsTeXFormat{LaTeX2e}[1995/06/01]
\providecommand\DeclareRelease[3]{}
\providecommand\DeclareCurrentRelease[2]{}
@@ -1405,7 +1404,13 @@
\DeclareCurrentRelease{}{2020-02-02}
\ProvidesPackage{textcomp}
- [2020/02/02 v2.0m Standard LaTeX package]
+ [2020/02/02 v2.0n Standard LaTeX package]
+% \end{macrocode}
+%
+% A precaution in case this is used without rebuilding the format.
+% \changes{v2.0n}{2020/02/05}{Ensure we are on a new format (gh/260)}
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}[2020/02/02]
% \end{macrocode}
%
% This is implemented by defining the default subset:
@@ -1423,12 +1428,12 @@
% results to ensure that there aren't ``missing glyphs''.
%
% The next set of options define the warning level (default in the
-% kernel is info only). If you load the package then the default
-% changes to produce an error message if any substitution happens.
+% kernel is info only). Using the package options you can change this behavior.
+% \changes{v2.0n}{2020/02/05}{Changed the package default to info (gh/262)}
% \begin{macrocode}
-\def\tc@errorwarn{\PackageError{textcomp}}
\DeclareOption{error}{\gdef\tc@errorwarn{\PackageError{textcomp}}}
\DeclareOption{warn}{\gdef\tc@errorwarn#1#2{\PackageWarning{textcomp}{#1}}}
+\DeclareOption{info}{\gdef\tc@errorwarn#1#2{\PackageInfo{textcomp}{#1}}}
\DeclareOption{quiet}{\gdef\tc@errorwarn#1#2{}}
% \end{macrocode}
%
@@ -1453,7 +1458,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ExecuteOptions{}
+\ExecuteOptions{info}
\ProcessOptions\relax
% \end{macrocode}
%