Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
taki-d committed Feb 14, 2024
1 parent 3f70a23 commit 71926d4
Show file tree
Hide file tree
Showing 15 changed files with 4,054 additions and 688 deletions.
31 changes: 31 additions & 0 deletions .textlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"plugins": [
"latex2e"
],
"filters": {
"comments": {
"enablingComment": "textlint-enable",
"disablingComment": "textlint-disable"
}
},
"rules": {
"preset-ja-engineering-paper": true,
"preset-ja-technical-writing": {
"ja-no-mixed-period": {
"periodMark": "."
},
"max-kanji-continuous-len": {
"max": 6,
"allow": [
"筑波大学計算科学研究",
"産業技術総合研究所"
]
}
},
"preset-jtf-style": {
"1.2.1.句点(。)と読点(、)": false,
"1.2.2.ピリオド(.)とカンマ(,)": false,
"4.1.3.ピリオド(.)、カンマ(,)": false
}
}
}
Binary file modified figure-crop.pdf
Binary file not shown.
Binary file modified figure.pdf
Binary file not shown.
Loading

0 comments on commit 71926d4

Please sign in to comment.