I want to have 2 columns that do not wrap having different but
synchronized data in the two columns. Must I use a table for this? The
data in the left column is continuous for many pages. The data in the
right is sparse and serves as occasional annotations or even related
images for the data in the left column. I could use rows to establish
the synchronization. But doing this would mean that any change in the
relative width of the left column messes up the synchronization. Then
some data in the left column would manually have to move to a different
row to maintain synchronization with data in the right column.
Or is there a better way to do this than using tables? Could there be a
variant of multicols that could do synchronization like I am talking about?
Thanks,
George Battelle