Skip to content

Commit

Permalink
docs: Translate how-it-works.pdf to English partially
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyk committed Sep 29, 2021
1 parent 670b2e0 commit 7795e11
Show file tree
Hide file tree
Showing 7 changed files with 676 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-tex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Run chktex
run: |
chktex --nowarn={1,2,8,11,12,36,39} docs/*.tex
chktex --nowarn={1,2,8,11,12,13,36,39} docs/*.tex
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For users:
For developpers:

- [CONTRIBUTING.md](https://github.com/kmyk/Jikka/blob/master/CONTRIBUTING.md)
- [docs/how-it-works.pdf](https://github.com/kmyk/Jikka/blob/master/docs/how-it-works.pdf) (Japanese)
- [docs/how-it-works.pdf](https://github.com/kmyk/Jikka/blob/master/docs/how-it-works.pdf) / [docs/how-it-works.ja.pdf](https://github.com/kmyk/Jikka/blob/master/docs/how-it-works.ja.pdf)
- How it works and related theories / 動作原理や関連する理論
- [docs/DESIGN.md](https://github.com/kmyk/Jikka/blob/master/docs/DESIGN.md)
- The policy of designs / 実装方針
Expand Down
Binary file added docs/how-it-works.ja.pdf
Binary file not shown.
562 changes: 562 additions & 0 deletions docs/how-it-works.ja.tex

Large diffs are not rendered by default.

Binary file modified docs/how-it-works.pdf
Binary file not shown.
212 changes: 111 additions & 101 deletions docs/how-it-works.tex

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fi
if git diff --staged --name-only | grep '\.tex$'; then
chktex --version \
|| { echo HINT: Please install chktex, e.g. '$ sudo apt install chktex'; exit 1; }
chktex --nowarn={1,2,8,11,12,36,39} $(git ls-files | grep '\.tex$') \
chktex --nowarn={1,2,8,11,12,13,36,39} $(git ls-files | grep '\.tex$') \
|| exit 1
fi

Expand Down

0 comments on commit 7795e11

Please sign in to comment.