I have entered the following code:-
\begin{table}[h]
\centering
\scalebox{0.55}{
However, I get the following error when I compile
"Undefined control dequence. l.569 \scalebox {0.55}{ "
I realize I have not closed the command with a curly bracket. However, I have inserted a table beneath this command and inserted the closing curly bracket after \end{tabular}. I see I have done nothing wrong - so why the error? Can someone please help? Thank you
\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – BambOo Aug 09 '18 at 10:15scaleboxcomes withgraphicxpackage as stock. Do you have it loaded? – Raaja_is_at_topanswers.xyz Aug 09 '18 at 10:23\scaleboxthat is not defined, load thegraphicxpackage. – David Carlisle Aug 09 '18 at 11:04