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.

3
  • 1
    What have you tried so far? Please show us your code ... Commented Sep 26, 2021 at 10:55
  • I have not created a table before! Just checked Table overleaf here overleaf.com/learn/latex/Tables, but it does show anything like what I need. I am using the following document class: \documentclass[pra,onecolumn]{revtex4}. Commented Sep 26, 2021 at 10:59
  • 1
    You need to define so may columns as you needed on table body and than put Action 1 and Action 2 into \multicolumn{2}{c}{ <content> }. BTW, columns cannpot be split to "sub" columns, but cells in adjacent columns can be merged. Commented Sep 26, 2021 at 11:06