This repository provides basic drawing code examples for LaTeX, helping users create diagrams and illustrations using packages like TikZ and PGFPlots.
Ensure you have a LaTeX distribution installed, such as:
- TeX Live
- Overleaf (online editor)
Additionally, the following LaTeX packages are commonly used in this repository:
\usepackage{tikz}
\usepackage{pgfplots}- Clone the repository:
git clone https://github.com/dizzyryan/quick-latex-drawing.git
- Compile the provided
.texfiles using a LaTeX editor or command line:pdflatex example.tex
Or you can simply download the .zip file.
Contributions are welcome! Feel free to submit issues or pull requests with improvements and new examples. You can also contact me for providing other graphics.
This repository is licensed under the MIT License. See LICENSE for details.