Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravijo/latex-examples
This repository contains some code snippets of graphics in latex.
https://github.com/ravijo/latex-examples
diagram flowchart graphics latex latex-examples neural-network pgfplots pie-chart standalone subfigure tikz
Last synced: 29 days ago
JSON representation
This repository contains some code snippets of graphics in latex.
- Host: GitHub
- URL: https://github.com/ravijo/latex-examples
- Owner: ravijo
- License: mit
- Created: 2018-05-27T13:07:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T13:41:40.000Z (about 5 years ago)
- Last Synced: 2025-01-16T06:16:40.914Z (29 days ago)
- Topics: diagram, flowchart, graphics, latex, latex-examples, neural-network, pgfplots, pie-chart, standalone, subfigure, tikz
- Language: TeX
- Homepage:
- Size: 1.26 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Latex-Examples
This repository contains some code snippets of graphics in latex.## Prerequisite
Make sure TeX/LaTeX is installed. I am using TeXLive 2018 on Ubuntu 14.04 LTS 64 Bit PC.## Steps to install TeXLive 2018
1. Open the following page [Installing TeX Live over the Internet](https://tug.org/texlive/acquire-netinstall.html)
1. Download [install-tl-unx.tar.gz](http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz)
1. Unzip the downloaded file and go inside the folder
1. Open a terminal or press CTRL+ALT+T and execute `install-tl`. See below-
```
ravi@home:~/Downloads/install-tl-20180527$ sudo ./install-tl
```
*This takes more than 30 minutes. So take a coffee break!*## Category
* [Block Diagram](block-diagram)
* [Code Formatting](code-formatting)
* [Draw on Image](draw-on-image)
* [Flowchart](flowchart)
* [Magnify Glass](magnify-glass)
* [Multiple Images](multiple-images)
* [Neural Network](neural-network)
* [Pie Chart](pie-chart)
* [Plot CSV](plot-csv)
* [Software Architecture](software-architecture)
* [Standalone](standalone)
* [Subfigure](subfigure)
* [Tikz Coordinates](tikz-coordinates)## Source
Most of them are designed by me. Rest are taken from internet.## Issues (or Error Reporting)
Please check [here](https://github.com/ravijo/Latex-Examples/issues) and create issues accordingly.