summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/breqn/mathstyle.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/breqn/mathstyle.dtx')
-rw-r--r--macros/latex/contrib/breqn/mathstyle.dtx98
1 files changed, 8 insertions, 90 deletions
diff --git a/macros/latex/contrib/breqn/mathstyle.dtx b/macros/latex/contrib/breqn/mathstyle.dtx
index cc99d8b842..73b9052516 100644
--- a/macros/latex/contrib/breqn/mathstyle.dtx
+++ b/macros/latex/contrib/breqn/mathstyle.dtx
@@ -3,8 +3,8 @@
% Copyright (C) 1997-2003 by Michael J. Downes
% Copyright (C) 2007-2008 by Morten Hoegholm
% Copyright (C) 2007-2014 by Lars Madsen
-% Copyright (C) 2007-2017 by Will Robertson
% Copyright (C) 2010-2017 by Joseph Wright
+% Copyright (C) 2007-2019 by Will Robertson
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -27,13 +27,7 @@
% CTAN:macros/latex/contrib/mh/mathstyle.pdf
%
% Unpacking:
-% (a) If mathstyle.ins is present:
-% tex mathstyle.ins
-% (b) Without mathstyle.ins:
-% tex mathstyle.dtx
-% (c) If you insist on using LaTeX
-% latex \let\install=y\input{mathstyle.dtx}
-% (quote the arguments according to the demands of your shell)
+% tex breqnbundle.ins
%
% Documentation:
% The class ltxdoc loads the configuration file ltxdoc.cfg
@@ -53,89 +47,8 @@
% TDS:doc/latex/breqn/mathstyle.pdf
% TDS:source/latex/breqn/mathstyle.dtx
%
-%<*ignore>
-\begingroup
- \def\x{LaTeX2e}
-\expandafter\endgroup
-\ifcase 0\ifx\install y1\fi\expandafter
- \ifx\csname processbatchFile\endcsname\relax\else1\fi
- \ifx\fmtname\x\else 1\fi\relax
-\else\csname fi\endcsname
-%</ignore>
-%<*install>
-\input docstrip.tex
-\Msg{************************************************************************}
-\Msg{* Installation for package: mathstyle}
-\Msg{************************************************************************}
-
-\keepsilent
-\askforoverwritefalse
-
-\preamble
-
-This is a generated file.
-
-Copyright (C) 1997-2003 by Michael J. Downes
-Copyright (C) 2007-2011 by Morten Hoegholm et al
-Copyright (C) 2007-2014 by Lars Madsen
-Copyright (C) 2007-2017 by Will Robertson
-Copyright (C) 2010-2017 by Joseph Wright
-
-This work may be distributed and/or modified under the
-conditions of the LaTeX Project Public License, either
-version 1.3 of this license or (at your option) any later
-version. The latest version of this license is in
- http://www.latex-project.org/lppl.txt
-and version 1.3 or later is part of all distributions of
-LaTeX version 2005/12/01 or later.
-
-This work has the LPPL maintenance status "maintained".
-
-The Current Maintainer of this work is Will Robertson.
-
-This work consists of the main source file mathstyle.dtx
-and the derived files
- mathstyle.sty, mathstyle.pdf, mathstyle.ins.
-
-\endpreamble
-
-\generate{%
- \file{mathstyle.ins}{\from{mathstyle.dtx}{install}}%
- \usedir{tex/latex/breqn}%
- \file{mathstyle.sty}{\from{mathstyle.dtx}{package}}%
-}
-
-\obeyspaces
-\Msg{************************************************************************}
-\Msg{*}
-\Msg{* To finish the installation you have to move the following}
-\Msg{* file into a directory searched by TeX:}
-\Msg{*}
-\Msg{* mathstyle.sty}
-\Msg{*}
-\Msg{* Happy TeXing!}
-\Msg{*}
-\Msg{************************************************************************}
-
-\endbatchfile
-%</install>
-%<*ignore>
-\fi
-%</ignore>
-%
-%<*driver>
-\ProvidesFile{mathstyle.drv}
-%</driver>
-%<package>\NeedsTeXFormat{LaTeX2e}
-%<package>\ProvidesPackage{mathstyle}
-%<*package|driver>
- [2017/01/27 0.98e Tracking mathstyle implicitly]
-%</package|driver>
%<*driver>
\documentclass{ltxdoc}
-\CodelineIndex
-\EnableCrossrefs
-\setcounter{IndexColumns}{2}
\providecommand*\pkg[1]{\textsf{#1}}
\begin{document}
\DocInput{mathstyle.dtx}
@@ -143,8 +56,9 @@ and the derived files
%</driver>
% \fi
%
-% \GetFileInfo{mathstyle.drv}
% \title{The \textsf{mathstyle} package}
+% \def\fileversion{0.98g}
+% \def\filedate{2019/10/15}
% \date{\filedate\quad\fileversion}
% \author{Authors: Michael J. Downes, Morten H\o gholm\\ Maintained by Morten H\o gholm, Will Robertson\\ Feedback: \texttt{https://github.com/wspr/breqn/issues}}
%
@@ -235,6 +149,10 @@ and the derived files
%
% \begin{macrocode}
%<*package>
+\NeedsTeXFormat{LaTeX2e}
+\RequirePackage{expl3}
+\ProvidesExplPackage{mathstyle}{2019/10/15}{0.98g}{Tracking mathstyle implicitly}
+\ExplSyntaxOff
% \end{macrocode}
%
% \begin{macro}{\@saveprimitive}