Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfixed issue #17 #18
Merged
fixed issue #17 #18
Conversation
DESCRIPTION
Outdated
| @@ -1,7 +1,7 @@ | |||
| Package: linl | |||
| Type: Package | |||
| Title: 'linl' is not 'Letter' | |||
| Version: 0.0.2 | |||
| Version: 0.0.3 | |||
eddelbuettel
Jun 25, 2018
Owner
I tend to call these 0.0.2.1 before making it final for CRAN but details...
I tend to call these 0.0.2.1 before making it final for CRAN but details...
| @@ -225,7 +225,7 @@ | |||
| $endif$ | |||
|
|
|||
| $if(letterhead)$ | |||
| \usepackage[dvipsnames]{color} | |||
| %\usepackage[dvipsnames]{color} | |||
eddelbuettel
Jun 25, 2018
Owner
May as well remove it.
May as well remove it.
NEWS
Outdated
| version 0.0.3 | ||
| - fixed LaTeX problem caused by double loading of \usepackage{color} with different | ||
| options. Occurred when specifying 'letterhead' while 'colorlinks' was 'false'. | ||
|
|
eddelbuettel
Jun 25, 2018
Owner
We have an existing file inst/NEWS.Rd -- can you add there instead please?
We have an existing file inst/NEWS.Rd -- can you add there instead please?
4892e7a
into
eddelbuettel:master
1 check passed
1 check passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
As per the comment in #17. I think it fixes it. Not sure if it would break anything else. Output of a minimal example with letterhead seems fine.