Skip to content

Instantly share code, notes, and snippets.

@viniciusalonso
Created June 14, 2015 17:45
Show Gist options
  • Save viniciusalonso/94eb146cfc88598a9aa2 to your computer and use it in GitHub Desktop.
Save viniciusalonso/94eb146cfc88598a9aa2 to your computer and use it in GitHub Desktop.
Example of simple table in latex
\begin{tabular}{l p{10cm}}
API & Application Programming Interface \\
DOM & Document Object Model \\
DRY & Don't Repeat Yourself \\
HTML & Hypertext Markup Language \\
IHC & Interação Humano Computador \\
JSON & Javascript Object Notation \\
ORM & Object Relational Mapper \\
QR Code & Quick Response Code \\
SPA & Single Page Application \\
UML & Unified Modeling Language \\
XML & Extensible Markup Language \\
\end{tabular}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment