Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <ian.jauslin@roma1.infn.it>2015-10-26 13:23:54 +0000
committerIan Jauslin <ian.jauslin@roma1.infn.it>2015-10-26 13:23:54 +0000
commit219d5c2a6d4840bf9c52bae955f40cf5ed6de936 (patch)
treedefadd667fa557c3d68c02781ed57ff41962b03b /toolbox.sty
parent23b474936c8a736373c2fc5058f32b80daa2c261 (diff)
Update to v1.1HEADv1.1master
Wrong factor in (13) Typos Update style files, add DOIs to the bibliography
Diffstat (limited to 'toolbox.sty')
-rw-r--r--toolbox.sty7
1 files changed, 6 insertions, 1 deletions
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}}