I am looking to change the figure name and table name for captions in the paper environment. In particular, I'd like to change both Fig. and Tab. to Figure and Table. The question answered here does not work in the for the paper document class.
For example:
\documentclass[11pt]{article}
\renewcommand{\figurename}{hello}
\begin{document}
\begin{figure}
\caption{there}
\end{figure}
\end{document}
works succesfully. However,
\documentclass[11pt]{paper}
\renewcommand{\figurename}{hello}
\begin{document}
\begin{figure}
\caption{there}
\end{figure}
\end{document}
does not.

\figureshortname. – cfr Oct 29 '15 at 00:51% <-- paperso they are relatively easy to find should you need more.\tableshortnameis probably the most likely. – cfr Oct 29 '15 at 00:56\tableshortnameworks as well. – Chester Oct 29 '15 at 00:58