Skip to content

Commit

Permalink
Fix warning about Unicode character ∘ (U+2218) in the PDF manual
Browse files Browse the repository at this point in the history
* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
LaTeX errors found:
! Package inputenc Error: Unicode character ∘ (U+2218)
(inputenc)                not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
* checking PDF version of manual without index ... ERROR
  • Loading branch information
AlexisDerumigny committed Sep 9, 2024
1 parent f3cf428 commit d29b495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/Faa_di_Bruno.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#'
#' @returns a vector of size \code{length(x)} for which
#' the \code{i}-th component is
#' \code{(f g)^(k) (x[i])}
#' \eqn{(f \circ g)^{(k)} (x[i])}
#'
#' @author Alexis Derumigny, Victor Ryan
#'
Expand Down
2 changes: 1 addition & 1 deletion man/vectorized_Faa_di_Bruno.Rd

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

0 comments on commit d29b495

Please sign in to comment.