| 
                         Kann man für   Ich möchte im Beispiel, dass  Öffne in Overleaf 
                            \documentclass[margin=5mm, varwidth]{standalone} \usepackage{tikz} \pgfmathtruncatemacro{\Zahl}{1} \pgfmathdeclarefunction{Plus}{2}{\pgfmathparse{#1+#2}} \begin{document} Test: \pgfmathparse{Plus(1,2)}\pgfmathresult \end{document}  | 
                
| 
                                     Öffne in Overleaf 
                                        \documentclass[margin=5mm, varwidth]{standalone} \usepackage{tikz} \tikzset{declare function={Plus(\x,\y)=\x+\y;}} \begin{document} Test: \pgfmathparse{Plus(1,2)}\pgfmathresult \end{document}  | 
                            
			