MohaElbadry GitHub avatar

PFE-Report-Template-Latex

MohaElbadry

一个适用于工程毕业设计报告(PFE)的 LaTeX 模板,包含预填的占位符和示例文本,内容以英语为主,并带有法语摘要。

Stars

7

7 天增长

暂无数据

Fork 数

0

开放 Issue

0

开源协议

暂无数据

最近更新

2026-07-27

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它通过提供完整的、可直接使用的文档结构,自动生成目录、图表列表和参考文献,并提供清晰的命令行和 TeXstudio 构建说明,从而减少了排版工作量。

适合谁使用

  • 正在撰写 Projet de Fin d'Études 的法国工程专业学生
  • 需要结构化报告模板的 LaTeX 初学者
  • 寻求标准化报告格式的工程学院或系
  • 指导学生撰写报告的导师或顾问

典型使用场景

  • 撰写和排版工程毕业设计报告
  • 创建包含背景、设计和实现等独立章节的技术文档
  • 制作同时包含英语摘要和法语摘要的报告
  • 通过已有的模板和占位符学习 LaTeX

项目优势

  • 预填的方括号占位符和示例文本让每个部分的预期内容一目了然
  • 自动生成的目录、图表列表和参考文献减少了手动操作
  • 已提交的 PDF 文件允许在无需构建的情况下预览当前状态
  • 详细的命令行和 TeXstudio 构建说明降低了新用户的上手难度

使用前须知

  • 需要安装 LaTeX 发行版(MiKTeX/TeX Live),可能对部分用户构成初始障碍
  • 该模板专为 PFE 报告结构设计,适用于其他类型报告时可能需要大量修改
  • 需要多次执行 pdflatex 和 bibtex 的手动构建流程(尽管 TeXstudio 可简化部分步骤)

README 快速开始

PFE Report Template

A LaTeX template for an end-of-studies engineering report (Projet de Fin d'Études), in English with a French résumé. It comes pre-filled with bracketed placeholders and short example text so you can see how each section is meant to read, then replace it with your own project.

Structure

main.tex                        Document entry point: packages, styling, include order
references.bib                  Bibliography (biblatex, bibtex backend)
LOGOS/enset-header.png          Cover page header logo
pages/
  00-page-de-garde.tex          Cover page (title, author, supervisors, jury)
  00a-dedicace.tex              Dedication
  01-Remerciements.tex          Acknowledgment
  01b-abstract.tex              Abstract (English)
  01c-resume.tex                Résumé (French)
  04-acronymes.tex              List of acronyms
  02-into-gene.tex               General introduction
  05-presentation-entreprise.tex Chapter I   - Host organization and context
  06-stage.tex                  Chapter II  - Needs and functional design
  12-technical-design.tex       Chapter III - Design and implementation
  08-conclusion-perspectives.tex General conclusion

Table of contents, list of figures, list of tables, and the bibliography are generated automatically; you don't need to edit them by hand.

Requirements

A LaTeX distribution with pdflatex and bibtex on your PATH:

  • Windows: install MiKTeX. During setup, choose "Install missing packages on the fly" so MiKTeX can fetch packages the first time you build.
  • macOS/Linux: install TeX Live (sudo apt install texlive-full on Debian/Ubuntu, or the TeX Live installer on macOS/other distros).

That's enough to build from a terminal. If you'd rather work in an editor with a built-in PDF preview and one-click build, install TeXstudio (available for Windows, macOS, and Linux) on top of MiKTeX/TeX Live.

Building

From the command line

From the repository root:

pdflatex -interaction=nonstopmode main.tex
bibtex main
pdflatex -interaction=nonstopmode main.tex
pdflatex -interaction=nonstopmode main.tex

The first pass generates the .aux files bibtex needs; the two passes after bibtex resolve citations, the table of contents, and cross-references. main.pdf is the output.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

Polaris-Aeterna
Polaris-Aeterna GitHub avatar

loom-notes

Loom is a XeLaTeX document class for creating interactive study notes that combine readable exposition with fill-in-the-blank exercises and proof skeletons to promote active recall.

TeX
135
Aqshalikhsan
Aqshalikhsan GitHub avatar

IEEE-Access-Modular-Template

A modular LaTeX template for IEEE Access papers that separates each section into its own file and bundles the official class and fonts for out-of-the-box compilation.

TeX
11
dct-cell
dct-cell GitHub avatar

erdos

A repository hosting proposed solutions and related work for problems from the Erdős Problems database, currently featuring a single paper on Problem 1005 regarding the Mayer–Erdős phenomenon for Farey sequences.

TeX
7