I have two tables as follows:
Table 1:
Row/Column | C1 | C2 | C3
ROW 1 | v | v | v
ROW 2 | v | v | v
ROW 3 | v | v | v
ROW 4 | v | v | v
ROW 5 | v | v | v
...
ROW n | v | v | v
Table 2:
Row/Column | C1
Row1 | v
Row2 | v
Row3 | v
I want to have table 1 as a background (possibly transparent) and Table 2 on top of 1 as if it summarize the content of table 1 from ROW 1 up to ROW 4.
What packages do you recommend for doing this?
