Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • Welcome to TeX.SE. Commented Oct 2, 2022 at 8:11
  • 1
    Did you try with tabularx? Commented Oct 2, 2022 at 8:24
  • Off-topic: Since your code runs \captionsetup[table]{justification=centering, labelsep=newline, font=bf, skip=1ex}, there's no need for \textbf in \caption{\textbf{Optimism}}. \caption{Optimism} will do. Commented Oct 2, 2022 at 8:52
  • 1
    forcing the table full width makes it much harder to read, are you sure you want that layout? Commented Oct 2, 2022 at 8:53
  • 1
    \IfFileExists{pslatex.sty}{\usepackage{pslatex} really?? I wrote pslatex around 1990 to match the fonts on a Sun (rebadged apple) laserwriter, I don't think I ever used it after we brought out latex2e in 1993. Odd to see it still being used. Commented Oct 2, 2022 at 8:57