兵团公安局民警江红霞谈参加结对认亲活动感受
2 questions
1
vote
2
answers
1k
views
How can I get a table to exceed left and right margin equally without changing its font size?
When I use adjustbox to modify the width of a table, even the font size changes. How can I increase the table width but let it exceed both margins equally?
My MWE
\documentclass{elsarticle}
\...
7
votes
1
answer
3k
views
Changing the fontsize of selected column in table
I want to decrease the font-size of a selected column. I tried
\documentclass{article}
\usepackage{multirow,array}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{rccl>{\tiny}c|>{\tiny}...