Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. documentclass[12pt,border=1mm,preview]{standalone}
  2.  
  3. newcommandmcbf[2]{multicolumn{1}{#1}{textbf{#2}}}
  4. begin{document}
  5. begin{tabular}{lr}
  6. hline
  7. mcbf{|c|}{AAA} & mcbf{c|}{BBB} \ hline
  8. end{tabular}
  9. end{document}
  10.  
  11. documentclass[12pt,border=1mm,preview]{standalone}
  12.  
  13. newcommandxmcbf[2][c|]{multicolumn{1}{#1}{textbf{#2}}}
  14.  
  15. begin{document}
  16. begin{tabular}{lr}
  17. xmcbf[|c|]{AAA} & mcbf{BBB} \ hline
  18. C & D \ hline
  19. end{tabular}
  20. end{document}
  21.  
  22. multispan ->omit
  23. @multispan
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement