Initial commit

This commit is contained in:
NIT_Report
2025-07-10 10:23:35 +09:00
commit e2d2e70dfb
51 changed files with 2210 additions and 0 deletions

21
docs/README.md Normal file
View File

@@ -0,0 +1,21 @@
# Quick Start
After installing Nix to your machine and enableing flakes, run following command:
```bash
nix develop
```
You can use wrapped vim(`vim-nit-latex`) to edit TeX files which includes vim-eskk plugins for flawless Japanese writting and some vim abbriviations.
This template uses YAML configuration file(`document.yaml`) to generate `main.tex`. (See [YAML_CONFIG.md](./YAML_CONFIG.md))
After configuration, generate `main.tex` with this command:
```bash
make generate
```
This will run `script/generate-main.lua`.
To compile into PDF, you can just run `make`.