I have a general question with a minimal example. Is it at all possible in Latex or Tikz to produce a field where an input value can be placed and once the enter key is pressed then a new output is produced? A simple Example
\documentclass{article}
\usepackage{tikz}
\begin{document}
\def\n{5}
\begin{tikzpicture}
\draw[thick] (0,0) rectangle (\n,\n);
\end{tikzpicture}
\end{document}
produces a square of length 5. Would it be possible to have a field where I can enter an input value of choice, press enter and then the new output?
\def\n{5}in a separate file that you load with\inputor just the data in a file. But you will still have to compile the file, I'm afraid. – Feb 27 '19 at 22:50.pdffile not an.exefile so don't treat it as an.exefile. – Feb 28 '19 at 05:20