Hi;
I think it does not look nice when two figures on one page are positioned above each other. Rather I would like to see one figure at the top of the page and one on the bottom, with the text in between. Is there a way to force LateX to do so (if possible) for the whole document? This would be ...
Search found 9 matches
- Sun Jan 31, 2010 9:28 pm
- Forum: Graphics, Figures & Tables
- Topic: Preventing the positioning of figures above each other
- Replies: 0
- Views: 1195
- Fri Jan 29, 2010 8:49 pm
- Forum: Graphics, Figures & Tables
- Topic: Using overpic in a subfigure enviroment
- Replies: 5
- Views: 15420
Re: Using overpic in a subfigure enviroment
ok, thanks for the information
- Fri Jan 29, 2010 11:16 am
- Forum: Graphics, Figures & Tables
- Topic: Using overpic in a subfigure enviroment
- Replies: 5
- Views: 15420
Re: Using overpic in a subfigure enviroment
ok nevermind, I found out that it is also possible to use just the subfigure package and change the \subfloat to \subfigure
- Fri Jan 29, 2010 10:43 am
- Forum: Graphics, Figures & Tables
- Topic: Using overpic in a subfigure enviroment
- Replies: 5
- Views: 15420
Using overpic in a subfigure enviroment
Hello Thorsten
Thanks for the quick reply. I changed some things and it's working for me now. I post the simplified code and the result here since I think it might help someone in the future.
However, I do have a question. For the \subfloat I have to use the subfig package, \usepackage{subfig ...
Thanks for the quick reply. I changed some things and it's working for me now. I post the simplified code and the result here since I think it might help someone in the future.
However, I do have a question. For the \subfloat I have to use the subfig package, \usepackage{subfig ...
- Thu Jan 28, 2010 7:39 pm
- Forum: Graphics, Figures & Tables
- Topic: Using overpic in a subfigure enviroment
- Replies: 5
- Views: 15420
Using overpic in a subfigure enviroment
Hello,
In my thesis, I label the subfigures with the \subfigure command, in order to have nice captions with (a), (b) etc. I also know how to use the overpic command to write text over a figure.
I would like to use both commands to place text over a subfigure, however I do not know how to do that ...
In my thesis, I label the subfigures with the \subfigure command, in order to have nice captions with (a), (b) etc. I also know how to use the overpic command to write text over a figure.
I would like to use both commands to place text over a subfigure, however I do not know how to do that ...
- Sat Jan 16, 2010 7:56 pm
- Forum: Graphics, Figures & Tables
- Topic: vertical lines & multicolumn in tables
- Replies: 2
- Views: 16317
Re: vertical lines & multicolumn in tables
ok, I will keep in mind the board rules for the next time.
Thanks for the answer
Thanks for the answer
- Sat Jan 16, 2010 7:31 pm
- Forum: Graphics, Figures & Tables
- Topic: vertical lines & multicolumn in tables
- Replies: 2
- Views: 16317
vertical lines & multicolumn in tables
Hi there,
I observed that after using \multicolumn in the table enviroment, a vertical line is not visible in that row. Here is an example:
\begin{table}
\centering
\begin{tabular}{ll||ccc|ccc|ccc||c|c}
\hline
&& \multicolumn{6}{c}{experiments} & \multicolumn{3}{c}{simulation} & x & y ...
I observed that after using \multicolumn in the table enviroment, a vertical line is not visible in that row. Here is an example:
\begin{table}
\centering
\begin{tabular}{ll||ccc|ccc|ccc||c|c}
\hline
&& \multicolumn{6}{c}{experiments} & \multicolumn{3}{c}{simulation} & x & y ...
- Wed Dec 23, 2009 9:29 pm
- Forum: Graphics, Figures & Tables
- Topic: how to assign a value to a variable
- Replies: 2
- Views: 3044
Re: how to assign a value to a variable
That does the job. Thanks!
- Wed Dec 23, 2009 3:42 pm
- Forum: Graphics, Figures & Tables
- Topic: how to assign a value to a variable
- Replies: 2
- Views: 3044
how to assign a value to a variable
Hello,
I am a newbe in Latex and I'm wondering how to assign a value to a variable. This could then be useful to give every figure a constant figure width, for example. This is what I am trying to do
\newcommand{\figurewidth}{0.9\textwidth}
% and then later, in the figure enviroment
\begin ...
I am a newbe in Latex and I'm wondering how to assign a value to a variable. This could then be useful to give every figure a constant figure width, for example. This is what I am trying to do
\newcommand{\figurewidth}{0.9\textwidth}
% and then later, in the figure enviroment
\begin ...