I borrowed the code for my MWE from here. I want to put the table to right side and have difficulty in understanding parshape command. What is the purpose of 15 26pt\linewidth 26pt\linewidth 0.5\linewidth in parshape command. Any help will be highly appreciated. Thanks
\documentclass{article}
\usepackage{cutwin}
\usepackage{caption}
\usepackage{graphicx}
\usepackage{lipsum}
\usepackage{booktabs}
\begin{document}
\renewcommand\windowpagestuff{%
\hspace*{25pt}
\begin{tabular}{ccc}\\\toprule
Header-1 & Header-1 & Header-1 \\\midrule
2 &3 & 5\\ \midrule
2 &3 & 5\\ \midrule
2 &3 & 5\\ \bottomrule
\end{tabular}
}
\opencutleft
\begin{cutout}{3}{10pt}{0.5\linewidth}{12}
\begin{enumerate}
{%
\parshape 15 26pt\linewidth 26pt\linewidth 0.5\linewidth 0.5\linewidth
0.5\linewidth 0.5\linewidth 0.5\linewidth 0.5\linewidth 0.5\linewidth 0.5\linewidth
0.5\linewidth 0.5\linewidth 0.5\linewidth 0.5\linewidth 0.5\linewidth 0.5\linewidth
0.5\linewidth 0.5\linewidth 0.5\linewidth 0.5\linewidth 0.5\linewidth 0.5\linewidth
0.5\linewidth 0.5\linewidth 0.5\linewidth 0.5\linewidth 26pt\linewidth
\item \lipsum[1]
}%
\item \lipsum[2]
\item \lipsum[3]
\end{enumerate}
\end{cutout}
\end{document}
