Skip to content

Commit dd1a0cb

Browse files
committed
Updated RJournal.sty to be more flexible on line breaks
1 parent 8aaddce commit dd1a0cb

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

inst/paper-with-errors/RJournal.sty

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
includehead,includefoot,centering,
2828
footskip=1.5cm}
2929
\raggedbottom
30+
\sloppy
3031

3132
\RequirePackage{fancyhdr}
3233
\fancyhead{}

inst/rmarkdown/templates/rjournal/skeleton/RJournal.sty

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
includehead,includefoot,centering,
2828
footskip=1.5cm}
2929
\raggedbottom
30+
\sloppy
3031

3132
\RequirePackage{fancyhdr}
3233
\fancyhead{}

inst/sample-article/RJournal.sty

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
includehead,includefoot,centering,
2828
footskip=1.5cm}
2929
\raggedbottom
30+
\sloppy
3031

3132
\RequirePackage{fancyhdr}
3233
\fancyhead{}

inst/tex/RJournal.sty

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
includehead,includefoot,centering,
2828
footskip=1.5cm}
2929
\raggedbottom
30+
\sloppy
3031

3132
\RequirePackage{fancyhdr}
3233
\fancyhead{}

tests/bad-article/RJournal.sty

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
includehead,includefoot,centering,
2828
footskip=1.5cm}
2929
\raggedbottom
30+
\sloppy
3031

3132
\RequirePackage{fancyhdr}
3233
\fancyhead{}

0 commit comments

Comments
 (0)