diff options
author | Karl Berry <karl@freefriends.org> | 2018-07-07 20:46:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-07-07 20:46:58 +0000 |
commit | c1b657195f44402f5c3e6183d1746cfc6f91791a (patch) | |
tree | 7839988d393f90738918cc07f848d7276941eceb /Master/texmf-dist/tex/latex/lwarp/lwarp-cases.sty | |
parent | b5906151f91070a3372cf1fe25efa06fd070a0d1 (diff) |
lwarp (7jul18)
git-svn-id: svn://tug.org/texlive/trunk@48159 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-cases.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-cases.sty | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-cases.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-cases.sty new file mode 100644 index 00000000000..dc52db4538f --- /dev/null +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-cases.sty @@ -0,0 +1,42 @@ +%% +%% This is file `lwarp-cases.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% lwarp.dtx (with options: `cases') +%% This is a generated file. +%% Copyright 2016-2018 Brian Dunn +%% +%% 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. +\LWR@ProvidesPackagePass{cases} +\BeforeBeginEnvironment{numcases}{ + \begin{BlockClass}{displaymathnumbered} + \LWR@newautoidanchor% + \booltrue{LWR@indisplaymathimage}% + \begin{lateximage}[-cases- \mathimagename] +} + +\AfterEndEnvironment{numcases}{ + \end{lateximage}\end{BlockClass} +} + +\BeforeBeginEnvironment{subnumcases}{ + \begin{BlockClass}{displaymathnumbered} + \LWR@newautoidanchor% + \booltrue{LWR@indisplaymathimage}% + \begin{lateximage}[-cases- \mathimagename] +} + +\AfterEndEnvironment{subnumcases}{ + \end{lateximage}\end{BlockClass} +} +\endinput +%% +%% End of file `lwarp-cases.sty'. |