Using @Stefan Kottwitz's solution of Highlight elements in the matrix, is it possible to select one single entry in the matrix? Where does one need to place the left and the right marks?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
For a single element you don't need to use external mechanisms but a node option instead via
|
|||
|
|

\tikzmarkit, put directly the entry inside a tikz node, say,\tikz[baseline] \node {<the node content>};, possibly adjusting theinner sepof the node etc. – percusse Feb 16 at 11:13