Search found 6 matches
- Wed Oct 05, 2016 10:15 am
- Forum: Graphics, Figures & Tables
- Topic: Force LaTeX to keep table in page
- Replies: 2
- Views: 6707
Re: Force LaTeX to keep table in page
I think I found the solution, I've remove the parameters [!htbp] and [ht] when decalring begin figure and table, respectively, and now they're not being moved to the next page.
- Wed Oct 05, 2016 12:57 am
- Forum: Graphics, Figures & Tables
- Topic: LaTeX grouping tables and images on its own
- Replies: 5
- Views: 5499
Re: LaTeX grouping tables and images on its own
Thanks Stefan, I've opened a new topic on this.
- Wed Oct 05, 2016 12:11 am
- Forum: Graphics, Figures & Tables
- Topic: Force LaTeX to keep table in page
- Replies: 2
- Views: 6707
Force LaTeX to keep table in page
Hi, I'm placing a set of five images followed for a table, for three times. The first and second set of images followed by its respective tables are placed in the same page, but when trying to place the third set, LaTeX moves the table to the next page, leaving a huge blank space in the bottom ...
- Tue Oct 04, 2016 9:53 pm
- Forum: Graphics, Figures & Tables
- Topic: LaTeX grouping tables and images on its own
- Replies: 5
- Views: 5499
Re: LaTeX grouping tables and images on its own
Hi,
I'm running into another issue. I want to add a new figure and table in the same page (there's plenty of space left), if I add it LaTeX will place the figure in the same page but the table in the next, leaving a huge gap at the bottom of the page, where the table could be easily placed.
I've ...
I'm running into another issue. I want to add a new figure and table in the same page (there's plenty of space left), if I add it LaTeX will place the figure in the same page but the table in the next, leaving a huge gap at the bottom of the page, where the table could be easily placed.
I've ...
- Mon Oct 03, 2016 9:01 pm
- Forum: Graphics, Figures & Tables
- Topic: LaTeX grouping tables and images on its own
- Replies: 5
- Views: 5499
Re: LaTeX grouping tables and images on its own
Thanks Stefan, that's exactly what I needed. I removed the floating option but they appeared too separated from each other. Now it looks exactly as intended.
Thanks again,
Ciro
Thanks again,
Ciro
- Mon Oct 03, 2016 12:17 pm
- Forum: Graphics, Figures & Tables
- Topic: LaTeX grouping tables and images on its own
- Replies: 5
- Views: 5499
LaTeX grouping tables and images on its own
Hi everyone, this is my first post to this forum. I have the below code. It's supposed to display five images, one table, another five images and another table. For some reason LaTeX displays first the images (all 10 of them) and then the two tables. The only way i can work around this is by ...