Guest User

Untitled

a guest
Dec 14th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. documentclass[11pt]{article}
  2.  
  3. %usepackage{tabularx}
  4.  
  5.  
  6. begin{document}
  7.  
  8. begin{table}[h!]
  9. begin{center}
  10. begin{tabular}{| c | c|c | c | c|c|c| c| }
  11. hline
  12. & 1& 2 \ hlinehline
  13. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14. c & $R bar{f}$ & $L bar{f}$ \ hline
  15. a & $L f$ & $R f$ \ hline
  16. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  17. hline
  18. end{tabular}
  19. end{center}
  20. caption{}
  21. end{table}
  22. end{document}
Add Comment
Please, Sign In to add comment