From 8951dcc702c57adf5f7fd31755959dc4d1184d7a Mon Sep 17 00:00:00 2001 From: bubifengyun Date: Mon, 5 Sep 2022 10:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _output.yml | 2 +- bib/packages.bib | 50 ++++++++++++++++++++----------- rmd/810-appendix-deepin-intro.Rmd | 4 +-- 3 files changed, 35 insertions(+), 21 deletions(-) diff --git a/_output.yml b/_output.yml index 6aae140..b5942a8 100644 --- a/_output.yml +++ b/_output.yml @@ -14,7 +14,7 @@ bookdown::gitbook: facebook: no bookdown::pdf_book: keep_tex: yes - dev: cairo_pdf + dev: pdf latex_engine: xelatex citation_package: biblatex template: latex/template.tex diff --git a/bib/packages.bib b/bib/packages.bib index fd75760..5528d36 100644 --- a/bib/packages.bib +++ b/bib/packages.bib @@ -3,56 +3,72 @@ @Manual{R-base author = {{R Core Team}}, organization = {R Foundation for Statistical Computing}, address = {Vienna, Austria}, - year = {2020}, + year = {2022}, url = {https://www.R-project.org/}, } @Manual{R-bookdown, title = {bookdown: Authoring Books and Technical Documents with R Markdown}, author = {Yihui Xie}, - year = {2020}, - note = {R package version 0.21}, - url = {https://github.com/rstudio/bookdown}, + year = {2022}, + note = {R package version 0.28}, + url = {https://CRAN.R-project.org/package=bookdown}, } @Manual{R-DT, title = {DT: A Wrapper of the JavaScript Library DataTables}, author = {Yihui Xie and Joe Cheng and Xianying Tan}, - year = {2020}, - note = {R package version 0.16}, + year = {2022}, + note = {R package version 0.24}, url = {https://github.com/rstudio/DT}, } @Manual{R-htmlwidgets, title = {htmlwidgets: HTML Widgets for R}, author = {Ramnath Vaidyanathan and Yihui Xie and JJ Allaire and Joe Cheng and Carson Sievert and Kenton Russell}, - year = {2020}, - note = {R package version 1.5.2}, + year = {2021}, + note = {R package version 1.5.4}, url = {https://github.com/ramnathv/htmlwidgets}, } @Manual{R-knitr, title = {knitr: A General-Purpose Package for Dynamic Report Generation in R}, author = {Yihui Xie}, - year = {2020}, - note = {R package version 1.30}, + year = {2022}, + note = {R package version 1.40}, url = {https://yihui.org/knitr/}, } +@Manual{R-magick, + title = {magick: Advanced Graphics and Image-Processing in R}, + author = {Jeroen Ooms}, + year = {2021}, + note = {R package version 2.7.3}, + url = {https://CRAN.R-project.org/package=magick}, +} + +@Manual{R-miniUI, + title = {miniUI: Shiny UI Widgets for Small Screens}, + author = {Joe Cheng}, + year = {2018}, + note = {R package version 0.1.1.1}, + url = {https://CRAN.R-project.org/package=miniUI}, +} + @Manual{R-rmarkdown, title = {rmarkdown: Dynamic Documents for R}, author = {JJ Allaire and Yihui Xie and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone}, - year = {2020}, - note = {R package version 2.5}, - url = {https://github.com/rstudio/rmarkdown}, + year = {2022}, + note = {R package version 2.16}, + url = {https://CRAN.R-project.org/package=rmarkdown}, } @Manual{R-webshot, title = {webshot: Take Screenshots of Web Pages}, author = {Winston Chang}, - year = {2019}, - note = {R package version 0.5.2}, - url = {https://github.com/wch/webshot/}, + year = {2022}, + note = {R package version 0.5.3}, + url = {https://CRAN.R-project.org/package=webshot}, } @Book{bookdown2016, @@ -62,7 +78,7 @@ @Book{bookdown2016 address = {Boca Raton, Florida}, year = {2016}, note = {ISBN 978-1138700109}, - url = {https://github.com/rstudio/bookdown}, + url = {https://bookdown.org/yihui/bookdown}, } @Book{knitr2015, diff --git a/rmd/810-appendix-deepin-intro.Rmd b/rmd/810-appendix-deepin-intro.Rmd index 5996028..e02e93d 100644 --- a/rmd/810-appendix-deepin-intro.Rmd +++ b/rmd/810-appendix-deepin-intro.Rmd @@ -64,8 +64,6 @@ GRUB2 的配置文件 GRUB2 配置文件的文件名和位置随系统的不同而不同;常见为/boot/grub/grub.conf。 -需要注意GRUB2 的配置文件採用用動態生成的方式,對於GRUB2 本身的配置檔常見的路徑為/etc/default/grub,系統開機的部份路徑為/etc/grub.d,需要修改的話需要察看GRUB2 的文檔 - 修改GRUB的配置文件后,不必把GRUB重新安装到MBR或者某个分区中。在Linux中,“grub-install”命令是用来把GRUB的步骤1安装到MBR或者分区中的。GRUB的配置文件、步骤2以及其它文件必须安装到某个可用的分区中。如果这些文件或者分区不可用,步骤1将把用户留在命令行界面。 除了硬盘外,GRUB也可安装到光盘、软盘和优盘等移动介质中,这样就可以带起一台无法从硬盘启动的系统。 @@ -93,4 +91,4 @@ initrd 分 image-initrd 及 cpio-initrd 两种。 转载网页: -- http://wiki.deepin.org/wiki/DEEPIN_%E6%A1%8C%E9%9D%A2%E7%B3%BB%E7%BB%9F%E5%AE%89%E8%A3%85%E6%A6%82%E8%BF%B0 +- https://wiki.deepin.org/zh/Deepin%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97/%E7%B3%BB%E7%BB%9F%E5%90%AF%E5%8A%A8%E5%92%8C%E5%BC%95%E5%AF%BC/DEEPIN_%E6%A1%8C%E9%9D%A2%E7%B3%BB%E7%BB%9F%E5%AE%89%E8%A3%85%E6%A6%82%E8%BF%B0