Answers for "latex table weird spacing"

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

vertical space in table cell latex rule

newcommandT{rule{0pt}{2.6ex}}       % Top strut
newcommandB{rule[-1.2ex]{0pt}{0pt}} % Bottom strut
Posted by: Guest on August-25-2020

Browse Popular Code Answers by Language