i want to create a table containing lots of "+","-" and "0", which depend on the column and row number by (quite simple) mathematical formulas which are known to me. I could enter the signs by hand but i think it would be better to generate them automatically somehow, i.e. to implement the logic which determines the entrys, for two reasons:
- My formulas may turn out to be wrong some day...
- It is in the spirit of dividing layout and content.
To give you an impression, i have scanned a sketch on paper.

As you can see, there are actually four entrys for each row and column. I'd like to know if anyone here has some hints on how to realize something like that.

pgfplotstableyou typeset tables from data files or mathematical expressions. – Ignasi Aug 02 '12 at 16:21