Skip to content

Commit d29b495

Browse files
Fix warning about Unicode character ∘ (U+2218) in the PDF manual
* 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
1 parent f3cf428 commit d29b495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/Faa_di_Bruno.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#'
2323
#' @returns a vector of size \code{length(x)} for which
2424
#' the \code{i}-th component is
25-
#' \code{(f g)^(k) (x[i])}
25+
#' \eqn{(f \circ g)^{(k)} (x[i])}
2626
#'
2727
#' @author Alexis Derumigny, Victor Ryan
2828
#'

man/vectorized_Faa_di_Bruno.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)