% % tikztemplate.tex -- template for standalon tikz images % % (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule % \documentclass[tikz]{standalone} \usepackage{amsmath} \usepackage{times} \usepackage{txfonts} \usepackage{pgfplots} \pgfplotsset{compat=1.16} \usepackage[outline]{contour} \usepackage{csvsimple} \usepackage{physics} \usetikzlibrary{arrows,intersections,math} \usetikzlibrary{patterns} \usetikzlibrary{snakes} \usetikzlibrary{arrows.meta} \usetikzlibrary{decorations} \usetikzlibrary{decorations.markings} \begin{document} \input{simple_mass_spring.tex} \end{document}