Skip to main content
Post Undeleted by NickD
added 270 characters in body
Source Link
NickD
  • 36k
  • 4
  • 33
  • 50

Try adding % \\ after the & in each of the lines that end with &: it seems to defeat the indentation engine without causing any problems.:

... \multicolumn{1}{c}{Testing...} & % \\ {\begin{minipage}{2cm}\includegraphics...\end{minipage}} & % \\ {\begin{minipage}{2cm}\includegraphics...\end{minipage}} & % \\ {\begin{minipage}{2cm}\includegraphics...\end{minipage}} \\ ... 

Very lightly tested.

Try adding % \\ after the & in each of the lines that end with &: it seems to defeat the indentation engine without causing any problems.

Very lightly tested.

Try adding % \\ after the & in each of the lines that end with &: it seems to defeat the indentation engine without causing any problems:

... \multicolumn{1}{c}{Testing...} & % \\ {\begin{minipage}{2cm}\includegraphics...\end{minipage}} & % \\ {\begin{minipage}{2cm}\includegraphics...\end{minipage}} & % \\ {\begin{minipage}{2cm}\includegraphics...\end{minipage}} \\ ... 

Very lightly tested.

Post Deleted by NickD
Source Link
NickD
  • 36k
  • 4
  • 33
  • 50

Try adding % \\ after the & in each of the lines that end with &: it seems to defeat the indentation engine without causing any problems.

Very lightly tested.