Page Layout ⇒ Nested framed Box with Math Formulae and Symbols
-
- Posts: 1
- Joined: Wed Sep 14, 2011 5:53 am
Nested framed Box with Math Formulae and Symbols
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Nested framed Box with Math Formulae and Symbols
http://en.wikibooks.org/wiki/LaTeX/Advanced_Topics
See this:
Code: Select all
\documentclass{article}\usepackage{lineno}\usepackage{framed}\begin{document}\linenumbersText.\begin{framed}Text.\begin{framed}Text 2.\begin{framed}\[ \begin{array}{ll}x & y \\z & \zeta\end{array} \]\end{framed}\end{framed}\begin{framed}Text last.\end{framed}\end{framed}\framebox[9cm][l]{Some text.\framebox[7cm][l]{More text.\framebox[4cm][l]{Even more text}}}More text.\end{document}