代码下载:GitHub的项目地址或者在LATEX项目报告模板下载。

编译环境:Latex的编译器,如Ctex软件。

把源码clone或者下载到本地后,根据他的说明

如何开始

使用report.tex开始编辑,并按照那里给出的说明进行操作。

用Latex编译report.tex就可以生成pdf,见:pdf文档

 1 \begin{document}
2 \renewcommand\bibname{References} %Renames "Bibliography" to "References" on ref page
3
4 %include other pages
5 \input{./title.tex} %调用标题的tex文件
6 \input{./certificate.tex}
7 \input{./abstract.tex} %调用摘要的tex文件
8
9 \pagenumbering{roman} %numbering before main content starts
10 \tableofcontents
11 \listoffigures
12
13 \newpage
14 \pagenumbering{arabic} %reset numbering to normal for the main content
15
16 \input{./prob-definition.tex} %objective changed to problem definition
17 \input{./introduction.tex} %literature survey included in this
18 \input{./work-done.tex}
19 \input{./future-work.tex}
20 \input{./conclusion.tex}
21 \input{./acknow.tex}
22 \input{./ref.tex}
23
24 \end{document}

其中report.tex中通过调用其他tex程序生成对应的标题,摘要等段落。

最新文章

  1. BestCoder#49
  2. jquery网页换肤+jquery的cookie+动态调用css样式文件,可以的
  3. selenium+webdriver+python 中警告框的处理方法
  4. android 常见分辨率(mdpi、hdpi 、xhdpi、xxhdpi )屏幕适配
  5. 重新想象 Windows 8 Store Apps (68) - 后台任务: 控制通道(ControlChannel)
  6. Ubuntu无法关机解决办法
  7. CI-持续集成(2)-软件工业“流水线”技术实现(转)
  8. 删除oracle数据库[转]
  9. Coursera_程序设计与算法_计算导论与C语言基础_数组应用练习
  10. Struts 2 之拦截器
  11. Centos7源码安装mariadb
  12. 948. Bag of Tokens
  13. Python3 open函数
  14. SQLServer转PowerDesigner(转载)
  15. gSOAP 初体验
  16. Spring学习三
  17. 《算法》第三章部分程序 part 2
  18. 2018.09.14 codechef Milestone(随机化算法)
  19. (1)Map集合 (2)异常机制 (3)File类 (4)I/O流
  20. Ajax类

热门文章

  1. 关于使用AWS上的RHEL-8.x/Redhat系统使用自己单独购买的Redhat官网license导致的yum命令报错处理
  2. 微信小程序制作日常生活首页
  3. etcd实现分布式锁
  4. 驱动开发:内核监视LoadImage映像回调
  5. 折腾黑苹果-小新Pro13
  6. Python基础部分:12、文件光标移动(补充)
  7. Pyhton基础部分:6、与用户交互、基础运算符
  8. 04 uniapp/微信小程序 项目day04
  9. Seata 1.5.2 源码学习
  10. C#多线程之线程基础篇