What latex package has the Sbox env?
What latex package has the Sbox env?
The **`realboxes`** LaTeX package provides the `Sbox` environment, along with other box environments like `Mbox` and `Lbox`. These environments allow you to define boxes with different scopes (global, local, etc.) and reuse them in your document. ### Example usage:
1 2 3 4 5 6 7 | \usepackage{realboxes} \begin{Sbox}{mybox} Content to be saved in a box. \end{Sbox} \usebox{mybox} % To reuse the box later |
Testing if the previous output contains the string fancybox
: False