Tikz Graphik verkleinern

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: Tikz Graphik verkleinern

von esdd » Mi 20. Mai 2015, 11:33

Kleiner Tipp: Bevor Du neue Fragen stellst, solltest Du Dich erstmal um die Antworten auf Deine bisherigen kümmern. Wenn ich es richtig sehe, verwendest Du mindestens eine.

Tikz Graphik verkleinern

von dirkst19 » Mi 20. Mai 2015, 09:29

Hallo zusammen!

Ich bin krasser Anfänger auf dem Latex Gebiet und habe nun mal eine Zeichnung erstellt.
Diese Zeichnung ist mir im allem aber zu groß ausgefallen, sodass ich die etwas verkleinern will.
Dabei soll die komplette Zeichnung verkleinert werden.

Ich habe dies bereits mit der scale funktion von tikzpicture versucht, aber dann verzieht der alle Koordinaten etc.

Achja und nicht wundern, der Code ist wahrscheinlich zu lang geschrieben von mir, aber funktioniert. und die Boxen sind entleert.

>Vielleicht habt ihr ja eine Idee!
Vielen Dank :)
\documentclass[mutli, pstricks, a4paper, 12pt, headinclude, footinclude]{scrreprt} % Dokumentart
\usepackage[utf8]{inputenc}  % Eingabe von vielen Zeichen ohne Befehle
\usepackage[T1]{fontenc} % Silbentrennung
\usepackage[ngerman]{babel} % 
\usepackage{graphicx} %Einbinden von Graphiken
\usepackage{placeins} % Unterbinden von Section rutschen
\usepackage{microtype}
\usepackage{array}
\usepackage{tikz}
\usepackage{pgf}
\usepackage{pgfplots,pgfplotstable} 
\usepackage{pgfplotstable}
\usepackage{tikz}
\usetikzlibrary{arrows,automata,backgrounds,calendar}
\usepackage{rotating}
\usetikzlibrary{shapes}
\usepackage[utf8]{inputenc} 
\usepackage{tabularx} 
\usepackage{multirow} 
\usepackage{multicol} 
\usepackage{calc} 
\usetikzlibrary{intersections}
\usepackage{multido}
\usepackage{pstricks}
\SpecialCoor
\begin{document}
\begin{figure}[h!]
\centering
\begin{tikzpicture}
[scale= 0.1,every node/.style={signal, draw,fill=cyan, text centered, text width=5em, minimum width = 4em, minimum height=4em, text=white, signal to=nowhere}]
\node[signal to=east] at (-65,1) {\textbf{}};

 \node[signal to=east] at (-30,1) {\textbf{}};
 \node[signal to=east] at (5,1) {\textbf{}};
  \node[signal to=east] at (5,-20) {\textbf{}};
\node[signal to=east] at (50,-10) {\textbf{}};
\node[signal to=east] at (50,-30) {\textbf{}};

   \node[rotate= 180,signal to=east] at (57,-60) {\rotatebox{180}{\textbf{}}};
    \coordinate [label=left:\textcolor{white}{\textbf{{}}}] (A1) at (69,-58);
 \coordinate [label=left:\textcolor{white}{\textbf{{}}}] (A1) at (69,-62);

   \node[rotate= 180,signal to=east] at (15,-60) {\rotatebox{180}{\textbf{}}};
   \coordinate [label=left:\textcolor{white}{\textbf{{}}}] (A1) at (26,-59);
    \coordinate [label=left:\textcolor{white}{\textbf{{}}}] (A1) at (26,-63);
   
      \node[rotate= 180,signal to=east] at (15,-80) {\rotatebox{180}{\textbf{}}};
       \coordinate [label=left:\textcolor{white}{\textbf{{}}}] (A1) at (25,-78);
       \coordinate [label=left:\textcolor{white}{\textbf{{}}}] (A1) at (25,-82);

