# HG changeset patch # User kleing # Date 1107398084 -3600 # Node ID 6e3223561d6982295499cb66dc4bdf58df1ef33e # Parent 7c1f6e84f4ade1cbe913c45de3c61c50db04d4f7 not needed any more by LaTeXSugar diff -r 7c1f6e84f4ad -r 6e3223561d69 lib/texinputs/sugar.sty --- a/lib/texinputs/sugar.sty Thu Feb 03 03:33:55 2005 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -\usepackage{ifthen} - -% ------------------------------------------ -% for typesetting equations in tabular envs - -\newcounter{isatabs} -\newcommand{\putisatab}{% -\ifthenelse{\value{isatabs}<2}{&\addtocounter{isatabs}{1}}{}} -\newcommand{\nl}{\\\setcounter{isatabs}{0}} - -\newcommand{\isactrltab}{\putisatab} - -% ------------------------------------------