Advertisement
Guest User

Untitled

a guest
Jan 15th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.22 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. %\def\first{first}
  4.  
  5. \begin{document}
  6.  
  7. \begin{tabular}{ *{3}{l} }
  8.  Title & --- & Description \\
  9.  \hline
  10.  \ifdefined\first first & --- & first description \\ \fi
  11. \end{tabular}
  12.  
  13. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement