summaryrefslogtreecommitdiff
path: root/manual/PRESENTATION_ExAdv.tex
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-06-26 22:05:39 +0200
committerClifford Wolf <clifford@clifford.at>2014-06-26 22:05:39 +0200
commit3e96ce86809fa0a4ea737fa4a9d3e6261f40a191 (patch)
tree1cd6ff84af76575c3d1695b170e157090267fea7 /manual/PRESENTATION_ExAdv.tex
parent076182c34e34b5e59eb5d89d5001f7547102bb4d (diff)
Progress in presentation
Diffstat (limited to 'manual/PRESENTATION_ExAdv.tex')
-rw-r--r--manual/PRESENTATION_ExAdv.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/PRESENTATION_ExAdv.tex b/manual/PRESENTATION_ExAdv.tex
index 7aa01424..471516b4 100644
--- a/manual/PRESENTATION_ExAdv.tex
+++ b/manual/PRESENTATION_ExAdv.tex
@@ -94,7 +94,7 @@ tool for interactive design investigation.
\subsubsection{Selecting by object property or type}
\begin{frame}[fragile]{\subsubsecname}
-Special pattern can be used to select by object property or type. For example:
+Special patterns can be used to select by object property or type. For example:
\bigskip
\begin{lstlisting}[xleftmargin=0.5cm, basicstyle=\ttfamily\fontsize{8pt}{10pt}\selectfont, language=ys]
@@ -113,7 +113,7 @@ reference to the {\tt select} command.
\subsubsection{Combining selection}
\begin{frame}[fragile]{\subsubsecname}
-When more than one selection expression is used in one statement they are
+When more than one selection expression is used in one statement, then they are
pushed on a stack. The final elements on the stack are combined into a union:
\medskip
@@ -169,7 +169,7 @@ See {\tt help select} for full documentation of this expressions.
\subsubsection{Incremental selection}
\begin{frame}[fragile]{\subsubsecname}
-Sometime a selection can most easily described by a series of add/delete operations.
+Sometimes a selection can most easily be described by a series of add/delete operations.
The commands {\tt select -add} and {\tt select -del} respectively add or remove objects
from the current selection instead of overwriting it.