Skip to content

dizzyryan/quick-latex-drawing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Basic Drawing Code for LaTeX

This repository provides basic drawing code examples for LaTeX, helping users create diagrams and illustrations using packages like TikZ and PGFPlots.

Requirements

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}

Usage

  1. Clone the repository:
    git clone https://github.com/dizzyryan/quick-latex-drawing.git
  2. Compile the provided .tex files using a LaTeX editor or command line:
    pdflatex example.tex

Or you can simply download the .zip file.

Contributions

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.

License

This repository is licensed under the MIT License. See LICENSE for details.

About

This repo provides some basic drawing code for LaTeX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published