Search found 16 matches

by rudrales
Sun Dec 13, 2009 11:34 pm
Forum: Graphics, Figures & Tables
Topic: footnote in tables
Replies: 7
Views: 4882

Re: footnote in tables

Aha, tablenotes! Thanks for the help and the example.
by rudrales
Sun Dec 13, 2009 11:32 pm
Forum: Graphics, Figures & Tables
Topic: Can't include the 19th figure
Replies: 3
Views: 9320

Re: Can't include the 19th figure

Thanks Thorsten, it works. Now, I can include all figures. The problem is if I insert the command \clearpage after every second figure the two figures between the commands aren't on the same page anymore. What can i do?
by rudrales
Sat Dec 12, 2009 8:13 pm
Forum: Graphics, Figures & Tables
Topic: footnote in tables
Replies: 7
Views: 4882

Re: footnote in tables

Thanks for the help but it wasn't what I was looking for.
by rudrales
Sat Dec 12, 2009 8:12 pm
Forum: Graphics, Figures & Tables
Topic: Can't include the 19th figure
Replies: 3
Views: 9320

Can't include the 19th figure

Hi

I'm writing a appendix with a lot of figures. I could include 18 figures but when I included the 19th the compiler outputs the following error:

! LaTeX Error: Too many unprocessed floats.

See the LaTeX manual or LaTex Companion for explanation. Type H <return> for immediate help.
...

l.113 ...
by rudrales
Tue Dec 01, 2009 6:42 pm
Forum: Graphics, Figures & Tables
Topic: footnote in tables
Replies: 7
Views: 4882

footnote in tables

Hi

I want to use a footnote in a table. The number of the footnote appears in the table but the footnote text doesn't at the end of the page. Do I have to use an other command in tables or what am I doing wrong?

\begin{table}[htbp]
\begin{center}
\begin{tabular}{|l|l|l|l|}
\hline
Measurement ...
by rudrales
Wed Nov 11, 2009 7:04 pm
Forum: Conversion Tools
Topic: Import Matlab Code to Latex File
Replies: 4
Views: 113436

Import Matlab Code to Latex File

Thank you for the advice. Now, it works. I solved my problem with the following code.

Settings in the header:

\usepackage{listings}
\lstset{
language=Matlab, % choose the language of the code
% basicstyle=10pt, % the size of the fonts that are used for the code
numbers=left, % where to put the ...
by rudrales
Wed Nov 11, 2009 3:53 pm
Forum: Conversion Tools
Topic: Import Matlab Code to Latex File
Replies: 4
Views: 113436

Import Matlab Code to Latex File

Hello

I've many Matlab files and I wanna import their code into my latex file. I know it exists the function matlab2latex in Matlab but then I've to copy-paste one by one all the file code what it's a lot of work. Does a latex command exist which imports the Matlab code from a file into the Latex ...
by rudrales
Thu Mar 26, 2009 12:25 pm
Forum: Text Formatting
Topic: section title without numbering and part of the content list
Replies: 2
Views: 3530

Re: section title without numbering and part of the content list

The suggested code is working fine. Thank you, Thorsten. Now, everything is how I like it.
by rudrales
Thu Mar 26, 2009 10:41 am
Forum: Text Formatting
Topic: section title without numbering and part of the content list
Replies: 2
Views: 3530

section title without numbering and part of the content list

I write an abstract for my project. It takes place on the second page. I don't like numbering only this section title because the content list is after the section title 'abstract' but the section title 'abstract' has to be part of the content list. Does somebody know the code for my problem? I ...
by rudrales
Tue Mar 17, 2009 6:29 pm
Forum: Graphics, Figures & Tables
Topic: one table with two columns
Replies: 6
Views: 3785

Re: one table with two columns

Thank you, Thorsten. Everything is working fine. I'm going to try the TeXMac. I knew the i-Installer is outdated but I thought also an older version is good enough for my begin with LaTeX.