Table of Contents
Newsgroups: comp.text.tex From: mcdan...@bbn.com (Greg McDaniel) Date: 1995/04/13
How does one repeat something a number times. For an example, suppose I had an array with 30 columns, all centered, and I want to use a command like:
\begin{array}{cccc .... (30 times)}
> \begin{array}{cccc .... (30 times)}
I think you're looking for something like:
\begin{array}{*{30}{c}}
Gary A. Churchh