The second column of this table should be aligned in the left side so that it appears homogeneous. Do I have to work with "tabular"?
Here is the table:
Code: Select all
\documentclass[
12pt,%
% draft,%
twoside,%
BCOR10mm,%
% bibtotocnumbered,% <= obsolete
bib=totoc, % <= recommended
toc=listof,
toc=bibliography,
numbers=noenddot
]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[spanish,ngerman,catalan,english]{babel}
\usepackage{longtable}
\usepackage{tabu}
\begin{document}
\begin{longtable}{lp{.2\linewidth} p{.6\linewidth}}
\caption{Resumen}
\label{tab:etapas} \\
\toprule
\textbf{Nume.} & \textbf{Etapa} &\textbf{Descripción} \\
\midrule
\endfirsthead
\caption[]{Resumen}
\label{tab:etapas } \\
\toprule
\textbf{Nume.} & \textbf{Etapa}& \textbf{Descripción} \\
\midrule
\endhead
\midrule
&\hfill\emph{continuación} \\
\bottomrule
\endfoot
\bottomrule
\endlastfoot
1.& This is the part which should be aligned in the left side & A brief description of the phase is given
\end{lontable}
\end{document}
Regards,
Marie