Überarbeitungsverlauf[Zurück]
Klicke auf Einblenden/Ausblenden von Überarbeitungen 3
Themen

04 Jun '16, 09:06

saputello's gravatar image

saputello
11.1k174365

Beschriftung von Grafiken, figure, label

Wie werde ichdie Beschriftungen, "Abbildung 1"," Abbildung 2" und "Abbildung 3" los? \documentclass[headheight=19pt]{scrartcl} %------------------------------------------------------------------------------ \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage[ngerman]{babel} \usepackage{amsmath} \usepackage[norndcorners,customcolors,nofill]{hf-tikz} \usepackage{tikz} \usetikzlibrary{angles,quotes,intersections} \tikzset{ angle radius=0.75cm } \usetikzlibrary{quotes,babel,angles} %------------------------------------------------------------------------------ \newbox\mytikzbox \newcommand{\tikzBox}[2][\mytikzbox]{% \sbox#1{\pgfinterruptpicture#2\endpgfinterruptpicture}} %------------------------------------------------------------------------------- \tikzstyle{mybox}=[draw=gray, fill=white!20, align=left, text width = 0.9\linewidth] \hfsetbordercolor{gray} \tikzset{ winkel/.style={draw=gray,angle eccentricity=.6,angle radius=1cm}, mybox/.style={draw=gray,fill=white,align=left,text width=.9\linewidth} } %------------------------------------------------------------------------------- \begin{document} \begin{figure}[!htb] \minipage{0.32\textwidth} \begin{tikzpicture} \coordinate[label=below:S] (S) at (2,0); \draw[name path=A] (0,0) coordinate (A) -- (4,0) coordinate (B); %\draw[name path=B] (1,2) coordinate (C) -- (3,-1) coordinate (D); %\path[name intersections={of=A and B,name=i}]; \draw pic["$\alpha$", draw=gray, -] {angle=B--S--A}; \fill (S) circle (1pt); %\draw pic["$\beta$", draw=blue, ->] {angle=C--i-1--A}; \end{tikzpicture} \caption{A really Awesome Image}\label{fig:awesome_image1} \endminipage\hfill \minipage{0.32\textwidth} \begin{tikzpicture} \coordinate[label=below:S] (S) at (2,0); \draw[name path=A] (0,0) coordinate (A) -- (4,0) coordinate (B); %\draw[name path=B] (1,2) coordinate (C) -- (3,-1) coordinate (D); %\path[name intersections={of=A and B,name=i}]; \draw pic["$\alpha$", draw=gray, -] {angle=B--S--A}; \fill (S) circle (1pt); %\draw pic["$\beta$", draw=blue, ->] {angle=C--i-1--A}; \end{tikzpicture} \caption{A really Awesome Image}\label{fig:awesome_image2} \endminipage\hfill \minipage{0.32\textwidth}% \begin{tikzpicture} \coordinate[label=below:S] (S) at (2,0); \draw[name path=A] (0,0) coordinate (A) -- (4,0) coordinate (B); %\draw[name path=B] (1,2) coordinate (C) -- (3,-1) coordinate (D); %\path[name intersections={of=A and B,name=i}]; \draw pic["$\alpha$", draw=gray, -] {angle=B--S--A}; \fill (S) circle (1pt); %\draw pic["$\beta$", draw=blue, ->] {angle=C--i-1--A}; \end{tikzpicture} \caption{A really Awesome Image}\label{fig:awesome_image3} \endminipage \end{figure} \end{document}
Klicke auf Einblenden/Ausblenden von Überarbeitungen 2

03 Jun '16, 23:16

runix's gravatar image

runix
1.0k257586

Beschriftung von Grafiken, figure, label

Wie werde ich ichdie Beschriftungen, "Abbildung 1"," Abbildung 1, Abbildung 2 2" und Abbildung 3 "Abbildung 3" los? \documentclass[headheight=19pt]{scrartcl} %------------------------------------------------------------------------------ \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage[ngerman]{babel} \usepackage{amsmath} \usepackage[norndcorners,customcolors,nofill]{hf-tikz} \usepackage{tikz} \usetikzlibrary{angles,quotes,intersections} \tikzset{ angle radius=0.75cm } \usetikzlibrary{quotes,babel,angles} %------------------------------------------------------------------------------ \newbox\mytikzbox \newcommand{\tikzBox}[2][\mytikzbox]{% \sbox#1{\pgfinterruptpicture#2\endpgfinterruptpicture}} %------------------------------------------------------------------------------- \tikzstyle{mybox}=[draw=gray, fill=white!20, align=left, text width = 0.9\linewidth] \hfsetbordercolor{gray} \tikzset{ winkel/.style={draw=gray,angle eccentricity=.6,angle radius=1cm}, mybox/.style={draw=gray,fill=white,align=left,text width=.9\linewidth} } %------------------------------------------------------------------------------- \begin{document} \begin{figure}[!htb] \minipage{0.32\textwidth} \begin{tikzpicture} \coordinate[label=below:S] (S) at (2,0); \draw[name path=A] (0,0) coordinate (A) -- (4,0) coordinate (B); %\draw[name path=B] (1,2) coordinate (C) -- (3,-1) coordinate (D); %\path[name intersections={of=A and B,name=i}]; \draw pic["$\alpha$", draw=gray, -] {angle=B--S--A}; \fill (S) circle (1pt); %\draw pic["$\beta$", draw=blue, ->] {angle=C--i-1--A}; \end{tikzpicture} \caption{A really Awesome Image}\label{fig:awesome_image1} \endminipage\hfill \minipage{0.32\textwidth} \begin{tikzpicture} \coordinate[label=below:S] (S) at (2,0); \draw[name path=A] (0,0) coordinate (A) -- (4,0) coordinate (B); %\draw[name path=B] (1,2) coordinate (C) -- (3,-1) coordinate (D); %\path[name intersections={of=A and B,name=i}]; \draw pic["$\alpha$", draw=gray, -] {angle=B--S--A}; \fill (S) circle (1pt); %\draw pic["$\beta$", draw=blue, ->] {angle=C--i-1--A}; \end{tikzpicture} \caption{A really Awesome Image}\label{fig:awesome_image2} \endminipage\hfill \minipage{0.32\textwidth}% \begin{tikzpicture} \coordinate[label=below:S] (S) at (2,0); \draw[name path=A] (0,0) coordinate (A) -- (4,0) coordinate (B); %\draw[name path=B] (1,2) coordinate (C) -- (3,-1) coordinate (D); %\path[name intersections={of=A and B,name=i}]; \draw pic["$\alpha$", draw=gray, -] {angle=B--S--A}; \fill (S) circle (1pt); %\draw pic["$\beta$", draw=blue, ->] {angle=C--i-1--A}; \end{tikzpicture} \caption{A really Awesome Image}\label{fig:awesome_image3} \endminipage \end{figure} \end{document}
Klicke auf Einblenden/Ausblenden von Überarbeitungen 1

03 Jun '16, 23:15

runix's gravatar image

runix
1.0k257586