Answers for "parbox and row distance latex"

0

parbox and row distance latex

\documentclass[a4paper]{scrartcl}
%\usepackage{polyglossia}                % language package
%\setmainlanguage{english}               % select language for polyglossia
\begin{document}
  \parbox{20mm}{\strut Some Text in the first column\strut} \parbox{30mm}{\strut Some Text in the second column\strut}\par
  \parbox{20mm}{\strut Some Text in the first column\strut} \parbox{30mm}{\strut Some Text in the second column\strut}\par
  \parbox{20mm}{\strut Some Text in the first column\strut} \parbox{30mm}{\strut Some Text in the second column\strut}\par
\end{document}
Posted by: Guest on April-30-2022

Browse Popular Code Answers by Language