Home
Softono

Latex Tikz Examples

Open source MIT TeX
11
Stars
0
Forks
0
Issues
1
Watchers
1 year
Last Commit

 About Latex Tikz Examples

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

Platforms

Web Self-hosted

Languages

TeX

Links

Need Help Installing Latex Tikz Examples?

We provide expert installation service for this software. Our team will install, configure, and secure Latex Tikz Examples on your server. plans start at just $30.

Latex Tikz Examples

View on GitHub

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.