Skip to content

Commit

Permalink
removed unnecessary dependency on calc package (closes gpoore#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoore committed Jul 15, 2023
1 parent fa93dba commit 1a77d68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion source/DEPENDS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
calc
catchfile
etoolbox
float
Expand Down
7 changes: 4 additions & 3 deletions source/minted.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{minted}
%<*package>
[2023/07/15 v2.8-dev6 Yet another Pygments shim for LaTeX]
[2023/07/15 v2.8-dev7 Yet another Pygments shim for LaTeX]
%</package>
%<*driver>
\documentclass{ltxdoc}
Expand All @@ -50,6 +50,7 @@
\usepackage{textcomp}
\usepackage[cache, langlinenos]{minted}

\usepackage{calc}
\usepackage{environ}
\usepackage{graphicx}
\usepackage{multicol}
Expand Down Expand Up @@ -208,7 +209,7 @@
%</driver>
% \fi
%
% \CheckSum{2548}
% \CheckSum{2547}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
Expand All @@ -235,6 +236,7 @@
% \item Improved \Verb{\mintinline} documentation to address packages that redefine \Verb{\section} (\#368).
% \item Added support for \texpkg{fvextra} options \texttt{breakafterinrun} and \texttt{breakbeforeinrun} (\#358). In \texpkg{fvextra} version 1.5, \texttt{breakaftergroup} and \texttt{breakbeforegroup} were renamed to \texttt{breakafterinrun} and \texttt{breakbeforeinrun} to avoid naming ambiguity with new options. The old options \texttt{breakaftergroup} and \texttt{breakbeforegroup} are no longer supported.
% \item Added \texttt{DEPENDS.txt} (\#331).
% \item Removed unnecessary dependency on \textpkg{calc} package (\#313).
% \end{changelog}
%
%
Expand Down Expand Up @@ -1655,7 +1657,6 @@
\RequirePackage{kvoptions}
\RequirePackage{fvextra}
\RequirePackage{ifthen}
\RequirePackage{calc}
\IfFileExists{shellesc.sty}
{\RequirePackage{shellesc}
\@ifpackagelater{shellesc}{2016/04/29}
Expand Down
3 changes: 1 addition & 2 deletions source/minted.sty
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@
%% and the derived file minted.sty.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{minted}
[2023/07/14 v2.8-dev4 Yet another Pygments shim for LaTeX]
[2023/07/15 v2.8-dev7 Yet another Pygments shim for LaTeX]
\RequirePackage{keyval}
\RequirePackage{kvoptions}
\RequirePackage{fvextra}
\RequirePackage{ifthen}
\RequirePackage{calc}
\IfFileExists{shellesc.sty}
{\RequirePackage{shellesc}
\@ifpackagelater{shellesc}{2016/04/29}
Expand Down

0 comments on commit 1a77d68

Please sign in to comment.