\node[rotate= 180,signal to=east] at (-25,-60) {\rotatebox{180}{\textbf{}}};
 
  \coordinate [label=left:\textcolor{white}{\textbf{{}}}] (A1) at (-13,-58);
 \coordinate [label=left:\textcolor{white}{\textbf{{}}}] (A1) at (-13,-62);


   
      \node[rotate= 180,signal to=east] at (-25,-80) {\rotatebox{180}{\textbf{}}};
       \coordinate [label=left:\textcolor{white}{\textbf{{}}}] (A1) at (-15,-82);
        \coordinate [label=left:\textcolor{white}{\textbf{{}}}] (A1) at (-15,-78);
       
         \node[rotate= 180,signal to=east] at (-60,-60) {\rotatebox{180}{\textbf{}}};
          \coordinate [label=left:\textcolor{white}{\textbf{{}}}] (A1) at (-48,-62);
           \coordinate [label=left:\textcolor{white}{\textbf{{}}}] (A1) at (-48,-58);
         
         \coordinate [] (A333) at (70,-10);
         \coordinate [] (A444) at (70,-60);

\coordinate [] (A1) at (25,1);
\coordinate [] (A2) at (30,1);
\coordinate [] (A21) at (30,1.25);
\coordinate [] (A31) at (30,-10.25);
\coordinate [] (A3) at (30,-10);
\coordinate [] (A4) at (-10.2,-10);
\coordinate [] (A5) at (-10,-10);
\coordinate [] (A6) at (-10,-20.25);
\coordinate [] (A7) at (-10,-20);
\coordinate [] (A8) at (-6.6,-20);
\draw[-,line width=0.05cm,black] (A1) to (A2);
\draw[-,line width=0.05cm,black] (A21) to (A31);
\draw[-,line width=0.05cm,black] (A3) to (A4);
\draw[-,line width=0.05cm,black] (A5) to (A6);
\draw[->,line width=0.05cm,black] (A7) to (A8);

\coordinate [] (A9) at (25,-20);
\coordinate [] (A10) at (32.5,-20);
\coordinate [] (A11) at (32.25,-20); %Punkt Abzweigung
\coordinate [] (A12) at (32.25,-10.25);
\coordinate [] (A13) at (32,-10);
\coordinate [] (A14) at (38.5,-10);

\coordinate [] (A15) at (32.25,-29.75);
\coordinate [] (A16) at (32,-29.5);
\coordinate [] (A17) at (38.5,-29.5);

\draw[-,line width=0.05cm,black] (A9) to (A10);
\draw[-,line width=0.05cm,black] (A11) to (A12);
\draw[->,line width=0.05cm,black] (A13) to (A14);

\draw[-,line width=0.05cm,black] (A11) to (A15);
\draw[->,line width=0.05cm,black] (A16) to (A17);

\coordinate [] (A18) at (37,-60);
\coordinate [] (A19) at (26.5,-60);
\coordinate [] (A20) at (32.5,-60);
\coordinate [] (A21) at (32.5,-80);
\coordinate [] (A22) at (32.75,-80.25);
\coordinate [] (A23) at (26.5,-80.25);

\draw[<-,line width=0.05cm,black] (A19) to (A18);
\draw[-,line width=0.05cm,black] (A20) to (A21);
\draw[<-,line width=0.05cm,black] (A23) to (A22);

\coordinate [] (A24) at (-4.5,-60);
\coordinate [] (A25) at (-13.5,-60);
\coordinate [] (A26) at (-8,-60);
\coordinate [] (A27) at (-8,-80.5);
\coordinate [] (A28) at (-8.25,-80.25);
\coordinate [] (A29) at (-13.5,-80.25);


\draw[<-,line width=0.05cm,black] (A25) to (A24);
\draw[-,line width=0.05cm,black] (A26) to (A27);
\draw[<-,line width=0.05cm,black] (A29) to (A28);

\end{tikzpicture}
\end{figure}
\FloatBarrier
\noindent
\end{document}
 

Nach oben