diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/curve2e/curve2e.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/curve2e/curve2e.sty | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/Master/texmf-dist/tex/latex/curve2e/curve2e.sty b/Master/texmf-dist/tex/latex/curve2e/curve2e.sty index 3fa8fa3a362..6a48852b878 100644 --- a/Master/texmf-dist/tex/latex/curve2e/curve2e.sty +++ b/Master/texmf-dist/tex/latex/curve2e/curve2e.sty @@ -6,8 +6,8 @@ %% %% curve2e.dtx (with options: `package') %% ______________________________________________________ -%% The curve2e package for LaTeX and XeLATeX -%% Copyright (C) 2010 Claudio Beccari +%% The curve2e package for LaTeX and XeLaTeX +%% Copyright (C) 2005-2012 Claudio Beccari %% All rights reserved %% %% License information appended @@ -18,25 +18,10 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{curve2e}% - [2011/07/28 v.1.31 Extension package for pict2e] + [2012/03/05 v.1.40 Extension package for pict2e] \RequirePackage{color} -\RequirePackageWithOptions{pict2e}[2004/06/01] -\ifcase\pIIe@mode\relax -\or %Postscript - \providecommand\roundcap{\special{ps:: 1 setlinecap}}% - \providecommand\squarecap{\special{ps:: 0 setlinecap}}% - \providecommand\roundjoin{\special{ps:: 1 setlinejoin}}% - \providecommand\beveljoin{\special{ps:: 2 setlinejoin}}% - \providecommand\miterjoin{\special{ps:: 0 setlinejoin}}% -\or %pdf - \@ifundefined{XeTeXrevision}{} - {\def\pdfliteral#1{\special{pdf: literal #1}}}% - \providecommand\roundcap{\pdfliteral{1 J}}% - \providecommand\squarecap{\pdfliteral{0 J}}% - \providecommand\roundjoin{\pdfliteral{1 j}}% - \providecommand\beveljoin{\pdfliteral{2 j}}% - \providecommand\miterjoin{\pdfliteral{0 j}}% -\fi +\RequirePackageWithOptions{pict2e}[2011/04/01] + \def\TRON{\tracingcommands\tw@ \tracingmacros\tw@}% \def\TROF{\tracingcommands\z@ \tracingmacros\z@}% \ifx\undefined\@tdA \newdimen\@tdA \fi @@ -670,7 +655,7 @@ \def\@ChangeDir[#1]{\ChangeDir<#1>\@Curve} %% -%% Copyright 2005-2011 Claudio Beccari +%% Copyright 2005-2012 Claudio Beccari %% %% Distributable under the LaTeX Project Public License, %% version 1.3c or higher (your choice). The latest version of |