From owner-help-octave at bevo dot che dot wisc dot edu Tue Nov 26 19:40:21 1996 Subject: Re: LaTeX output From: Heber Farnsworth To: "Dutt, Vinayak, Ph.D." Cc: help-octave at bevo dot che dot wisc dot edu Date: Tue, 26 Nov 1996 17:39:33 -0800 (PST) > > try \\ (double backslash) like: > > fprintf(fd,'\\end{tabular}\n`); > > This does in fact work. On a similar note I found that \\\\ will return \\ which is also important for arrays and tables in LaTeX. Thanks!