Anzeige:
Ergebnis 1 bis 1 von 1

Thema: Puzzleteile in Tikz

  1. #1
    Registrierter Benutzer
    Registriert seit
    26.11.2007
    Beiträge
    79

    Puzzleteile in Tikz

    Hallo,

    ich möchte gerne vier ineinanergreifende Puzzleteile (siehe Anhang 1) mit Tikz in einer Beamer Präsentation darstellen.

    Zur Zeit habe ich lediglich vier Quadrate (siehe Anhang 2).

    Hier der Code für die Quadrate:

    Code:
    \begin{tikzpicture}[scale=.5, transform shape, nonterminal/.style={
    % The shape: 
    rectangle, 
    % The size: 
    minimum size=6mm, 
    % The border: 
    very thick, 
    draw=presentationBlue!50, % 50% red and 50% black, 
    % and that mixed with 50% white 
    % The filling: 
    top color=white, % a shading that is white at the top... 
    bottom color=presentationBlue!50, % and something else at the bottom 
    text width=4cm, % max text width
    % Font 
    font=\itshape 
    }]
    
    % Dimensions
    \fill [fill=blue!20,draw=blue,thick] (0,0) rectangle (5,5);  
    \fill [fill=red!20,draw=red,thick] (5,5) rectangle (10,10);    
    \fill [fill=orange!20,draw=orange,thick] (0,5) rectangle (5,10);  
    \fill [fill=green!20,draw=green,thick] (5,0) rectangle (10,5);  
    
    \draw (2.5,7.5) node [color=orange] {\Large{Hardware}};
    \draw (7.5,7.5) node [color=red] {\Large{Software}};
    \draw (2.5,2.5) node [color=blue] {\Large{IT Services}};
    \draw (7.5,2.5) node [color=green] {\Large{Telecommunication}};
    
    \end{tikzpicture}
    Hat jemand eine Idee, wie ich statt der Quadrate Puzzleteile bekomme?

    Gruß
    Stefan
    Geändert von Stefan2902 (17-07-2009 um 17:13 Uhr)

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •