Touchy Letters
Letters in a table touch the line above or below. To add a tiny space in between, I did the following: (1) I created the following commands in my preamble:
1 2 3 4 |
\newcommand{\T}{\rule{0pt}{2.6ex}} \newcommand{\B}{\rule[-1.2ex]{0pt}{0pt}} \newcommand{\TT}{\rule{0pt}{3ex}} \newcommand{\BB}{\rule[-2ex]{0pt}{0pt}} |
Background knowledge: latex command rule: \rule[raise-height]{width}{thickness} raise-height specifies how … Continue reading