Welcome to TikZ Blog!
Step-by-Step Tutorials about How to Draw Illustrations in LaTeX
Examples are From Mathematics, Physics and Engineering
Tutorials
Choose your technical area and discover step-by-step tutorials:
Fun Learning Activities
To make the learning process appealing, we create fun activities from time to time. This includes solving mazes, puzzles and quizzes!
TikZ for Beginners Course is Live!
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).
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}
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.
Best Cover Pages
Get Your Copy TODAY!
This beautiful report presents the best tips and materials for learning TikZ.
It highlights the difference between most common packages such as PGF, TikZ, Pgfplots and circuitikz. It provides personal TikZ Galleries on Github, best Youtube channels and TikZ communities!
Featured posts
About me
I am Benmiloud Mohammed, founder of latexdraw.com, personal blog about drawing illustrations in LaTeX using different packages such as TikZ, Pgfplots and CircuitikZ.
During my PhD studies, I faced difficulties when it comes to drawing technical illustrations for my research papers. After many attempts, I found TikZ the best option for me. From that time, I am using it and encourage LaTeX users to do so.
It's in TikZ so it must be beautiful
Mohammed Benmiloud