\NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{tikz-tabular}[2025/05/16 TikZ Tabular Package] % Required packages \RequirePackage{tikz} \RequirePackage{fancyvrb} % Define the length width of cells \newlength{\cellwidth} \newcounter{tikz@tabular} \setcounter{tikz@tabular}{0} \newenvironment*{tikztabular} {% \stepcounter{tikz@tabular}% \VerbatimEnvironment% \begin{VerbatimOut}{tikztabular-\thetikz@tabular.aux}% } {% \end{VerbatimOut}% \immediate\write18{python "c:/texmf/tex/latex/tikz-tabular/tikztabular.py" num-\thetikz@tabular-dir-\globalpath}% \input{tikztabular-\thetikz@tabular.tex}% }