Last active
December 28, 2024 05:30
-
-
Save vicapow/01c007665da0035f73dd8b4646ab7d66 to your computer and use it in GitHub Desktop.
Table Editor UX experiments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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