In the past I used the command p{4cm} with tabular to fix all the column widths in a table. This used to work, when required for uniform tables and proper wrapping. After an upgrade to WinEdt6 and MikTex2.9 (and several packages with that) it appears to bug out.
I use the code example below (actually from another site), and include the pdf with the result. At first the code appears to work, but when I add the \hline or rules it shows the real problem. I use a minimum of packages compared to my ongoing work, but the problem persists.
Is there a remedy for this or am I doing something wrong??
Code: Select all
\documentclass{article}\usepackage{multicol}\usepackage{array}\begin{document}\section{Work Experience}\begin{tabular}{>{\hfill}p{5cm}|p{11cm}}\hlineCurrent & Your job at Your Company, Town \\Jan 2009 & What your company does \\& A description of what you do\\\multicolumn{2}{c}{}\end{tabular}\end{document}