Tagged Questions
2
votes
1answer
862 views
How to make a local variable in Plain TeX?
I want to simplify my code below by creating a local variable as a temporary container to save the value of \numexpr#1+#2+#3+#4+#5}.
\documentclass[dvips,dvipsnames,rgb,table]{book}
...