How do I make an offset table?

Ron RJF Fehd ron.fehd.macro.maven at gmail.com
Sat Jan 29 18:46:56 CET 2022


> Oh! I should have mentioned that I am using Latex.

I think what you want is a two tables,
each inside a minipage of half textwidth

\begin{minipage}[t]{0.45\textwidth}
\begin{verbatim}
\begin{tabular}{ll}\hline
a&b\\
c&d\\
\hline
e&f\\
g&h\\
\hline
\end{tabular}
\end{verbatim}
\end{minipage}
\hfill
\begin{minipage}[t]{0.45\textwidth}
\begin{verbatim}
\begin{tabular}{ll}%\toprule
a&b\\
c&d\\
%\midrule
e&f\\
g&h\\
%\bottomrule
\end{tabular}
\end{verbatim}
\end{minipage}

My recent paper contains examples:

Using LaTeX document class sugconf to write your

paperhttps://www.lexjansen.com/sesug/2021/SESUG2021_Paper_8_Final_PDF.pdf

-- 
Ron Fehd  macro maven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/texhax/attachments/20220129/2b3667ca/attachment.html>


More information about the texhax mailing list.