目录
=================
* [中文支持](#中文支持)
* [指定表格、图片尺寸](#指定表格图片尺寸)
## 中文支持
```latex
\usepackage[UTF8]{ctex}
```
## 指定表格、图片尺寸
```latex
\resizebox{<width>}{<height>}{<content>}
\resizebox{\textwidth}{!}{<content>} %scales the content directly to the size of the main text
```
[来源](https://tex.stackexchange.com/questions/13460/scalebox-knowing-how-much-it-scales)