% utf8 % tikzrput.sty 0.2 du 05/03/2012 inspired from rput (pstricks) % ------------------------------------------------ % Créé par Alain Matthes le 2012-02-22. % Copyright (c) 2012 __AlterMundus__. % % This file may be distributed and/or modified % % 1. under the LaTeX Project Public License , either version 1.3 % of this license or (at your option) any later version and/or % 2. under the GNU Public License. % ------------------------------------------------ % Options are the same of /rput in pstricks % \NeedsTeXFormat{LaTeX2e}% \RequirePackage{tikz,ifpdf}% \ProvidesPackage{tikzrput}[2012/03/02 v0.2 rput for tikz]% \edef\tikzrputPtVirCode{\the\catcode`\;} \edef\tikzrputAtCode{\the\catcode`\@} \edef\tikzrputTwoPtCode{\the\catcode`\:} \catcode`\;=12\relax \catcode`\:=12\relax \catcode`\@=11\relax \newif\ifrput@polar\rput@polarfalse \def\rput@empty{} \def\rput@parsecoordinate#1{% \rput@getseparator#1,\@nil \ifrput@polar \rput@getfrompolar#1\@nil \fi }% \def\rput@getseparator#1,#2\@nil{% \ifx\rput@empty#2\rput@empty% \rput@polartrue \else \rput@polarfalse \fi }% \def\rput@getfrompolar#1;#2\@nil{% \def\pos@rput{#1:#2}% }% \def\rput@pos@ {\def\rput@anchor{center}} \def\rput@pos@B {\def\rput@anchor{base}} \def\rput@pos@Br {\def\rput@anchor{base east}} \def\rput@pos@Bl {\def\rput@anchor{base west}} \def\rput@pos@tr {\def\rput@anchor{north east}} \def\rput@pos@tl {\def\rput@anchor{north west}} \def\rput@pos@br {\def\rput@anchor{south east}} \def\rput@pos@bl {\def\rput@anchor{south west}} \def\rput@pos@t {\def\rput@anchor{north}} \def\rput@pos@b {\def\rput@anchor{south}} \def\rput@pos@r {\def\rput@anchor{east}} \def\rput@pos@l {\def\rput@anchor{west}} \let\rput@pos@rB\rput@pos@Br \let\rput@pos@lB\rput@pos@Bl \let\rput@pos@rt\rput@pos@tr \let\rput@pos@lt\rput@pos@tl \let\rput@pos@rb\rput@pos@br \let\rput@pos@lb\rput@pos@bl \newbox\mybox \ifpdf \pgfutil@ifundefined{rput}% {% \tikzset{rput style/.style={}} \def\rput{\pgfutil@ifnextchar[{\rput@i}{\global\edef\opt@rput{}\rput@ii}}% \def\rput@i[#1]{\global\edef\opt@rput{#1}\rput@ii}% \def\rput@ii{\pgfutil@ifnextchar({\def\angle@rput{0}\rput@iv}{\rput@iii}}% \def\rput@iii#1{% \ifx\rput@empty#1\rput@empty\def\angle@rput{0}\else\def\angle@rput{#1}\fi% \pgfutil@ifnextchar({\rput@iv}{\rput@iv(0,0)}}%, \def\rput@iv(#1){\def\pos@rput{#1}% \rput@parsecoordinate{#1}% \rput@v}% \def\rput@v#1{% \sbox\mybox{\pgfinterruptpicture#1\endpgfinterruptpicture}% \begingroup \tikzifinpicture{% \let\begin@my@tikz@env\scope \let\end@my@tikz@env\endscope }{% \let\begin@my@tikz@env\tikzpicture \let\end@my@tikz@env\endtikzpicture }% \@nameuse{rput@pos@\opt@rput}% \begin{pgfinterruptboundingbox}% \begin@my@tikz@env[overlay] \path (0,0)--(\pos@rput); \protected@edef\rput@temp{% \noexpand\node[inner sep = 0pt, anchor = \rput@anchor, rotate = \angle@rput, rput style]% }\rput@temp at (\pos@rput) {\box\mybox};%{#1};% \end@my@tikz@env \end{pgfinterruptboundingbox}% \endgroup \ignorespaces }% }{% }% \fi \catcode`\;=\tikzrputPtVirCode\relax \catcode`\@=\tikzrputAtCode\relax \catcode`\:=\tikzrputTwoPtCode\relax \endinput /a> 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
%% pgfornament.sty 0.1 du 01/03/2012 inspired from psvectorian P Fradin H Voss
%% ------------------------------------------------
%% Copyright (C) 2012 Alain Matthes 
%% ------------------------------------------------
% Les options de \pgfornament sont:
%
% scale        : nombre (échelle, 1 par défaut)
% width        : nombre + unité (largeur, naturelle par défaut)
% height       : nombre + unité (hauteur, naturelle par défaut)
% color        : couleur ( par défaut couleur courante )
% symmetry=h   : true/false (symétrie horizontale, false par défaut)
% symmetry=v   : true/false (symétrie verticale,   false par défaut)
% symmetry=c   : true/false (symétrie centrale h+v,false par défaut)
\NeedsTeXFormat{LaTeX2e}% 
\RequirePackage{tikz,pgfopts}%
\ProvidesPackage{pgfornament}[2014/05/31 v0.11 vector ornaments]%
\gdef\pgfOrnamentsObject{pgflibraryvectorian.code.tex} 
\gdef\OrnamentsFamily{vectorian}  
\pgfkeys{
/pgfOrnaments/object/.cd,
/pgfOrnaments/object/.code = \gdef\pgfOrnamentsObject{pgflibrary#1.code.tex}
\gdef\OrnamentsFamily{#1}
}
\ProcessPgfOptions{/pgfOrnaments}
\input{\pgfOrnamentsObject}%
\makeatletter 

% appels des motifs 
\def\pgf@@ornament#1{%
\begingroup
\def\i{\pgfusepath{clip}}%
\def\k{\pgfusepath{stroke}}%
\let\o\pgfpathclose
\let\s\pgfusepathqfillstroke
\def\p ##1##2{\pgfqpoint{##1bp}{##2bp}}%
\def\m ##1 ##2 {\pgfpathmoveto{\p{##1}{##2}}}%
\def\l ##1 ##2 {\pgfpathlineto{\p{##1}{##2}}}%
\def\r ##1 ##2 ##3 ##4 {\pgfpathrectangle{\p{##1}{##2}}{\p{##3}{##4}}}%
\def\c ##1 ##2 ##3 ##4 ##5 ##6 {%
\pgfpathcurveto{\p{##1}{##2}}{\p{##3}{##4}}{\p{##5}{##6}}}%
\@@input \OrnamentsFamily#1.pgf%
\endgroup}%  

\tikzset{pgfornamentstyle/.style={}}%  
\pgfkeys{%
/ornament/.cd,
scale/.code         =  {\def\pgfornamentscale{#1}},
width/.code         =  {\def\pgfornamentwidth{#1}},
height/.code        =  {\def\pgfornamentheight{#1}},
color/.code         =  {\def\pgfornamentcolor{#1}},
anchor/.code        =  {\def\pgfornamentanchor{#1}},
ydelta/.code        =  {\def\pgfornamentydelta{#1}}, 
symmetry/.is choice,
symmetry/v/.code     = {\tikzset{pgfornamentstyle/.append style={cm={-1,0,0,1,(0,0)}}}},
symmetry/c/.code     = {\tikzset{pgfornamentstyle/.append style={cm={-1,0,0,-1,(0,0)}}}},
symmetry/h/.code     = {\tikzset{pgfornamentstyle/.append style={cm={1,0,0,-1,(0,0)}}}},
symmetry/none/.code  = {\tikzset{pgfornamentstyle/.append style={cm={1,0,0,1,(0,0)}}}}}%
\def\pgfornament{\pgfutil@ifnextchar[{\pgf@ornament}{\pgf@ornament[]}}%
\def\pgf@ornament[#1]#2{%
\pgfkeys{/ornament/.cd,
         scale    =  1,
         width    =  {},
         height   =  {},
         color    =  {},
         ydelta   =  0 pt,
         symmetry =  none ,
         anchor   =  center}% 
%
\pgfqkeys{/ornament}{#1}%
\ifx\pgfornamentcolor\empty 
    \tikzset{pgfornamentstyle/.append style={}}%
\else 
    \tikzset{pgfornamentstyle/.append style={color=\pgfornamentcolor}}%
\fi
\ifx\pgfornamentwidth\empty
   \else
  \@pgfornamentDim{#2}% 
  \pgfmathsetmacro{\pgfornamentscale}{\pgfornamentwidth/\@pgfornamentX bp}%
\fi  
\ifx\pgfornamentheight\empty
   \else
  \@pgfornamentDim{#2}% 
  \pgfmathsetmacro{\pgfornamentscale}{\pgfornamentheight/\@pgfornamentY bp}%
\fi
\begin{tikzpicture}[%
   baseline={([yshift=\pgfornamentydelta]current bounding box.\pgfornamentanchor)},pgfornamentstyle]
   \pgftransformscale{\pgfornamentscale}%
   \pgf@@ornament{#2}%
\end{tikzpicture}%
\tikzset{pgfornamentstyle/.style={cm={1,0,0,1,(0,0)}}}%
}%
\gdef\ornamenttopos{.5}
\gdef\ornamenttoanchor{center}
\gdef\ornamenttosymmetry{none} 
\tikzset{options default/.style={anchor=center,sloped,allow upside down,inner sep=0pt}}
\tikzset{%
ornament/at/.code={\def\ornamenttopos{#1}},
options/.style={options default,#1},
ornament symmetry/.code={\def\ornamenttosymmetry{#1}},
node anchor/.code={\def\ornamenttoanchor{#1}}, 
ornament/.style={%
to path={%
\pgfextra{%
      \tikz@scan@one@point\pgfutil@firstofone(\tikztostart)\relax
         \pgf@xa=\pgf@x
         \pgf@ya=\pgf@y 
      \tikz@scan@one@point\pgfutil@firstofone(\tikztotarget)\relax
         \pgf@xb=\pgf@x
         \pgf@yb=\pgf@y
         \advance\pgf@xa by-\pgf@xb
         \advance\pgf@ya by-\pgf@yb
      \pgfmathveclen{\pgf@xa}{\pgf@ya}%
      \global\let\ornamentlen\pgfmathresult
      } --  node [pos=\ornamenttopos,options,anchor=\ornamenttoanchor]{%
                  \pgfornament[width    = \ornamentlen,symmetry=\ornamenttosymmetry]{#1}}  
            (\tikztotarget)\tikztonodes %end pgfextra    
    }% end to path
  }% end style
}% 
\def\pgfornamenthline#1#2#3#4{%
  \pgfextractx{\pgf@x}{\pgfpointanchor{#1}{#3 east}}
  \pgf@xa=\pgf@x 
  \pgfextractx{\pgf@x}{\pgfpointanchor{#2}{#3 west}} 
  \pgf@xb=\pgf@x
  \advance\pgf@xb by -\pgf@xa
\node[inner sep=0pt] at ($(#1.#3 east)!.5!(#2.#3 west)$) {\pgfornament[width=\pgf@xb]{#4}} ;  
}
\def\pgfornamentvline#1#2#3#4{%
  \pgfextracty{\pgf@y}{\pgfpointanchor{#1}{south #3}}
  \pgf@ya=\pgf@y 
  \pgfextracty{\pgf@y}{\pgfpointanchor{#2}{north #3}} 
  \pgf@yb=\pgf@y
  \advance\pgf@yb by -\pgf@ya
\node[inner sep=0pt,rotate=90] at ($(#1.south #3)!.5!(#2.north #3)$) {\pgfornament[width=\pgf@yb]{#4}} ;  
}%
\def\getornamentlength#1#2#3#4{%
 \pgfpointdiff{\pgfpointanchor{#1}{#2}}%
              {\pgfpointanchor{#3}{#4}}%
   \pgf@xa=\pgf@x
   \pgf@ya=\pgf@y
   \pgfmathveclen{\pgf@xa}{\pgf@ya}%
   \global\let\ornamentlen\pgfmathresult 
}%
\def\getornamentangle#1#2#3{%
  \pgfpointdiff{\pgfpointanchor{#2}{center}}{\pgfpointanchor{#3}{center}}%
  \pgfmathsetmacro{#1}{atan2(\pgf@x,\pgf@y)}%
}%
\makeatother

\newcommand{\resetpgfornamentstyle}{\tikzset{pgfornamentstyle/.style={}}}
 

\endinput
% End