Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nn708/simplelabreport
一个最简单的 LaTeX 实验报告模版 A LaTeX template to create simple lab reports
https://github.com/nn708/simplelabreport
assignment lab-report laboratory-reports latex latex-template pdf project project-report tex university university-assignment university-project
Last synced: 5 days ago
JSON representation
一个最简单的 LaTeX 实验报告模版 A LaTeX template to create simple lab reports
- Host: GitHub
- URL: https://github.com/nn708/simplelabreport
- Owner: NN708
- License: mit
- Created: 2020-03-28T03:05:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T06:28:47.000Z (over 1 year ago)
- Last Synced: 2023-09-04T09:16:46.935Z (about 1 year ago)
- Topics: assignment, lab-report, laboratory-reports, latex, latex-template, pdf, project, project-report, tex, university, university-assignment, university-project
- Language: TeX
- Homepage:
- Size: 6.12 MB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 简单实验报告模版 Simple Lab Report
一个最简单的 LaTeX 实验报告模版。
A LaTeX template to create simple lab reports.
## 示例
![sample.pdf](https://user-images.githubusercontent.com/20534082/77845396-393b7680-71e1-11ea-8b9b-62d19a10021f.png)
完整的示例输出请见 [sample.pdf](https://github.com/NN708/SimpleLabReport/releases/download/v1.0/sample.pdf)。
## 快速上手
### 配置环境
推荐使用以下配置:
1. 安装一个 TeX 发行版,如 [TeX Live](http://tug.org/texlive/);
> 如果你使用 macOS,你也可以选择安装 [MacTeX](http://tug.org/mactex/)。
2. 安装 [Visual Studio Code](https://code.visualstudio.com) 作为编辑器;
3. 在 Visual Studio Code 中安装 [LaTeX Workshop](https://github.com/James-Yu/LaTeX-Workshop) 扩展程序。
### 下载并编译
1. 下载[最新版本](https://github.com/NN708/SimpleLabReport/releases/latest)的源代码,或者使用 [Git](https://git-scm.com) 克隆本仓库:
```
git clone https://github.com/NN708/SimpleLabReport.git
```2. 使用 `xelatex` 编译 `sample.tex`;
> 如果你使用 LaTeX Workshop,在 Visual Studio Code 中打开 `sample.tex`,按 `Ctrl` + `Alt` + `B`(macOS 请使用 `Command` + `Option` + `B`)即可编译。
3. 随意修改 `sample.tex`,完成你自己的实验报告(你可以参考 `sample.tex` 中的相关注释)。
## 许可证
使用 [MIT](https://opensource.org/licenses/MIT) 许可证。
---
特别感谢 [@Sciroccogti](https://github.com/Sciroccogti) 和 [@ZhaosidedidiZhaoliu](https://github.com/ZhaosidedidiZhaoliu) 在编写过程中给予的帮助。