GitHub上的一个Latex模板

本文介绍了如何使用LaTeX报告模板来编译并生成PDF文档。包括如何从GitHub下载源码,使用Ctex等编译器进行编辑及编译流程。通过调用不同部分的.tex文件,可以轻松地组织文档结构。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

代码下载: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程序生成对应的标题,摘要等段落。

转载于:https://www.cnblogs.com/abc36725612/p/6751880.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值