Skip to content

Commit

Permalink
UKenglish -> english
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Jul 23, 2024
1 parent d63054b commit 0450078
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: csasdown
Title: Reproducible CSAS Reports with Bookdown
Version: 0.1.5
Version: 0.1.6
Authors@R:
c(person(given = c("Sean", "C."),
family = "Anderson",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# csasdown

# csasdown 0.1.6

* Switch back from UKenglish to english for Babel in resdoc English .sty

# csasdown 0.1.5

* Updates for compatibility with pandoc >= 3.1.8. #255 #253
Expand Down
2 changes: 1 addition & 1 deletion inst/csas-style/res-doc.sty
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%% res-doc.sty - Unoffocial LaTeX style file for Canadian
%% Science Advisory Secretariat Research Documents.
\usepackage[UKenglish]{babel}
\usepackage[english]{babel}



Expand Down

0 comments on commit 0450078

Please sign in to comment.