Skip to content

Commit 7697ea8

Browse files
committed
Japanese font
1 parent ba367ac commit 7697ea8

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/main.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ jobs:
1212
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1313
steps:
1414
- uses: actions/checkout@v2
15+
16+
- name: Install Japanese Fonts
17+
run: |
18+
apt-get update
19+
apt-get install -y fonts-noto-cjk
20+
1521
- name: Render Book
1622
run: |
1723
Rscript -e 'install.packages("remotes")'
1824
Rscript -e 'remotes::install_github("geocompx/geocompkg", dependencies = TRUE, force = TRUE)'
19-
#Rscript -e 'install.packages("geocompkg", repos = c("https://geocompr.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE, force = TRUE)'
2025
Rscript -e 'bookdown::render_book("index.Rmd")'
21-
#cp -fvr _redirects _book/
22-
#cp -fvr .htaccess _book/
23-
#cp -fvr es.html fr.html solutions.html htaccess.txt _book/
26+
2427
- name: Deploy
2528
uses: peaceiris/actions-gh-pages@v3
2629
with:

10-gis-ja.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ clean = qgis_run_algorithm("grass7:v.clean",
366366
clean_sf = st_as_sf(clean)
367367
```
368368

369-
その結果、Figure \@ref(fig:sliver) の右側のパネルでは、予想通り、灰色のポリゴンが削除されているように見える
369+
その結果、Figure \@ref(fig:sliver) の右側のパネルでは、予想通り、切れ端 (sliver) 部分のポリゴンが削除されていることが見える
370370

371371
```{r sliver, echo=FALSE, fig.cap="切れ端 (sliver) 部分を赤で強調 (左) と切れ端部分を除去 (右)。"}
372372
knitr::include_graphics("images/10-sliver.png")

0 commit comments

Comments
 (0)