Skip to content

Commit

Permalink
Merge pull request #26 from eddelbuettel/update-docs
Browse files Browse the repository at this point in the history
Document letterhead side and scale options
  • Loading branch information
eddelbuettel authored Oct 22, 2019
2 parents e966940 + 96464d3 commit 5c9954e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-10-22 Aaron Wolen <[email protected]>

* R/linl.R: Add options to specify the scale and alignment-side for headers
and footers.

2019-10-17 Michal Bojanowski <[email protected]>

* DESCRIPTION: Set Encoding: UTF-8 and use current Roxygen version
Expand Down
5 changes: 3 additions & 2 deletions R/linl.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
#' \item{\code{date}}{Custom date, and the current date will be automatically inserted if not specified.}
#' \item{\code{encl}}{List of enclosures.}
#' \item{\code{inline-links}}{Print links as standard inline hyperlinks rather than footnotes.}
#' \item{\code{letterhead}}{Image file to be used as letterhead (requires the \href{https://www.ctan.org/pkg/wallpaper}{\code{wallpaper}} package), applied only to the first page.}
#' \item{\code{letterfoot}}{Image file to be used as letterfoot (requires the \href{https://www.ctan.org/pkg/wallpaper}{\code{wallpaper}} package), applied only to the first page.}
#' \item{\code{opening}}{Text for the salutation.}
#' \item{\code{letterhead},\code{letterfoot}}{Image file to be used as header or footer (requires the \href{https://www.ctan.org/pkg/wallpaper}{\code{wallpaper}} package), applied only to the first page.}
#' \item{\code{letterhead-side},\code{letterfoot-side}}{Specifies which side of the page the header/footer is aligned to. Must be either \code{L} (left, the default) or \code{R} (right).}
#' \item{\code{letterhead-scale},\code{letterfoot-scale}}{Scale the header/footer to fraction of page width or height (depending on the file's aspect ratio).}
#' \item{\code{ps}}{Text to be added at the end of the letter as a postscript.}
#' \item{\code{return-address}}{Address of the sender: takes a list to allow a multi-line address.}
#' \item{\code{signature}}{Image file for a signature.}
Expand Down
6 changes: 4 additions & 2 deletions man/linl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c9954e

Please sign in to comment.