Skip to content

Instantly share code, notes, and snippets.

@Alistair1231
Forked from zorgick/tikz-uml.md
Last active March 17, 2023 10:40
Show Gist options
  • Save Alistair1231/0cb98ff986dd5b0f82f250fccd5fe2b7 to your computer and use it in GitHub Desktop.
Save Alistair1231/0cb98ff986dd5b0f82f250fccd5fe2b7 to your computer and use it in GitHub Desktop.
How to install tikz-uml package on different platforms

How to install tikz-uml package on Windows

How to install tikz-uml package on Linux

#!/bin/sh
mkdir -p ~/texmf/tex/latex/tikz-uml/
cd ~/texmf/tex/latex/tikz-uml/
# check for new version: https://perso.ensta-paris.fr/~kielbasi/tikzuml/index.php?lang=en&id=download
curl 'https://perso.ensta-paris.fr/~kielbasi/tikzuml/var/files/src/tikzuml-v1.0-2016-03-29.tbz' | tar -jxvf - --strip-components 1
rm -rdf doc examples
cd -
texhash ~/texmf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment