Created
October 3, 2021 14:59
-
-
Save martisak/a3575c4891f5ad08a493871077a5413e to your computer and use it in GitHub Desktop.
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[varwidth=\maxdimen]{standalone} | |
\input{includes/macros} | |
\begin{document} | |
\begin{table} | |
\centering | |
\noindent\begin{minipage}{10cm} | |
\caption{Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod | |
tempor incididunt ut labore et dolore magna aliqua.} | |
\end{minipage} | |
\input{table.tbl} | |
\end{table} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment