Skip to content

2b-t/latex-tikz-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX and TikZ examples

Author: Tobit Flatscher (2018-2020)

Dockerhub Release License: MIT

A couple of (animated) vector figures created with LaTeX and TikZ.

Fast Fourier Transform

Currently this repository contains the following examples:

Usage

Clearly you can open the *.tex files located in src in your favourite LaTeX editor such as TexStudio. Otherwise this repository also comes with a Makefile which will compile all the *.tex files located in the src folder to the build folder. This requires the latexmk package, which can be installed on Ubuntu with $ apt-get -y update latexmk.

The Makefile has two rules:

  • $ make all compiles all individual *.tex files to *.pdf files

  • $ make clean deletes all the files again that were generated during the compilation

In case you do not want to install LaTeX on your computer this repository also comes with a Docker (see the folder docker) and a corresponding Docker-Compose file.