0

I would like the first word (i.e. Programming) to be hyphenated, but it is not and it is running into the column beside it. I'm thinking that since it is a standalone word, LaTeX is trying to avoid hyphenating it?

\documentclass[11pt]{article}
\usepackage{array,tabularx}
\begin{document}
    \begin{tabularx}{2in}{@{}p{0.3in}@{\hspace{3ex}}X@{}}
        Programming &  Python, MATLAB, R, FORTRAN\\
    \end{tabularx}
\end{document}
%  also tried this in place of p column: >{\raggedright\hsize=6ex\arraybackslash}X
Also tried removing @{\hspace{3ex}} between columns
leandriis
  • 62,593

0 Answers0