Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{array}
  3. newcolumntype{$}{>{globalletcurrentrowstylerelax}}
  4. newcolumntype{^}{>{currentrowstyle}}
  5. newcommand{rowstyle}[1]{gdefcurrentrowstyle{#1}%
  6. #1ignorespaces
  7. }
  8. renewcommandrmdefault{ppl}
  9. begin{document}
  10. begin{tabular}{$l^c^r}
  11. rowstyle{fontfamily{put}selectfontbfseries}
  12. a & a & a \
  13. b & b & b \
  14. c & c & c \
  15. end{tabular}
  16. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement