Search found 7 matches

by Burak
Tue Oct 16, 2012 8:04 am
Forum: Scientific Word/Workplace
Topic: Paragraph ended before \@input was complete
Replies: 3
Views: 33394

Re: Paragraph ended before \@input was complete

Does .tex file work?
by Burak
Mon Oct 15, 2012 2:26 pm
Forum: Scientific Word/Workplace
Topic: Paragraph ended before \@input was complete
Replies: 3
Views: 33394

Paragraph ended before \@input was complete

Hi all,

What are these error messages mean? How can I fix them? I tried to undo all of my changes but it didn't work.

Paragraph ended before \@input was complete ... \edef 2.2{0}\let \reserved@d =[\def {\par
Extra }, or forgotten \endgroup ...edef 2.2{0}\let \reserved@d =[\def {\par }
Missing ...
by Burak
Fri Oct 12, 2012 10:55 am
Forum: Scientific Word/Workplace
Topic: Elsevier Table Format
Replies: 9
Views: 130089

Elsevier Table Format

It was very helpful for me. But I face another problem. :( I have 5 columns right now and their titles are very long. The whole text fits only 3-4 columns the other one was disappeared. Reducing punto of the table would be fine I think: My code is as follows:

\begin{table}[htbp]
\caption ...
by Burak
Fri Oct 12, 2012 9:46 am
Forum: Scientific Word/Workplace
Topic: Elsevier Table Format
Replies: 9
Views: 130089

Elsevier Table Format

I have a new question for you.

Consider that we have a table in Chapter 2.2 as coded below. I want to name it as " Table 1. Experimental conditions " and write a sentence " Experimental conditions can be found in Table 1 ". How can I refer it?

\begin{tabular}{ccc}
\hline
1 & 2 & 3 \\
\hline ...
by Burak
Wed Oct 10, 2012 1:42 pm
Forum: Scientific Word/Workplace
Topic: Elsevier Table Format
Replies: 9
Views: 130089

Re: Elsevier Table Format

Thank you
by Burak
Wed Oct 10, 2012 12:26 pm
Forum: Scientific Word/Workplace
Topic: Elsevier Table Format
Replies: 9
Views: 130089

Elsevier Table Format

Hi Stefan,
the table format should be something like as follows:

Code: Select all

\begin{tabular}{ccc}
1 & 2 & 3 \\ 
4 & 5 & 6 \\ 
7 & 8 & 9 \\ 
1 & 2 & 3 \\ 
\end{tabular} 
The only difference is there should be lines above and below the first row.

Thank you for your help.
by Burak
Wed Oct 10, 2012 11:18 am
Forum: Scientific Word/Workplace
Topic: Elsevier Table Format
Replies: 9
Views: 130089

Elsevier Table Format

Hi all,

I'm very new Latex user. I don't have so much Latex background but I can handle with my basic algorithm background for now :)

I'm preparing a paper to submit one of the Elsevier journals. I use texstudio and couldn't create any table similar as Elsevier format. Can you please help me ...