You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
273 B
9 lines
273 B
\newcommand{\sysReqItem}[7] {
|
|
\item #1 \ #2
|
|
\begin{itemize}[label={}, leftmargin=0pt]
|
|
\item \textbf{Περιγραφή}: #3
|
|
\item \textbf{User Priority (#4/5)}: #5
|
|
\item \textbf{Technical Priority (#6/5)}: #7
|
|
\end{itemize}
|
|
\medskip
|
|
}
|