Graphics, Figures & TablesTable placement in multicolumn document

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
yduz
Posts: 1
Joined: Wed May 04, 2022 4:52 pm

Table placement in multicolumn document

Post by yduz »

Hi!

In a multicolumn document ( \documentclass[conference]{IEEEtran}) format. I have created the table below. However it does not show up at the top or bottom of the right page but on the next page in the center. Could you help me out?

Code: Select all

\begin{table*}[ht]
\begin{tabular}{p{2cm} p{2cm} p{2cm} p{2cm} p{2cm} p{2cm} p{2cm}}
 \multicolumn{7}{c}{\textbf{Representation of search queries. SP = \href{https://www.scopus.com/search/form.uri?display=basic#basic}{Scopus}, WoS = \href{https://www.webofscience.com/wos/woscc/basic-search}{Web of Science}, PM = \href{https://www.ncbi.nlm.nih.gov}{PubMed}}}\\
 \hline
 Database & Concept 1 & Operator & Concept 2 & Operator & Concept 3 & Results\\
 \hline
\end{tabular}\\
\end{table*}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply