diff options
author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-10-26 13:53:12 +0000 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-10-26 13:55:05 +0000 |
commit | c6a2b9ffb580c4f50f416fe4c673322875dd6ded (patch) | |
tree | 9b749ca184b956a6d865e49b8e2c46a71a46a1aa /toolbox.sty | |
parent | 42f582de1e5eb8eace938e9390ad470f7b3d2864 (diff) |
Typos, misformats, update style files, add DOIs in bibliographyv0.1.3
Diffstat (limited to 'toolbox.sty')
-rw-r--r-- | toolbox.sty | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolbox.sty b/toolbox.sty index 3355557..0235b71 100644 --- a/toolbox.sty +++ b/toolbox.sty @@ -34,6 +34,8 @@ \@beginparpenalty=\prevparpenalty } +%% stack relations in subscript or superscript +\def\mAthop#1{\displaystyle\mathop{\scriptstyle #1}} %% array spanning the entire line \newlength\largearray@width @@ -42,3 +44,5 @@ \def\largearray{\begin{array}{@{}>{\displaystyle}l@{}}\hphantom{\hspace{\largearray@width}}\\[-.5cm]} \def\endlargearray{\end{array}} +%% qedsquare +\def\qed{\penalty10000\hfill\penalty10000$\square$} |