[texhax] pstricks, but stuff *behind* text

E. Krishnan ekmath at asianetindia.com
Sat Jul 16 04:27:41 CEST 2005


On Thu, 14 Jul 2005, Florian Knorn wrote:

> I'm trying to use those arrows to show how things get rearranged in a 
> table, so some of the arrows go over some other column's texts. I want 
> the arrow to be *behind* the text.

One trick seems to be to define the entries crossed by the arrow as empty 
nodes first and then put these entries afterwards using "\SpecialCoor" as 
in

     \begin{center}
       \renewcommand{\arraystretch}{1.5}
       \begin{tabular}{cc}
         \rnode{11}{A} & B \\
         \rnode{M1}{} & D\\
         \rnode{31}{E} & F\\
         \ncline[linecolor=blue,%
	         linewidth=0.4pt]{->}%
	        {11}{31}
         \SpecialCoor
         \rput[b](M1){C}
      \end{tabular}
     \end{center}






-- 
Krishnan




More information about the texhax mailing list