#!/bin/bash
echo '\documentclass[preview]{standalone}
\usepackage{blindtext}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usetikzlibrary{
  angles,
  arrows,
  backgrounds,
  calc,
  chains,
  decorations,
  decorations.pathmorphing,
  decorations.pathreplacing,
  decorations.text,
  fit,
  positioning,
  quotes,
  shapes.arrows,
  shapes.geometric,
  shapes.symbols,
}

\usepackage{fontspec}
\setsansfont{Verdana}
\begin{document}'
cat -
echo '\end{document}'