Skip to content

Latest commit

 

History

History
executable file
·
32 lines (17 loc) · 2.63 KB

ReadMe.md

File metadata and controls

executable file
·
32 lines (17 loc) · 2.63 KB

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:

For opening the animated figures on Linux I recommend using Okular as many other common document viewers do not support it.

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.