Graphics, Figures & TablesTable for ieee Tran

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Thoalfukar
Posts: 7
Joined: Mon Jan 23, 2017 8:51 am

Table for ieee Tran

Post by Thoalfukar »

hi everybody
I writing ieee transaction paper. and I need to added table to the paper
I used the code below which is from the Ieee tran template.

Could anybody help me to extend this table, I need the same section to be repeated 4 times on the same table.

Thank you in advance
Thoalfukar

Code: Select all

\begin{document}
\begin{table}[!t]
\centering
\caption{S-parameter of Thru}
\label{table_delay}
\begin{IEEEeqnarraybox}[\IEEEeqnarraystrutmode\IEEEeqnarraystrutsizeadd{2pt}{0pt}]{x/r/Vx/r/v/r/x}
%
\IEEEeqnarraydblrulerowcut\\&&&&
\IEEEeqnarraymulticol{3}{t}{s21}\\&\hfill\raisebox{-3pt}[0pt][0pt]{cut}\hfill & \IEEEeqnarraymulticol{5}{h}{} %

%
\IEEEeqnarraystrutsize{0pt}{0pt}\\&&&&\hfill Mag\hfill&&\hfill phase\hfill&\IEEEeqnarraystrutsizeadd{0pt}{2pt}\\
%
\IEEEeqnarraydblrulerowcut\\&Expected&&& 0.057&& 0.172&\\ &Measured&&& 0.124&& 0.536&\\
%
\IEEEeqnarraydblrulerowcut\\

%&\IEEEeqnarraymulticol{7}{s}{\scriptsize\textsuperscript{*}limited usability}%
\end{IEEEeqnarraybox}
\end{table}
\end{document}%

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Table for ieee Tran

Post by Stefan Kottwitz »

Welcome to the forum!

Which section? A cell, a column, or a row?

Stefan
LaTeX.org admin
Thoalfukar
Posts: 7
Joined: Mon Jan 23, 2017 8:51 am

Table for ieee Tran

Post by Thoalfukar »

hi,
thanks for attention.
actually if if you see the S21 section
I need to repeat all of that with the all details


Thank you
best regards
Husseini
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Table for ieee Tran

Post by Stefan Kottwitz »

Hi Husseini!

I guess the table wasn't made by you, maybe you want to extend something you got or found. So, no offense, just noticing when seeing that code: the table looks pretty strange. Just to see the columns, I added the line

1&2&3&4&5&5&7&8\\

and we get:
Table.png
Table.png (10.23 KiB) Viewed 14759 times
The actual columns don't match the appearance. The borders between adjacent cells in a row look like blocking the reading flow anyway.

Anyway, the whole shape of the table looks to incorrect to extend it in that shape.

Stefan
LaTeX.org admin
Thoalfukar
Posts: 7
Joined: Mon Jan 23, 2017 8:51 am

Table for ieee Tran

Post by Thoalfukar »

Hi,
let say the header of the main column is S21 which contain column for mag and column for phase . I need to add another main column exactly as the S21



Best regards
Husseini
Thoalfukar
Posts: 7
Joined: Mon Jan 23, 2017 8:51 am

Table for ieee Tran

Post by Thoalfukar »

I will be appreciated if there is another code gives me the same shape but extended
Post Reply