Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d871159

Browse filesBrowse files
authored
Fix \usepackage{} spelling (#371)
1 parent b5fe8d2 commit d871159
Copy full SHA for d871159

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎06-latex.Rmd

Copy file name to clipboardExpand all lines: 06-latex.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ For those familiar with LaTeX, this is equivalent to the following LaTeX code:
146146
```tex
147147
\usepackage[labelfont={bf}]{caption}
148148
\usepackage[unicode=true, breaklinks=true]{hyperref}
149-
\userpackage{lmodern}
149+
\usepackage{lmodern}
150150
```
151151

152152
The advantage of using the `extra_dependencies` argument over the `includes` argument introduced in Section \@ref(latex-preamble) is that you do not need to include an external file, so your Rmd document can be self-contained.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.