From 39b632f4114d433ae2c9b49a177ce30c519b46f3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 5 Sep 2017 21:57:29 +0000 Subject: lwarp (5sep17) git-svn-id: svn://tug.org/texlive/trunk@45224 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/lwarp/lwarp-bigdelim.sty | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/lwarp/lwarp-bigdelim.sty (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-bigdelim.sty') diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-bigdelim.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-bigdelim.sty new file mode 100644 index 00000000000..478302ce1e6 --- /dev/null +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-bigdelim.sty @@ -0,0 +1,37 @@ +%% +%% This is file `lwarp-bigdelim.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% lwarp.dtx (with options: `bigdelim') +%% This is a generated file. +%% Copyright 2016-2017 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{bigdelim} +\LetLtxMacro\LWR@origldelim\ldelim +\LetLtxMacro\LWR@origrdelim\rdelim +\RenewDocumentCommand{\ldelim}{m m m O{}}{% +\renewcommand{\LWR@multirowborder}{right}% +\multirow{#2}{#3}{#4 \InlineClass{ldelim}{#1}}% +} + +\RenewDocumentCommand{\rdelim}{m m m O{}}{% +\renewcommand{\LWR@multirowborder}{left}% +\multirow{#2}{#3}{\InlineClass{rdelim}{#1} #4}% +} +\appto{\LWR@restoreorigformatting}{% +\LetLtxMacro{\ldelim}{\LWR@origldelim}% +\LetLtxMacro{\rdelim}{\LWR@origrdelim}% +} + +\endinput +%% +%% End of file `lwarp-bigdelim.sty'. -- cgit v1.2.3