[Tex/LaTex] find examples of decorated borders/margins

resources

Are there any readily available examples of decorated borders/margins? I am trying to have some decore running along the edges of page, e.g. Gargoyles/Motif/Some type of mathematical curve/whatever.

Just need some examples to get started and have a choice to pick from.

Best Answer

You could take a look to niceframe and umrand (Examples see below)

umrand: in http://mirrors.ctan.org/macros/generic/umrand/umrand12.zip is a dvi-file with examples. See below (It's the German description, but it contains a lot of examples).

niceframe:

\documentclass[12pt]{scrartcl}
\usepackage{blindtext}
\usepackage[utf8]{inputenc}
\usepackage{niceframe}
\usepackage{swrule}% englische Linien
% ----------------------------------------------------------------
\begin{document}


\section{niceframe}

\subsection{niceframe}
\niceframe{\blindtext}

\subsection{artdecoframe}
\artdecoframe{\blindtext}

\subsection{\curlyframe}
\curlyframe{\blindtext}


~\swrule{0.6\textwidth}{1pt}~


\end{document}

See attached pdf

enter image description here

Related Question