Tagged Questions
8
votes
2answers
88 views
Boxed entries in matrices
I would like to create a formula or figure like this:
I tried it simply with the pmatrix environment and the \boxed command, but the spacing looked horrible. I think it might be done with TikZ, but ...
4
votes
1answer
106 views
Highlight elements in the matrix (continued)
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?
6
votes
3answers
179 views
Putting a coloured background behind text without adding whitespace
Consider this:
I want to be able to highlight text like this without adding space around it -- so each word in the first line should line up with the corresponding word in the second line. (I know ...
1
vote
0answers
50 views
Drawing a box around certain parts of a matrix [duplicate]
Possible Duplicate:
Highlight elements in the matrix
i have a matrix:
\begin{equation}
\begin{bmatrix}
1 & 5 & 4 & 2 & 1 \\
1 & 5 & 4 & 2 & 1 \\
...
20
votes
1answer
528 views
Highlight equations in a typographically correct manner
I am presenting a model composed of a dozens of equations, some of
them requiring a somewhat lengthy derivation.
The equation that continue the actual model appears progressively
along the derivation ...
36
votes
8answers
4k views
Highlight elements in the matrix
I have a matrix and need to highlight some elements in the matrix. I have found how to highlight a single element (I want to put the cell in the square):
$$ A = \begin{bmatrix}
\fbox{0} & ...