ewa_tabor

Untitled

Apr 19th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.58 KB | None | 0 0
  1. \documentclass[12pt]{article}
  2. \usepackage{amsmath}
  3. \usepackage{graphicx}
  4. \usepackage{hyperref}
  5. \usepackage[latin1]{inputenc}
  6.  
  7.  
  8.  
  9. \begin{document}
  10. \begin{table}[]
  11. \centering
  12. \caption{My caption}
  13. \label{my-label}
  14. \begin{tabular}{|lc|lc|}
  15. \hline
  16. \textbf{Command}       & \multicolumn{1}{l|}{\textbf{Output}} & \textbf{Command}       & \multicolumn{1}{l|}{\textbf{Output}} \\ \hline
  17. \textbackslash{}k\{a\} & \textbf{a}                           & \textbackslash{}k\{A\} & \textbf{A}                           \\
  18. \textbackslash{}'c     & \textbf{c}                           & \textbackslash{}'C     & \textbf{C}                           \\
  19. \textbackslash{}k\{e\} & \textbf{e}                           & \textbackslash{}k\{E\} & \textbf{E}                           \\
  20. \textbackslash{}l\{\}  & \textbf{l}                           & \textbackslash{}L\{\}  & \textbf{L}                           \\
  21. \textbackslash{}'o     & \textbf{o}                           & \textbackslash{}'O\}   & \textbf{O}                           \\
  22. \textbackslash{}'n     & \textbf{n}                           & \textbackslash{}'N\}   & \textbf{N}                           \\
  23. \textbackslash{}'s     & \textbf{s}                           & \textbackslash{}'S     & \textbf{s}                           \\
  24. \textbackslash{}'z     & \textbf{z}                           & \textbackslash{}'Z     & \textbf{Z}                           \\
  25. \textbackslash{}.z     & \textbf{z}                           & \textbackslash{}.Z     & \textbf{Z}                           \\ \hline
  26. \end{tabular}
  27. \end{table}
  28.  
  29. \end{document}
Add Comment
Please, Sign In to add comment