Search found 4 matches

by frcom
Sun Mar 10, 2019 3:58 pm
Forum: Graphics, Figures & Tables
Topic: align pictures (not in latex)
Replies: 4
Views: 3040

align pictures (not in latex)

Yes I can understand your confusion...
What I tried to say:
I can't use PowerPoint and LibreOffice (so this is actually not relevant for you :D)
I don't want to use Latex because it takes to much time

So I am looking for another software that can easily be used to align pictures.
I hope you can get ...
by frcom
Sun Mar 10, 2019 10:13 am
Forum: Graphics, Figures & Tables
Topic: align pictures (not in latex)
Replies: 4
Views: 3040

align pictures (not in latex)

Hello everybody,
I'm wondering if someone here can help me because I have a question which is actually not latex but I really don't know where else to ask. I'm writing an biological article and have a lot of pictures which I need to align . My question is, how do you align a row of pictures to one ...
by frcom
Fri Feb 01, 2019 4:39 pm
Forum: Graphics, Figures & Tables
Topic: tables and figures are not where they are supposed to be
Replies: 3
Views: 8727

tables and figures are not where they are supposed to be

Hi,
Thank you for your reply! [htbp!] does not work with me... My Table is still in another section... e.g.:
\section{1}
some text
\begin{table}[htbp!]
...
\section{2}
some text

and if I compile this, the table is shown in section 2... I don't really care wheres the table in section 1 but I cant ...
by frcom
Fri Feb 01, 2019 1:41 pm
Forum: Graphics, Figures & Tables
Topic: tables and figures are not where they are supposed to be
Replies: 3
Views: 8727

tables and figures are not where they are supposed to be

Hi,
I'd like to include a graphic/table to my .tex-doc. My code looks like this:
\begin{table}[h]
\caption[text]{some more text}
\begin{tabular}{l|l|l}
text & text & text
\end{tabular}
\end{table}
But this table is not where I want it to be. It depends on how much space on the current page is left ...