Skip to content

Instantly share code, notes, and snippets.

@peakBreaker
Created October 17, 2018 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peakBreaker/14041d6f18d1b6b6c0be88e8167cd9ca to your computer and use it in GitHub Desktop.
Save peakBreaker/14041d6f18d1b6b6c0be88e8167cd9ca to your computer and use it in GitHub Desktop.
FullpageTable
%%
%% Full page table test
%%
\documentclass[12pt]{article}
\pagenumbering{gobble}
\usepackage{tabularx}
\newcolumntype{C}{>{\hsize=.5\hsize}X}
\usepackage[left=1cm, right=1cm, top=1cm, bottom=1cm]{geometry}
\begin{document}
\noindent
\begin{tabularx}{\linewidth}{@{\rule[0ex]{0pt}{5ex}}|*{2}{C|}}
\hline
Type & Comment \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
& \\
\hline
\end{tabularx}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment