aboutsummaryrefslogtreecommitdiff
path: root/bige/test.tex
blob: ebae5588ded30b6bb6af5329eb3f944b6c7f2ce4 (plain)
1
2
3
4
5
6
7
8
9
10
\def\maketable#1{
  \halign{## & ## \cr
      \gdef\endlinex{\cr \noalign{\hrule}} 
    line1 & column2 \endlinex
    continuing & test \endlinex
    #1
  }
}
\maketable{this line & inserted column\endlinex}
\bye