Skip to content

Vehicle (car) shapes for use with the Tikz LaTeX package.

License

Notifications You must be signed in to change notification settings

sisl/vehicleshapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vehicleshapes

Vehicle shapes for use with the PGF/TikZ LaTeX package. It currently defines shapes for sedan top corresponding to the top view of a sedan.

Example

\documentclass{article}

\usepackage{tikz}
\usepackage{carshapes}

\begin{document}
    

    \begin{figure}
        \centering
        \begin{tikzpicture}
        \node [sedan top,body color=red!30,window color=black!80,minimum width=4cm] at (0,0) {};
        \node [sedan top,draw=black!,fill=black!60,minimum width=5cm,rotate=20] at (5,1) {}; 
        \end{tikzpicture}
        \caption{Sedan top.}
    \end{figure}

\end{document}

About

Vehicle (car) shapes for use with the Tikz LaTeX package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages