I'm trying to input a table into my beamer and resize the table. But since the table file contains a table environment and a caption, I couldn't do like this:
\resizebox{\linewidth}{!}{
\input{table.txt}
}
I only want the tabular body and thus can resize it. Is there any command that extract a specified environment?
I find the extract package, but it's creating a new file from the origin file. But I want extract some part of the origin file and read it into the beamer.