Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <ian.jauslin@roma1.infn.it>2015-10-26 13:02:24 +0000
committerIan Jauslin <ian.jauslin@roma1.infn.it>2015-10-26 13:02:24 +0000
commitffa924ccdd343188d2682aed0036911c2d846460 (patch)
tree35081505f146ea0f75957253a3154dcd18fa16b8 /toolbox.sty
parent4461f4aa73c1f699444eff4464e08ce3cbab059d (diff)
Update to v1.1v1.1
Wrong value for \lambda_0 in the caption of fig.6.4 Missing \omega in (7.1) Typos and misformats Update style files, add DOIs to the bibliography
Diffstat (limited to 'toolbox.sty')
-rw-r--r--toolbox.sty13
1 files changed, 12 insertions, 1 deletions
diff --git a/toolbox.sty b/toolbox.sty
index 456dd28..7f5738e 100644
--- a/toolbox.sty
+++ b/toolbox.sty
@@ -12,6 +12,12 @@
}
+%% larger skip
+\newskip\hugeskipamount
+ \hugeskipamount=24pt plus8pt minus8pt
+\def\hugeskip{\vskip\hugeskipamount}
+
+
%% penalty before large blocks
\def\preblock{
\penalty-500
@@ -28,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}}