Guest User

Untitled

a guest
Oct 23rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. documentclass[11pt]{article}
  2. usepackage{multirow}
  3. begin{document}
  4. begin{table}[ht]
  5. caption{Partial horizontal line}
  6. begin{tabular}{ccc}
  7. hline
  8. multicolumn{2}{c}{multirow{2}{*}{multi-col-row}}&\
  9. cline{1-2}
  10. X1&X2&X3\
  11. Y1&Y2&Y3\
  12. hline
  13. end{tabular}
  14. label{tab:multicol}
  15. end{table}
  16. end{document}
  17.  
  18. documentclass[11pt]{article}
  19. usepackage{multirow}
  20. begin{document}
  21. begin{table}[ht]
  22. caption{Partial horizontal line}
  23. begin{tabular}{ccc}
  24. hline
  25. multicolumn{2}{c}{multirow{2}{*}{begin{minipage}[t]{0.2textwidth}
  26. smallskip
  27.  
  28. textbf{Large XX}
  29.  
  30. here is yyyyy text
  31. end{minipage}
  32. }}&\
  33. cline{1-2}
  34. X1&X2&X3\
  35. Y1&Y2&Y3\
  36. hline
  37. end{tabular}
  38. label{tab:multicol}
  39. end{table}
  40. end{document}
  41.  
  42. % pdflatex mc1.tex
  43. This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2019/dev/Debian) (preloaded format=pdflatex)
  44. restricted write18 enabled.
  45. entering extended mode
  46. (./mc1.tex
  47. LaTeX2e <2018-04-01> patch level 5
  48. (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
  49. Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
  50. (/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo))
  51. (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty) (./mc1.aux)
  52. Runaway argument?
  53. {begin {minipage}[t]{0.2textwidth } smallskip
  54. ! Paragraph ended before @xmultirow was complete.
  55. <to be read again>
  56. par
  57. l.15 }}
  58. &\
Add Comment
Please, Sign In to add comment