Skip to content

Commit 9ea01b3

Browse files
committed
tidy news
1 parent 015c3e0 commit 9ea01b3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# inlmisc 0.4.7.9000
22

33
- Add *misc/latex-packages.txt* file: contains a list of required LaTeX packages
4-
that are not included with [TinyTeX](https://yihui.name/tinytex/);
4+
that are not included in the default installation of [TinyTeX](https://yihui.name/tinytex/);
55
use the `inlmisc:::InstallLatexPackages()` command to install these packages into TinyTeX.
66

77
- In LaTeX preamble, replace **xcolor** package with **color**,

R/usgs_article.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ usgs_article <- function(...) {
123123
}
124124

125125

126-
# install required LaTeX packages into TinyTeX
126+
# install required LaTeX packages that are not included
127+
# in the default installation of TinyTeX
127128
InstallLatexPackages <- function() {
128129
file <- system.file("misc", "latex-packages.txt", package="inlmisc")
129130
pkgs <- readLines(file)

0 commit comments

Comments
 (0)