Skip to content

Instantly share code, notes, and snippets.

@vicapow
Last active December 28, 2024 05:30
Show Gist options
  • Save vicapow/01c007665da0035f73dd8b4646ab7d66 to your computer and use it in GitHub Desktop.
Save vicapow/01c007665da0035f73dd8b4646ab7d66 to your computer and use it in GitHub Desktop.
Table Editor UX experiments
\documentclass{article}
\begin{document}
\begin{table}[h]
\centering
\begin{tabular}{|l|c|}
\hline
Pittsburgh & 100 \\
\hline
City & Awesomeness \\
\hline
\end{tabular}
\caption{A simple table}
\label{tab:simple_table}
\end{table}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment