Skip to content

Commit

Permalink
修改小问题
Browse files Browse the repository at this point in the history
  • Loading branch information
bubifengyun committed Sep 5, 2022
1 parent 9de7eb0 commit 8951dcc
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 21 deletions.
2 changes: 1 addition & 1 deletion _output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
50 changes: 33 additions & 17 deletions bib/packages.bib
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down
4 changes: 1 addition & 3 deletions rmd/810-appendix-deepin-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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也可安装到光盘、软盘和优盘等移动介质中,这样就可以带起一台无法从硬盘启动的系统。
Expand Down Expand Up @@ -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

0 comments on commit 8951dcc

Please sign in to comment.