Graphics, Figures & Tables ⇒ How make double border of page?
How make double border of page?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: How make double border of page?
I don't undestrand your question. PLease try to describe your request in more detail.
Re: How make double border of page?
I want draw such border:
- Attachments
-
- dborder.JPG (7.49 KiB) Viewed 6596 times
How make double border of page?
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}