Search found 3 matches

by eraser023
Fri Oct 10, 2008 7:21 pm
Forum: General
Topic: Latex \Input question
Replies: 2
Views: 4076

Latex \Input question

I just have a question on the data input command listed here:

{\centering \bf {TEST 3}\\*}
\input{../R11/TestFolder/sampleData-20090915.tex}

this command works if the input data is up one folder. What should I do if the input data is present up three folders?

The Data file is located in ...
by eraser023
Wed Jul 23, 2008 7:06 pm
Forum: General
Topic: How to automatically move lines to next page?
Replies: 4
Views: 6439

Re: How to automatically move lines to next page?

Thank you for the reply.

I tried it and it seems to error out-- this is what it reads:

LaTeX Error: Environment Longtable undefined

Do you what that means?
by eraser023
Tue Jul 22, 2008 4:11 pm
Forum: General
Topic: How to automatically move lines to next page?
Replies: 4
Views: 6439

How to automatically move lines to next page?

Hello-

I have close to 50 lines in a page and it could vary-- what can I do to automatically move the lines to next page if it can't fit in one page?

I have a Python script which creates the .tex file with "\input{Table.tex}" .. If the table.tex has more lines then what can I do to automatically ...