Start Learning TODAY & take your documents to the next level
To make the learning process appealing, the course is built on the top of interesting tasks and activities!
Example of a Challenge
We would like to recreate Mitsubishi logo in TikZ. To this end, follow these instructions:
- Use polar coordinates (details of coordinates are shown below)
- Use fill command and close the path with --cycle
- Draw only one diamond and rotate it with different angles
Modify the following code and compile it to get the above result:
\documentclass[border=0.2cm]{standalone}
% Loading TikZ
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
% Diamond 1
\fill[red] (0,0) -- (0:2) -- (-30:3.5);
\end{tikzpicture}
\end{document}
Course Content:
The course is an introduction to TikZ package which is dedicated to beginners. It has 9 lessons and each one has tasks and one big challenge. To cite few, the latter corresponds to:
- Solving a maze,
- Drawing a logo, beautiful flower,
- Solving Sudoku Puzzle, matchsticks puzzle, and much more!
Each challenge has a purpose, for example: solving a maze teaches you how to draw straight lines between points defined by cartesian coordinates (lesson 2).
You have life time access and future course updates
If you have any issues, just get in touch with me via Contact form or my email admin@latexdraw.com.