diff --git a/doc/bilder/simplecloud.pdf b/doc/bilder/simplecloud.pdf new file mode 100644 index 0000000..2ac0124 Binary files /dev/null and b/doc/bilder/simplecloud.pdf differ diff --git a/doc/bilder/tikzstyles.tex b/doc/bilder/tikzstyles.tex index e00f0a8..dabaa71 100644 --- a/doc/bilder/tikzstyles.tex +++ b/doc/bilder/tikzstyles.tex @@ -20,7 +20,7 @@ length=6}, nichtrundelinie] \tikzstyle{shadeslate}=[shade, top color=huslateblue!2, bottom color=huslateblue!10] \tikzstyle{darkshadeslate}=[shade, top color=huslateblue!20, bottom color=huslateblue!50] -\tikzstyle{internet}=[cloud, cloud ignores aspect, minimum height=1.5cm, kleiner, +\tikzstyle{internet}=[cloud, cloud ignores aspect, cloud puffs=15.7, minimum height=1.5cm, kleiner, line width=2pt, draw=huslateblue, inner sep=.2cm, darkshadeslate, drop shadow={opacity=.15}, shadow scale=1.05] diff --git a/remote-reader/doc/README.txt b/remote-reader/doc/README.txt index 90c5dab..6e725a7 100644 --- a/remote-reader/doc/README.txt +++ b/remote-reader/doc/README.txt @@ -35,7 +35,7 @@ application, for example OpenSC_. \node (pcsc) [klein, aktivbox, inner xsep=.75cm, align=center] {PC/SC\\Framework}; \node (sca) [aktivbox, klein, left=.75cm of pcsc, align=center] {Smart Card\\Application}; \node (vpcd) [box, at=(pcsc.east), kleiner] {\texttt{vpcd}}; - \node (phone) [right=1cm of vpcd] {\includegraphics[width=3cm]{%(wd)s/bilder/smartphone.pdf}}; + \node (phone) [right=2cm of vpcd] {\includegraphics[width=3cm]{%(wd)s/bilder/smartphone.pdf}}; \node (app) [at=(phone.center)] {\includegraphics[width=2.8cm, height=4.9cm]{%(wd)s/bilder/remote-reader.png}}; \node (card) [right=0cm of phone, rotate=45] {\includegraphics[width=2cm]{%(wd)s/bilder/smartcard.pdf}}; @@ -44,7 +44,7 @@ application, for example OpenSC_. \node [at=(box.north west)] {\includegraphics[width=1cm]{%(wd)s/bilder/computer-tango.pdf}}; \path[linie] (sca) edge (pcsc) - (vpcd) edge (app) + (vpcd) edge node {\includegraphics[width=1.5cm]{%(wd)s/bilder/simplecloud.pdf}} (app) ; \draw [rfid] (phone.center) -- (card.center) ; \end{pgfonlayer} @@ -80,9 +80,9 @@ other computer, the :ref:`vicc` in relay mode can be used: \node [at=(box2.north west)] {\includegraphics[width=1cm]{%(wd)s/bilder/computer-tango.pdf}}; \path[linie] (sca) edge (pcsc) - (vpcd) edge [out=south, in=north] (vicc) + (vpcd) edge [out=south, in=north] node {\includegraphics[width=1.5cm]{%(wd)s/bilder/simplecloud.pdf}} (vicc) (vicc) edge (pcsc2) - (pcsc2) edge (reader) + (pcsc2) edge [usb] (reader.center) ; \end{pgfonlayer} diff --git a/virtualsmartcard/doc/README.txt b/virtualsmartcard/doc/README.txt index 623f26b..1d2d90c 100644 --- a/virtualsmartcard/doc/README.txt +++ b/virtualsmartcard/doc/README.txt @@ -60,12 +60,12 @@ The file :file:`utils.py` was taken from Henryk Plötz's cyberflex-shell_. }; \node (sca) [aktivbox, klein, left=of pcsclite] {Smart Card\\Application}; \node (vpcd) [box, at=(pcsclite.east), xshift=-.3cm] {\texttt{vpcd}}; - \node (vicc) [aktivbox, right=of pcsclite] {\texttt{vicc}}; + \node (vicc) [aktivbox, right=2cm of pcsclite] {\texttt{vicc}}; \begin{pgfonlayer}{background} \path[linie] (sca) edge (pcsclite) - (vpcd) edge (vicc) + (vpcd) edge node {\includegraphics[width=1.2cm]{%(wd)s/bilder/simplecloud.pdf}} (vicc) ; \end{pgfonlayer} @@ -86,12 +86,12 @@ The file :file:`utils.py` was taken from Henryk Plötz's cyberflex-shell_. PC/SC Framework }; \node (sca) [aktivbox, klein, left=of pcsclite] {Smart Card\\Application}; - \node (vicc) [aktivbox, right=of pcsclite] {\texttt{vicc}}; + \node (vicc) [aktivbox, right=2cm of pcsclite] {\texttt{vicc}}; \begin{pgfonlayer}{background} \path[linie] (sca) edge (pcsclite) - (pcsclite) edge (vicc) + (pcsclite) edge node {\includegraphics[width=1.5cm]{%(wd)s/bilder/simplecloud.pdf}} (vicc) ; \end{pgfonlayer} diff --git a/virtualsmartcard/doc/README.txt.in b/virtualsmartcard/doc/README.txt.in index a9e380b..7842ccd 100644 --- a/virtualsmartcard/doc/README.txt.in +++ b/virtualsmartcard/doc/README.txt.in @@ -60,12 +60,12 @@ The file :file:`utils.py` was taken from Henryk Plötz's cyberflex-shell_. }; \node (sca) [aktivbox, klein, left=of pcsclite] {Smart Card\\Application}; \node (vpcd) [box, at=(pcsclite.east), xshift=-.3cm] {\texttt{vpcd}}; - \node (vicc) [aktivbox, right=of pcsclite] {\texttt{vicc}}; + \node (vicc) [aktivbox, right=2cm of pcsclite] {\texttt{vicc}}; \begin{pgfonlayer}{background} \path[linie] (sca) edge (pcsclite) - (vpcd) edge (vicc) + (vpcd) edge node {\includegraphics[width=1.2cm]{%(wd)s/bilder/simplecloud.pdf}} (vicc) ; \end{pgfonlayer} @@ -86,12 +86,12 @@ The file :file:`utils.py` was taken from Henryk Plötz's cyberflex-shell_. PC/SC Framework }; \node (sca) [aktivbox, klein, left=of pcsclite] {Smart Card\\Application}; - \node (vicc) [aktivbox, right=of pcsclite] {\texttt{vicc}}; + \node (vicc) [aktivbox, right=2cm of pcsclite] {\texttt{vicc}}; \begin{pgfonlayer}{background} \path[linie] (sca) edge (pcsclite) - (pcsclite) edge (vicc) + (pcsclite) edge node {\includegraphics[width=1.5cm]{%(wd)s/bilder/simplecloud.pdf}} (vicc) ; \end{pgfonlayer}