From 219d5c2a6d4840bf9c52bae955f40cf5ed6de936 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Mon, 26 Oct 2015 13:23:54 +0000 Subject: Update to v1.1 Wrong factor in (13) Typos Update style files, add DOIs to the bibliography --- toolbox.sty | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'toolbox.sty') diff --git a/toolbox.sty b/toolbox.sty index 620ed50..7f5738e 100644 --- a/toolbox.sty +++ b/toolbox.sty @@ -34,8 +34,13 @@ \@beginparpenalty=\prevparpenalty } +%% stack relations in subscript or superscript +\def\mAthop#1{\displaystyle\mathop{\scriptstyle #1}} %% array spanning the entire line -\def\largearray{\begin{array}{@{}>{\displaystyle}l@{}}\hphantom{\hspace{\textwidth}}\\[-.5cm]} +\newlength\largearray@width +\setlength\largearray@width\textwidth +\addtolength\largearray@width{-10pt} +\def\largearray{\begin{array}{@{}>{\displaystyle}l@{}}\hphantom{\hspace{\largearray@width}}\\[-.5cm]} \def\endlargearray{\end{array}} -- cgit v1.2.3-70-g09d2