Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created March 15, 2010 04:37
Show Gist options
  • Save abuiles/332508 to your computer and use it in GitHub Desktop.
Save abuiles/332508 to your computer and use it in GitHub Desktop.
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{amsfonts,amsmath,amssymb,latexsym}
\begin{document}
\section{Tabla facil}
\begin{tabular}{|l|l|l|}
\hline
estudiante & oarcial1 & parcial2 \\
\hline
sara & 0 & 0 \\
\hline
adolfo & $SCE = E_{yy} - \frac{E_{xy}^2}{E_{xx}}$ & 0 \\
\hline
\end{tabular}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment