summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-10 22:11:48 +0000
committerKarl Berry <karl@freefriends.org>2021-01-10 22:11:48 +0000
commit8781d3094f85f4ea7a4bf4280a0d8728ca49de41 (patch)
tree5186f3c0e77b94e35368eae1ee010e1648d3ea34
parentda5e5327ee2b5e772987c7938a951d277cc98645 (diff)
curve2e (10jan21)
git-svn-id: svn://tug.org/texlive/trunk@57380 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/curve2e/README.txt2
-rw-r--r--Master/texmf-dist/doc/latex/curve2e/curve2e.pdfbin648061 -> 647984 bytes
-rw-r--r--Master/texmf-dist/source/latex/curve2e/curve2e.dtx40
-rw-r--r--Master/texmf-dist/tex/latex/curve2e/curve2e.sty30
4 files changed, 36 insertions, 36 deletions
diff --git a/Master/texmf-dist/doc/latex/curve2e/README.txt b/Master/texmf-dist/doc/latex/curve2e/README.txt
index 94b76a5f686..32a6f31005f 100644
--- a/Master/texmf-dist/doc/latex/curve2e/README.txt
+++ b/Master/texmf-dist/doc/latex/curve2e/README.txt
@@ -5,7 +5,7 @@
%% License information appended
%%
File README.txt for package curve2e
- [2020-12-20 v.2.2.13 Extension package for pict2e]
+ [2021-01-10 v.2.2.14 Extension package for pict2e]
The package bundle curve2e is composed of the following files
curve2e.dtx
diff --git a/Master/texmf-dist/doc/latex/curve2e/curve2e.pdf b/Master/texmf-dist/doc/latex/curve2e/curve2e.pdf
index d318961bdba..c1f2a2e9b61 100644
--- a/Master/texmf-dist/doc/latex/curve2e/curve2e.pdf
+++ b/Master/texmf-dist/doc/latex/curve2e/curve2e.pdf
Binary files differ
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
diff --git a/Master/texmf-dist/tex/latex/curve2e/curve2e.sty b/Master/texmf-dist/tex/latex/curve2e/curve2e.sty
index 0b918092241..5276d0c2c8e 100644
--- a/Master/texmf-dist/tex/latex/curve2e/curve2e.sty
+++ b/Master/texmf-dist/tex/latex/curve2e/curve2e.sty
@@ -11,26 +11,26 @@
%%
\NeedsTeXFormat{LaTeX2e}[2019/01/01]
\ProvidesPackage{curve2e}%
- [2020-12-20 v.2.2.13 Extension package for pict2e]
+ [2021-01-10 v.2.2.14 Extension package for pict2e]
\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
}
\ExplSyntaxOn
\AtBeginDocument{%