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
  • 2
    This is great, but is there a way to make the top row a bold heading, with the thick line under the top row? Commented May 9, 2021 at 6:17
  • 2
    @muteboy for a thick line under the top row you can delete \def\midrule{} from the header-includes. For a bold header it is more difficult from LaTeX, it is the easiest to do this from your Markdown source itself by using **Heading 1** with the Markdown syntax ** for bold. Commented May 9, 2021 at 10:21
  • 1
    I tried to use this hack with the colortbl package but it throws an error : ! Package array Error: Illegal pream-token (\pream): `c' used. Do you think it's fixable ? Commented Sep 9, 2021 at 13:05
  • 1
    @ChrisAga regarding "is it fixable": it might, I have tried when I wrote this answer originally but I couldn't make it work back then (and it is already messy enough) so I decided to leave it as it is in the hope that Pandoc will start supporting vertical lines natively at some point. Commented Sep 9, 2021 at 13:16
  • 1
    The thing is that \preamp is not expanded by the array package and I cannot figure any workaround. Commented Sep 10, 2021 at 18:43