removed \newcommand

This commit is contained in:
Efi Fogel 2007-03-26 13:14:29 +00:00
parent d9a432d903
commit 46e12d7cc4
2 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,7 @@
This package consist of functions for computing the Minkowksi sum
of two polygons in the plane. Namely, given two polygons $P,Q \in
\reals^2$ it computes $P \oplus Q = \left\{ p + q ~|~ p \in P,
\mathbb{R}^2$ it computes $P \oplus Q = \left\{ p + q ~|~ p \in P,
q \in Q \right\}$.
In addition, the package also includes functions for offsetting a

View File

@ -1,7 +1,5 @@
\begingroup
\newcommand{\reals}{\mathbb{R}}
\input{Minkowski_sum_2_ref/intro}
\input{Minkowski_sum_2_ref/minkowski_sum}
\input{Minkowski_sum_2_ref/approx_offset}