I have the following diagram in tikzcd:
Generated by this MWE:
\documentclass[border=1cm]{standalone}
\usepackage{tikz}
\usetikzlibrary{cd}
\begin{document}
\begin{tikzcd}
&&& \textbf{S5} \ar[d]&\\
&&& \textbf{S4.3} \ar[d]&\\
\textbf{I} \ar[dr] && \textbf{J} \ar[dl] & \textbf{S4.2} \ar[d]&\\
&\textbf{GL} \ar[dr] && \textbf{S4} \ar[dl] \ar[dr]&\\
&&\textbf{K4} \ar[dr] & & \textbf{T} \ar[dl]\\
&&& \textbf{K} &
\end{tikzcd}
\end{document}
It looks to me like the "I" is slightly above "J" and "S4.2", when they all should rest on the same line. But I can’t tell whether that’s really the case, or an optical illusion of sorts.
Is there some trick I can use to test if the nodes are really misaligned?


\begin{tikzcd}by\begin{tikzcd}[execute at end picture={\draw[red] (\tikzcdmatrixname-3-1.south) -- ++ (6,0);}]you'll get a horizontal line that allows you to judge better whether or not there is an issue. – Jan 09 '19 at 17:02\begin{tikzcd}[execute at end picture={\draw[red] (\tikzcdmatrixname-3-1.base) -- ++ (6,0);}]if you want to see the base. (I am not doubting your statement, yet on my machine there is no issue.) – Jan 09 '19 at 17:07\begin{tikzcd}[execute at end picture={\draw[red] (\tikzcdmatrixname-3-1.base) -- ++ (6,0);}]. – Jan 09 '19 at 17:08\mathbfthroughout. It's normally an error to have\textbfin math, unless you want words. The specific problem is an optical illusion due to J being narrow and the leftward arrow not balanced by a rightward one. Try and observe the picture tilting your head to the right and to the left. – egreg Jan 09 '19 at 18:19