robbadler / latex-network-diagram-template

Template for LaTeX-based diagrams of one's home network and self-hosted services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template for LaTeX-based Network Diagrams

network diagram

Getting started

  • One-liner for building the diagram:
    docker run --rm -it -v "$(pwd):/workdir" danteev/texlive latexmk -pdf network_diagram_with_images.tex
  • The diagram relies on tcolorboxes inside a tikzpicture. Icons are from fontawesome, using the fontawesome5 package.
  • New hosts can be added quickly (just copy-paste what's there, and use find-replace to ensure node identifiers are unique). Positioning hosts and drawing edges between them needs to be done manually, which typically eats up the most time. :)

License

CC BY 4.0

Image credit

About

Template for LaTeX-based diagrams of one's home network and self-hosted services

License:Creative Commons Attribution 4.0 International


Languages

Language:TeX 100.0%