What is the LaTeX command for boxing a number like for example 123 as:
|1|2|3|
I have seen it in a book but can't find it anywhere in TeXnicCenter, which I use.
|
What is the LaTeX command for boxing a number like for example 123 as: |1|2|3|I have seen it in a book but can't find it anywhere in TeXnicCenter, which I use. |
|||
|
I don't know any packages that provide macros for this, but it can be done easy enough:
See also Good way to make \textcircled numbers? for some tips about the formatting of the digits. However it's actual for circles not boxes. |
|||||||||
|
|
|||
|
|
|
A variation on the theme by Martin:
Here
|
|||
|
|
\(\fbox{1} \fbox{2} \fbox{3}\)? It would help if you supplied an image of what you want. – N.N. Jul 5 '11 at 13:40