Graphics, Figures & TablesSplitting a page

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
omkardpd
Posts: 86
Joined: Sun Feb 24, 2008 7:23 am

Splitting a page

Post by omkardpd »

Dear Colleagues,

Is there a best way to split a single page of a document into two parts? In one part, I want to create a table, and in the other part, I need to import a figure (.eps file). I tried with the minipage option. However, I think it does not allow inserting a table and figure. It is only for simple text. Is this the case? Please suggest.

Your help is highly appreciated.

Regards,

Omkar

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
TikZ book
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Splitting a page

Post by Johannes_B »

Welcome, no, it is not the case. You can insert graphics and tables inside minipages. Be sure to not add a floating environment like figure or table. You can set a caption using package capt-of.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply