Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm creating a table with different numbers of columns in different rows. For instance the first row have five columns/cells

\trowd\trgaph100\trleft0\clvertalc \clshdrawnil \clwWidth2340\clftsWidth3 \clheight260 \clpadl100 \clpadr100 \gaph \cellx1
\clvertalc \clshdrawnil \clwWidth547\clftsWidth3 \clheight260 \clpadl100 \clpadr100 \gaph \cellx2
\clvertalc \clshdrawnil \clwWidth2963\clftsWidth3 \clheight260 \clpadl100 \clpadr100 \gaph \cellx3
\clvertalc \clshdrawnil \clwWidth547\clftsWidth3 \clheight260 \clpadl100 \clpadr100 \gaph \cellx4
\clvertalc \clshdrawnil \clwWidth2963\clftsWidth3 \clheight260 \clpadl100 \clpadr100 \gaph \cellx5
\pard\ql\widctlpar\intbl\fi0\f2\fs20 AB\cell
\pard\ql\widctlpar\intbl\fi0\f2\fs20 CD\cell
\pard\ql\widctlpar\intbl\fi0\f2\fs20 EF\cell
\pard\ql\widctlpar\intbl\fi0\f2\fs20 GH\cell
\pard\ql\widctlpar\intbl\fi0\f2\fs20 IJ\cell
\widctlpar\intbl \row 

Now the next row should have just two rows were AB is by itself and CD-IJ are merged. I thought I could define it by summing clwWidth for CD,EF,GH and IJ-but this screws everything up

\trowd\trgaph100\trleft0\clvertalc \clshdrawnil \clwWidth2340\clftsWidth3 \clheight260 \clpadl100 \clpadr100 \gaph \cellx1
\clvertalc \clshdrawnil \clwWidth7020\clftsWidth3 \clheight260 \clpadl100 \clpadr100 \gaph \cellx2

\pard\ql\widctlpar\intbl\fi0\f2\fs20 \tab Right\cell
\pard\qc\widctlpar\intbl\fi0\f2\fs20 ref\cell
\widctlpar\intbl \row 

Any idea how I can do this?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.