mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
corrected spelling mistake
This commit is contained in:
parent
a3e4ead5c4
commit
a40c94463e
2 changed files with 20 additions and 11 deletions
|
@ -5,16 +5,25 @@
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\begin{preview}
|
\begin{preview}
|
||||||
\begin{ganttchart}{12}
|
\begin{ganttchart}[x unit=1.4cm, y unit title=.7cm, y unit chart=1.5cm]{8}
|
||||||
\gantttitle{2012}{12} \\
|
\gantttitle{2012}{3}
|
||||||
\gantttitlelist{1,...,12}{1} \\
|
\gantttitle{2013}{5}\\
|
||||||
\ganttgroup{Group 1}{1}{7} \\
|
\gantttitlelist{50, 51}{1}
|
||||||
\ganttbar{Task 1}{1}{2} \\
|
\gantttitle{Christmas}{2}
|
||||||
\ganttlinkedbar{Task 2}{3}{7} \ganttnewline
|
\gantttitlelist{2, ..., 5}{1}\\
|
||||||
\ganttmilestone{Milestone}{7} \ganttnewline
|
|
||||||
\ganttbar{Final Task}{8}{12}
|
\ganttbar[name=b1]{compile ViMuDat}{1}{1.5} \\
|
||||||
\ganttlink{elem2}{elem3}
|
\ganttbar[name=b2,inline=true]{create stubs}{2.5}{4.5} \\
|
||||||
\ganttlink{elem3}{elem4}
|
\ganttbar{implement metadata}{5.5}{5.5}\\
|
||||||
|
\ganttmilestone{metadata works}{5.5}\\
|
||||||
|
\ganttgroup{Upload}{5}{6.5}\\
|
||||||
|
\ganttbar{implement Matlab controler}{4}{2}\\
|
||||||
|
\ganttbar{implement file parser}{4}{1.5}\\
|
||||||
|
\ganttbar{implement add record}{5.5}{1}\\
|
||||||
|
\ganttbar{implement segmentation}{5.5}{1}\\
|
||||||
|
\ganttbar{implement registration}{5.5}{1}\\
|
||||||
|
\ganttbar{implement classification}{5.5}{1}\\
|
||||||
|
\ganttmilestone{implementation finished}{7}\\
|
||||||
\end{ganttchart}
|
\end{ganttchart}
|
||||||
\end{preview}
|
\end{preview}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
\node at (C)[anchor=south] {C};
|
\node at (C)[anchor=south] {C};
|
||||||
|
|
||||||
% Draw edge text
|
% Draw edge text
|
||||||
\node (c) at ($(A)!0.50!(B)$) [below,font=\tiny] {Hypothenuse};
|
\node (c) at ($(A)!0.50!(B)$) [below,font=\tiny] {Hypotenuse};
|
||||||
\node (b) at ($(A)!0.50!(C)$) [above,rotate=\ALPHA,font=\tiny]
|
\node (b) at ($(A)!0.50!(C)$) [above,rotate=\ALPHA,font=\tiny]
|
||||||
{Ankathete zu Winkel $\alpha$};
|
{Ankathete zu Winkel $\alpha$};
|
||||||
\node (a) at ($(B)!0.35!(C)$) [above,rotate={\ALPHA-90},font=\tiny]
|
\node (a) at ($(B)!0.35!(C)$) [above,rotate={\ALPHA-90},font=\tiny]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue