From 110af509a41e8c3bbc8f282be70a5d746423548f Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 17 Dec 2017 21:14:09 +0100 Subject: Update latex conf --- .../texmf/tex/latex/pgfornament/examples/poem.tex | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 latex_pgfornament/texmf/tex/latex/pgfornament/examples/poem.tex (limited to 'latex_pgfornament/texmf/tex/latex/pgfornament/examples/poem.tex') diff --git a/latex_pgfornament/texmf/tex/latex/pgfornament/examples/poem.tex b/latex_pgfornament/texmf/tex/latex/pgfornament/examples/poem.tex new file mode 100644 index 0000000..48ab861 --- /dev/null +++ b/latex_pgfornament/texmf/tex/latex/pgfornament/examples/poem.tex @@ -0,0 +1,51 @@ +\documentclass{scrartcl} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[dvipsnames]{xcolor} +\usepackage[object=vectorian]{pgfornament} +\usetikzlibrary{calc} +\definecolor{fondpaille}{cmyk}{0,0,0.1,0} + +\begin{document} +\pagecolor{fondpaille} +\color{Maroon} +\begin{tikzpicture}[every node/.style={inner sep=0pt}] +\node[text width=8cm,align=center](Text){% +In visions of the dark night\\ +I have dreamed of joy departed-\\ +But a waking dream of life and light\ +Hath left me broken-hearted.\\ +\bigskip +Ah! what is not a dream by day\\ +To him whose eyes are cast \\ +On things around him with a ray \\ +Turned back upon the past? \\ +\bigskip +That holy dream- that holy dream,\\ +While all the world were chiding,\\ +Hath cheered me as a lovely beam\\ +A lonely spirit guiding.\\ +\bigskip +What though that light, thro' storm and night,\\ +So trembled from afar- \\ +What could there be more purely bright \\ +In Truth's day-star? \\ +\vspace{24pt} + A Dream (1827) by Edgar Allan Poe +} ; +\node[shift={(-1cm,1cm)},anchor=north west](CNW) at (Text.north west) + {\pgfornament[width=2cm]{61}}; +\node[shift={(1cm,1cm)},anchor=north east](CNE) at (Text.north east) + {\pgfornament[width=2cm,symmetry=v]{61}}; +\node[shift={(-1cm,-1cm)},anchor=south west](CSW) at (Text.south west) + {\pgfornament[width=2cm,symmetry=h]{61}}; +\node[shift={(1cm,-1cm)},anchor=south east](CSE) at (Text.south east) + {\pgfornament[width=2cm,symmetry=c]{61}}; +\pgfornamenthline{CNW}{CNE}{north}{87} +\pgfornamenthline{CSW}{CSE}{south}{87} +\pgfornamentvline{CNW}{CSW}{west}{87} +\pgfornamentvline{CNE}{CSE}{east}{87} +\end{tikzpicture} +\end{document} + + \ No newline at end of file -- cgit v1.2.3