
Module: ppl/ppl Branch: floating_point Commit: 867f1eaf166ffb70cd727683c4977cea44a6ac92 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=867f1eaf166ff...
Author: Fabio Biselli fabio.biselli@studenti.unipr.it Date: Wed Sep 9 12:01:58 2009 +0200
Added new macros into doc/ppl.sty
---
doc/ppl.sty | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/doc/ppl.sty b/doc/ppl.sty index 87b3207..27055c5 100644 --- a/doc/ppl.sty +++ b/doc/ppl.sty @@ -191,3 +191,6 @@ \newcommand*{\adlf}{\boxminus^{#}_{\mathbf{f}}} \newcommand*{\adivlf}{\boxslash^{#}_{\mathbf{f}}} \newcommand*{\amlf}{\boxtimes^{#}_{\mathbf{f}}} +\def\llexpr{(\kern-.1667em|} +\def\rlexpr{|\kern-.1667em)} +\newcommand*{\linexpr}[1]{\llexpr #1 \rlexpr}