diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-10 22:11:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-10 22:11:48 +0000 |
commit | 8781d3094f85f4ea7a4bf4280a0d8728ca49de41 (patch) | |
tree | 5186f3c0e77b94e35368eae1ee010e1648d3ea34 /Master/texmf-dist/source | |
parent | da5e5327ee2b5e772987c7938a951d277cc98645 (diff) |
curve2e (10jan21)
git-svn-id: svn://tug.org/texlive/trunk@57380 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/curve2e/curve2e.dtx | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/Master/texmf-dist/source/latex/curve2e/curve2e.dtx b/Master/texmf-dist/source/latex/curve2e/curve2e.dtx index e9de1ccc69a..1062faf7370 100644 --- a/Master/texmf-dist/source/latex/curve2e/curve2e.dtx +++ b/Master/texmf-dist/source/latex/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 |