* add list of symbols -- latex

1. createa new tex file named "toc.tex' with the following contents

2. include 'toc.tex' in the 'main.tex' file

 \chapter*{List of Symbols}
\pagenumbering{roman}
\setcounter{page}{17} % add user defined page number
\addcontentsline{toc}{chapter}{List of symbols}
\section*{Roman symbols}
\begin{tabular}{ll}
\end{tabular}

最新文章

  1. git diff patch
  2. win7,xp通用的打开文件浏览对话框的方法
  3. poj 1330 LCA
  4. jQuery的deferred对象
  5. Off-by-one错误
  6. where T:class 泛型类型约束
  7. logstash 输出到elasticsearch 自动建立index
  8. 前端面试之angular JS
  9. base和this的用法
  10. WPF控件库:文字按钮的封装
  11. OpenCV3计算机视觉Python语言实现笔记(三)
  12. CentOS7 图形化方式安装 Oracle 18c 单实例
  13. JQuery实现1024小游戏
  14. STL总结
  15. JavaScript反向shell
  16. Jacobi并行拆解【补充】
  17. jQuery 3.1 参考手册.CHM离线版下载
  18. 13 python 常用的内置方法介绍
  19. NO--13微信小程序,左右联动
  20. XML的序列化用法 vs平台开发

热门文章

  1. APP支付宝登录第三方授权如何签约入口在哪里
  2. PHP 循环一个文件下的所有目录以及文件
  3. Ubuntu 18 开机后直接进入命令行界面,没法进入桌面
  4. Centos 下php安装配置xdebug扩展
  5. [AHOI2007]密码箱
  6. android:process用法
  7. 数据库执行计划慢导致I/O 慢
  8. 启动Windows PowerShell ISE
  9. Xml学习笔记(1)
  10. php之依赖注入和控制反转