Graphics, Figures & Tables ⇒ How make double border of page?
How make double border of page?
How make double border of page? That I can fill list usually...
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: How make double border of page?
Hi,
I don't undestrand your question. PLease try to describe your request in more detail.
I don't undestrand your question. PLease try to describe your request in more detail.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: How make double border of page?
gmedina, sorry...
I want draw such border:
I want draw such border:
- Attachments
-
- dborder.JPG (7.49 KiB) Viewed 6444 times
How make double border of page?
The fancybox package offers you some commands to achieve what you desire. A little example:
For more information, refer to section 9 Framing a whole page (pages 15-16) of the package documentation.
Code: Select all
\documentclass{article}
\usepackage{fancybox}
\usepackage{lipsum}% just to generate some text
\begin{document}
\thisfancypage{%
\setlength{\fboxsep}{10pt}\doublebox}{}
\lipsum[1-4]
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...