Use tabularx for tables

glossary
Jeff Moe 2022-08-29 15:35:41 -06:00
parent 2f2fbb0676
commit e30d82b91f
2 changed files with 5 additions and 2 deletions

View File

@ -95,7 +95,7 @@ Comparing embedded computers for \gls{SatNOGS-Optical}.
\begin{table}[ht]
\begin{center}
\hspace*{-1.5cm}
\begin{tabular}{||c c c c c||}
\begin{tabularx}{250pt}{||c c c c c||}
\hline
Make & Model & Architecture & Max RAM & eMMC \\ [0.5ex]
\hline\hline
@ -103,7 +103,7 @@ Comparing embedded computers for \gls{SatNOGS-Optical}.
\hline
Odroid & M2 & ARM64 & 8 GB & Yes \\ [1ex]
\hline
\end{tabular}
\end{tabularx}
\caption{Comparison of embedded computers}
\label{compare-embed}
\end{center}

View File

@ -34,6 +34,9 @@
\usetikzlibrary{decorations.markings}
\usetikzlibrary{shapes.geometric}
% Tables
\usepackage{tabularx}
% Source code highlighting
\usepackage{mdframed} % /usr/share/doc/texlive-doc/latex/mdframed/mdframed.pdf
\usepackage{minted} % /usr/share/doc/texlive-doc/latex/minted/minted.pdf