Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1473 from dwightguth/alignment
Browse files Browse the repository at this point in the history
fix #1437 : align latex cells by cell label instead of cell content
  • Loading branch information
dwightguth committed Aug 21, 2015
2 parents 4d2c3e6 + 1494e22 commit e77b148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k-distribution/include/latex/k.sty
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ $\mid\;{#2}$ \ifthenelse{\equal{#3}{}}{}{[#3]\;}%
% Parameters #4 and #5 determine whether the west and east arc are curved
% or straight ("whole" or "ruptured").

\begin{tikzpicture}[baseline=(cell content.base)]
\begin{tikzpicture}[baseline=(cell label.base)]
\begin{scope}[inner sep=0pt,outer sep=0pt,anchor=base west]
% Beside the cell content, also draw an empty node a bit wider than
% the cell label. That way, the cell body will always be wide enough
Expand Down

0 comments on commit e77b148

Please sign in to comment.