Skip to content

Instantly share code, notes, and snippets.

@shasderias
Created February 1, 2017 19:32
Show Gist options
  • Save shasderias/ca4dffd6037ff7b50be2dbf8bd4d5682 to your computer and use it in GitHub Desktop.
Save shasderias/ca4dffd6037ff7b50be2dbf8bd4d5682 to your computer and use it in GitHub Desktop.
%\setuppapersize [A4,landscape]
%\setupbodyfont [sans, 10pt]
%\setuplayout [location=singlesided, width=middle, backspace=2.5cm, header=4.7cm]
\startsetups[header]
\startxtable
\startxrow
\startxcell Header \stopxcell
\stopxrow
\stopxtable
\stopsetups
\setupheadertexts[\setups{header}]
\starttext
\bTABLE[split=repeat, header=yes]
\setupTABLE[r][first]
[background=color,
backgroundcolor=yellow]
\bTABLEhead
\bTR
\bTH Header \eTH
\eTR
\eTABLEhead
\bTABLEbody
\dorecurse{100} {
\bTR
\bTD Body \eTD
\eTR
}
\eTABLEbody
\eTABLE
\stoptext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment