Advertisement
Guest User

Untitled

a guest
Sep 4th, 2023
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. \documentclass[12pt,aspectratio=169]{beamer}
  2.  
  3. \begin{document}
  4. \begin{frame}
  5. \begin{columns}
  6. \begin{column}{.23\textwidth}
  7. \centering
  8. \textbf{title}
  9. $\begin{array}{c|c c c}
  10. P\backslash Q& T & N & F\\
  11. \hline
  12. T&T&N&F\\
  13. \hline
  14. N&N&N&F\\
  15. \hline
  16. F&F&F&F
  17. \end{array}$
  18. \end{column}
  19. \begin{column}{.23\textwidth}
  20. \centering
  21. \textbf{title}
  22. $\begin{array}{c|c c c}
  23. P\backslash Q& T & N & F\\
  24. \hline
  25. T&T&N&F\\
  26. \hline
  27. N&N&N&F\\
  28. \hline
  29. F&F&F&F
  30. \end{array}$
  31. \end{column}
  32. \begin{column}{.23\textwidth}
  33. \centering
  34. \textbf{title}
  35. $\begin{array}{c|c c c}
  36. P\backslash Q& T & N & F\\
  37. \hline
  38. T&T&N&F\\
  39. \hline
  40. N&N&N&F\\
  41. \hline
  42. F&F&F&F
  43. \end{array}$
  44. \end{column}
  45. \begin{column}{.23\textwidth}
  46. \centering
  47. \textbf{title}
  48. $\begin{array}{c|c c c}
  49. P\backslash Q& T & N & F\\
  50. \hline
  51. T&T&N&F\\
  52. \hline
  53. N&N&N&F\\
  54. \hline
  55. F&F&F&F
  56. \end{array}$
  57. \end{column}
  58. \end{columns}
  59. \end{frame}
  60.  
  61. \end{document}
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement