TikZ for Beginners Course
- All what you need to start drawing using TikZ.
- Lessons with many tasks and challenges!
- You can compile and test your codes online.
- Done for you service (one image converted to TikZ).
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!
Clip images task
Line styles task
Curved lines task
In & Out angles task
Text labels task
Rotation task
Help lines task
Arcs task
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).
Lesson 1: Required Packages and Libraries
Lesson 2: Find Your Way Through a Maze
Lesson 3: Drive Your Ambition, Mitsubishi
Lesson 4: Where Flowers Bloom, so does Hope
Lesson 5: The digits must occur only once, Sudoku Puzzles
Lesson 6: There’s Light And Dark, Day And Night, Yin And Yang
Lesson 7: The Chinese Linking Rings Illusion
Lesson 8: Can you solve these Matchstick Puzzles?
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.