Had my first trial with drawing a simple table with the following code:
Code: Select all
\documentclass[parskip]{scrartcl}
\usepackage[frenchb] {babel}
\usepackage[latin1]{inputenc}
\selectlanguage{frenchb}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\setlength{\parskip}{1.3ex plus 0.2ex minus 0.2ex}
\usepackage{graphicx}
\begin{document}
\begin{table}[htdp]
\caption{Eléments de flexibilité}
\begin{center}
\begin{tabular}{|l|l|}
\hline
Volume Flexibility & What : Ability to vary the short-term products/services. \\
& Why : Important. Deadlines for reports, spécial business évents, new projects. \\
& Example : Ability to asign person /hours to an unplanned project. \\
\hline]
\hline
\end{tabular}
\end{center}
\label{Eléments de flexibilité des SI proposés par Kumar}
\end{table}%
\end{document}
I have 1 problem and 2 questions: The problem is that the the table is not aligned to the text nor to the page and goes to the left and its remainder cannot be seen in Latex Pdf as if text was cut
the 2 questions are:
How to split a cell into diagonal like in word or excel
How to itemize text in a cell (write text that is bulleted?)
Thanks for the help you can provide me with awaiting your reply..