summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/curve2e/curve2e.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/curve2e/curve2e.dtx')
-rw-r--r--macros/latex/contrib/curve2e/curve2e.dtx40
1 files changed, 20 insertions, 20 deletions
diff --git a/macros/latex/contrib/curve2e/curve2e.dtx b/macros/latex/contrib/curve2e/curve2e.dtx
index e9de1ccc69..1062faf737 100644
--- a/macros/latex/contrib/curve2e/curve2e.dtx
+++ b/macros/latex/contrib/curve2e/curve2e.dtx
@@ -46,7 +46,7 @@ README.txt and curve2e-v161.sty.
%<+package>\ProvidesPackage{curve2e}%
%<+readme>File README.txt for package curve2e
%<*package|readme>
- [2020-12-20 v.2.2.13 Extension package for pict2e]
+ [2021-01-10 v.2.2.14 Extension package for pict2e]
%</package|readme>
%<*driver>
\documentclass{ltxdoc}\errorcontextlines=9
@@ -54,7 +54,7 @@ README.txt and curve2e-v161.sty.
\usepackage[utf8]{inputenc}
\usepackage{lmodern,textcomp}
\usepackage{mflogo}
-\usepackage{multicol,amsmath,fancyvrb,graphics,verbatim,trace}
+\usepackage{multicol,amsmath,fancyvrb,graphicx,verbatim,trace}
\usepackage{xcolor,curve2e}
\GetFileInfo{curve2e.dtx}
\title{The extension package \textsf{curve2e}}
@@ -507,10 +507,10 @@ README.txt and curve2e-v161.sty.
% \subsection{Some preliminary extensions to the \texttt{pict2e} package}
%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The necessary preliminary code has already been introduced. Here we
-% require the \texttt{color} package and the \texttt{pict2e} one; for the
-% latter one we make sure that a sufficiently recent version is used.
-% If you want to use package \texttt{xcolor}, load it \emph{after}
-% \texttt{curve2e}.
+% require the \texttt{color} and \texttt{graphicx} packages plus
+% the \texttt{pict2e} one; for the latter we make sure that a
+% sufficiently recent version is used. If you want to use package
+% \texttt{xcolor}, load it \emph{after} \texttt{curve2e}.
%
% Here we load also the |xparse| and |xfp| packages because we use their
% functionalities; but we do load them only if they are not already
@@ -527,24 +527,24 @@ README.txt and curve2e-v161.sty.
%\fi
% \begin{macrocode}
\IfFileExists{xfp.sty}{%
- \RequirePackage{color}
+ \RequirePackage{graphicx,color}
\RequirePackageWithOptions{pict2e}[2014/01/01]
\@ifl@aded{sty}{xparse}{}{\RequirePackage{xparse}}
\@ifl@aded{sty}{xfp}{}{\RequirePackage{xfp}}%
}{%
- \RequirePackage{curve2e-v161}%
- \PackageWarningNoLine{curve2e}{%
- Package xfp is required, but apparently\MessageBreak%
- such package cannot be found in this \MessageBreak%
- TeX system installation\MessageBreak%
- Either your installation is not complete \MessageBreak%
- or it is older than 2018-10-17.\MessageBreak%
- \MessageBreak%
- ***************************************\MessageBreak%
- Version 1.61 of curve2e has been loaded\MessageBreak%
- instead of the current version\MessageBreak%
- ***************************************\MessageBreak}%
- \endinput
+ \RequirePackage{curve2e-v161}%
+ \PackageWarningNoLine{curve2e}{%
+ Package xfp is required, but apparently\MessageBreak%
+ such package cannot be found in this \MessageBreak%
+ TeX system installation\MessageBreak%
+ Either your installation is not complete \MessageBreak%
+ or it is older than 2018-10-17.\MessageBreak%
+ \MessageBreak%
+ ***************************************\MessageBreak%
+ Version 1.61 of curve2e has been loaded\MessageBreak%
+ instead of the current version\MessageBreak%
+ ***************************************\MessageBreak}%
+ \endinput
}
% \end{macrocode}
% Since we already loaded package|xfp| or at least we explicitly load it