/usr/local/tikz/Common.tikz not found! /usr/local/tikz/Moulton/Calc.Moulton.tikz not found! /usr/local/tikz/Moulton/Styles.tikz not found! /usr/local/tikz/Moulton/Draw.Line.tikz not found! \TiKZPath/Styles.tikz not found! SmtC: Show me the Code!
SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

Moulton
Quando eu dou de comer aos pobres
Me chamam de santo
Quando eu pergunto por que eles são pobres
Me chamam de comunista
Dom Helder Câmera
< Separation | Angle | Klein >

Angle $\beta=V\widehat{C}B$

$V$ in left half-plane and $C$ $y$-axis.

TiKZ Listing: Fig.tikz.tex. PDF   PNG   SVG   ZIP*  
%Point A
\tikzmath{\xa=-1;};
\tikzmath{\ya=-1;};

%Point B
\tikzmath{\xb= 1;};
\tikzmath{\yb= 1;};

%Left and right limit for x
\tikzmath{\xleft=-3;};
\tikzmath{\xright= 3;};


\input{/usr/local/tikz/Common.tikz}
\input{/usr/local/tikz/Moulton/Calc.Moulton.tikz}
\input{/usr/local/tikz/Moulton/Styles.tikz}

\tikzmath{\ybottom=\m*\xleft+\k;};
\tikzmath{\ytop= 3;};

\draw [-Latex] (\xleft,0)    -- (\xright,0) node [right] {$x$};
\draw [-Latex] (0,\ybottom)  -- (0,\ytop)   node [above] {$y$};


\input{/usr/local/tikz/Moulton/Draw.Line.tikz}
\coordinate (V) at (\xa,-\ya);

\coordinate (BB) at (\xb,\m*\xb+\k);
\coordinate (BBB) at (\xright,\m*\xright+\k);

\fill (V)  circle(1pt) node [above] {$V$};
\fill (B)  circle(1pt) node [below] {$B$};
\fill (C)  circle(1pt) node [right] {$C$};
\fill (BB) circle(1pt) node [above] {$B'$};

\draw[dashed] (V) -- (C) -- (BBB);


\tkzMarkAngle[size=0.3](BB,C,V);
\tkzLabelAngle[pos=0.5](BB,C,V) {$\beta$};

\tkzMarkAngle[size=0.9](B,C,BBB);
\tkzLabelAngle[pos=1.1](B,C,BBB) {$\alpha$};
Showing: /usr/local/tikz/Moulton/Styles.tikz:
TiKZ Listing: /usr/local/tikz/Moulton/Styles.tikz.tex. PDF   PNG   SVG   ZIP*  
%Styles
\input{/usr/local/tikz/Styles.tikz}

\tikzstyle{Node}=[
   tiny,
   black
]
\tikzstyle{Line}=[]
\tikzstyle{Normals}=[
   color=black,
   -Latex,
   thick
]

\tikzstyle{Right}=[
   color=gray,
   draw=black,
   opacity=0.1
]
\tikzstyle{Right_Lines}=[
   Right,
   dashed,
]
\tikzstyle{Right_Cont}=[
   color=darkgray,
   dotted,
]

\tikzstyle{Left}=[
   color=gray,
   opacity=0.3
]

\tikzstyle{Left_Lines}=[
   Left,
   dotted,
   very thick,
   color=darkgray
]
\tikzstyle{Left_Cont}=[
   dashed,
   color=darkgray
]

%No projections on moulton line
\tikzstyle{Zero}=[
   dashed,
   color=gray,
   draw=black,
   opacity=0.4
]

%Two projections on moulton line
\tikzstyle{Two}=[
   dashed,
   color=gray,
   draw=black,
   opacity=0.2
]
\tikzstyle{Projection}=[
   tiny,
   darkgray,
   very thin,
]
\tikzstyle{NoProjection}=[
   Projection,
   gray
]
< Separation | Angle | Klein >
Messages:
0 secs.