thank you, that looks definitely better than the approach i tried, at least at the small scale.
the next problem i encountered regarding this is that list items are more or less filled. which makes the list look ugly using the purposed solution.
the question now is, is there a box that can be "stacked" or moved horizontally over another box to achieve the same effect?
this is the real code and text i am using to show what i mean. the curly-bracket should group item 4 and 5 but should not alter the line break of the items above.
Code: Select all
\begin{minipage}[b]{6.5cm}
\begin{enumerate}
\item Autocalibration (Chapter )
\item Image Undistortion (due to camera lens effects) (Chapter ...)
\item Image Reprojection (Transformation on to a common "image plane") (Chapter ....)
\item Feature Detection (Chapter ....)
\item Feature Matching (Chapter ....)
\item Feature Filtering and Transformation Approximation (Chapter ....)
\item Image Projection (Chapter ....)
\item Stitching (blending overlapping image) (Chapter ..... )
\end{enumerate}
\end{minipage}
\begin{minipage}[b]{7cm}
\raisebox{.5cm}{$\left.\vphantom{\rule{1mm}{.6cm}} \right\rbrace$ some text goes here.}
\end{minipage}
once again, thanks in advance.