Answers for "1.5 spacing latex"

1

latex reduce letter spacing

usepackage[tracking=true]{microtype}

textls[100]{normal} % 100 is the default value
textls[200]{more space}
textls[50]{less space}
Posted by: Guest on July-27-2020
0

spacing in table latex

setlength{tabcolsep}{0.5em} % for the horizontal padding
{renewcommand{arraystretch}{1.2}% for the vertical padding
begin{tabular}{|l|l|}
    hline
    column 1 & column 2 \ 
    hline
    I really would like this less & crammed\
    hline
end{tabular}
}
Posted by: Guest on July-03-2021

Browse Popular Code Answers by Language