0

Ok, so this is code:

\begin{table}[t]
\caption{random123}
\label{name}
\begin{tabular}{|r|l|}
\hline 
test1 & test2\\
\hline
test3 & test4 \\
\hline
\end{tabular}
\end{table}

And this is how it looks like and what I want to achieve:

screen

Any ideas how can I achieve similar result?

Thanks in advance for help!

Torbjørn T.
  • 206,688
Xenhil
  • 11
  • 5
    One way is to use the caption package with options singlelinecheck=false and possibly justification=raggedright. Most people would center the tabular instead. – John Kormylo May 07 '18 at 02:24
  • 1
    Does https://tex.stackexchange.com/questions/136688/ solve your problem? – Torbjørn T. May 10 '18 at 18:45

0 Answers0