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*

9
  • 1
    Could you please make your code a compilable minimal working example (MWE) by adding the docmentclass as well as the relevant packages? Commented May 16, 2019 at 13:48
  • 1
    Related:coloring entire row of tabular* and How do I color a table row correctly? Commented May 16, 2019 at 13:50
  • tabular* inserts space between the columns, and that is what you are seeing with the white gaps. Forcing the columns apart just make the table harder to read so simplest is to use a normal tabular Commented May 16, 2019 at 13:51
  • @DavidCarlisle i changed it into tabular without the asterisk but then i get the following error: l.156 \noindent\begin{tabular}{\columnwidth} {@{\extracolsep{\fill}} |l|l|l|l... Commented May 16, 2019 at 13:52
  • @L00n3y that isn't an error message, just a location. You presumably didn't delete the {\textwidth} argument that tabular does not have, Commented May 16, 2019 at 13:57