Posts

Showing posts from February 13, 2019

How to add left arrow between two tables?

Image
1 0 How can I add an arrow between two tables? documentclass[english]{IEEEtran} usepackage{booktabs} begin{document} begin{table*}[!htb] largesetlength{tabcolsep}{0.1pt} begin{minipage}{0.5linewidth} centering caption{First Table} label{tab:first_table} medskip begin{tabular}{ccc} toprule textbf{Start} & textbf{Interval Time} & textbf{Destination} \ midrule Zone 1 & $483$ & Zone 2 \ Zone 1 & $848$ & Zone 3 \ Zone 1 & $121$ & Zone 4 \ Zone 2 & $13$ & Zone 3 \ Zone 1 & $121$ & Zone 4 \ Zone 2 & $13$ & Zone 3 \ Zone 1 & $121$ & Zone 4 \ Zone 2 & $13$ & Zone 3 \ bottomrule end{tabular} end{minipage}hfill begin{minipage}{.5linewidth} centering