You can make sure these changes were committed to the svn repository, by doing a svn up in a regular svn clone of the repo. To fetch changes from the svn repo, instead of svn up, do
Usually, you can center tables with \center. But when the table is longer than the \textwidth, it will be align with the left side margin. You can temporarily adjust the textwidth. % allows for temporary adjustment of side margins \usepackage{chngpage} \begin{table} \begin{adjustwidth}{-.5in}{-.5in} \begin{center} \begin{tabular}{|c|} \hline And here comes a very long line. And here comes a very long line. And here comes a very long line. \\ \hline \end{tabular} \caption{This Table is longer than the text width. And its caption is really long, too. This Table is longer than the text width. And its caption is really long, too. This Table is lo...
Comments
Post a Comment