diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-13.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-13.ltx | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-13.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-13.ltx new file mode 100644 index 00000000000..86ed428d392 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-13.ltx @@ -0,0 +1,50 @@ +\documentclass{ppex} +\nonstopmode +\usepackage {pstricks,pst-text} +\pagestyle{empty} + +\begin{document} +\ResetPreambleCommands +\ReadyForTheFray +\usepackage {pstricks,pst-text} + \begin{pspicture}(9,12) + \small + \psset{linestyle=none} + \pstextpath[r]{\pscurve(1.5,8)(3,9)(4.45,6.5)} + {Tous les souvenirs de nagu^^e8re} + \pstextpath[r]{\pscurve(1,7)(2,7.5)(4.45,6)} + {O mes amis partis en guerre} + \pstextpath[r]{\pscurve(1,6)(2,6.7)(4.45,5.2)} + {Jaillissent vers le firmament} + \pstextpath[r]{\pscurve(0.8,5)(2,5.8)(4.45,4.4)} + {Et vos regards en l'eau dormant} + \pstextpath[r]{\pscurve(1,4.3)(2,5)(4.45,3.8)} + {Meurent m^^e9lancoliquement} + \pstextpath[r]{\pscurve(0.3,3.2)(2,4.3)(4.45,3.3)} + {O^^f9 sont-ils Braque et Max Jacob} + \pstextpath[r]{\pscurve(0.2,2.7)(2,3.5)(3.8,3.2)(4.45,2.8)} + {Derain aux yeux gris comme l'aube} + \rput(4.5,7.3){\bfseries\Huge ?} + \pstextpath[l]{\pscurve(4.55,6.5)(6.5,8.7)(7.8,8)} + {O^^f9 sont Raynal Billy Dalize} + \pstextpath[l]{\pscurve(4.55,5.8)(6.5,7.5)(8.3,6.4)} + {Dont les noms se m^^e9lancolisent} + \pstextpath[l]{\pscurve(4.55,5.2)(6.5,6.6)(7.6,6.4)(8.2,5.2)(8.5,5.4)} + {Comme des pas dans une ^^e9glise} + \pstextpath[l]{\pscurve(4.55,4.5)(6.5,5.8)(8.5,4.7)} + {O^^f9 est Cremnitz qui s'engagea} + \pstextpath[l]{\pscurve(4.55,3.8)(6.5,4.7)(8.5,4)} + {Peut-^^eatre sont-ils morts d^^e9j^^e0} + \pstextpath[l]{\pscurve(4.55,3.2)(6.5,4.2)(9,2.8)} + {De souvenirs mon ^^e2me est pleine} + \pstextpath[l]{\pscurve(4.55,2.4)(5,3)(6.5,3.5)(8.8,2.3)} + {Le jet d'eau pleure sur ma peine} + \pstextpath[c]{\pscurve(-0.1,1.4)(4.5,2.2)(9,1.4)} +{{\footnotesize\scshape Ceux qui sont partis ^^e0 la guerre au nord se battent + maintenant}} + \pstextpath[c]{\pscurve(2.1,1.2)(4.5,0.8)(6.9,1.3)} + {Le soir tombe {\bfseries\Huge O} sanglante mer} + \pstextpath[c]{\pscurve(0,1)(4.5,0)(9,1)} + {Jardins o^^f9 saigne abondamment le laurier rose fleur guerri^^e8re} + \end{pspicture} +\end{document} |