Tabelle Cockburn in latex

per evitare di iastemmare
 avatar
alescetto
latex
2 years ago
962 B
34
Indexable
\def\arraystretch{1.5}
\begin{tabularx}{\linewidth}{|l|X|X|X|}

      \hline Use Case \#N & \multicolumn{3} {l|}{Name} \\ \hline Goal in
      Context & \multicolumn{3}{>{\hsize=\dimexpr 3\hsize+4\tabcolsep+2\arrayrulewidth\relax}X|}{%
        This is a very long line. Lorem ipsum dolor sit amet, consectetur
        adipiscing elit, sed do eiusmod tempor incididunt ut labore et
        dolore magna aliqua.  } \\
     \hline Preconditions &
      \multicolumn{3}{l|}{} \\
     \hline Success End Conditions &
      \multicolumn{3}{l|}{} \\
    
      \hline \multirow{2}{*}{Description} & Step & User Action & System \\
    
      \cline{2-4} & & & \\
     \hline \multirow{2}{*}{Extensions} & Step &
      User Action & System \\
     \cline{2-4} & & & \\
     \hline
      \multirow{2}{*}{Subvariations} & Step & User Action & System \\
    
      \cline{2-4} & & & \\
     \hline Notes & \multicolumn{3}{l|}{} \\
     \hline

    \end{tabularx}
\end{table}
Editor is loading...
Leave a Comment