mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Added docs to the spline module.
This commit is contained in:
@@ -553,6 +553,7 @@ WARN_LOGFILE =
|
||||
# with spaces.
|
||||
|
||||
INPUT = "${Eigen_SOURCE_DIR}/unsupported/Eigen" \
|
||||
"${Eigen_SOURCE_DIR}/unsupported/Eigen/src/Splines" \
|
||||
"${Eigen_SOURCE_DIR}/unsupported/doc"
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
@@ -958,7 +959,8 @@ PAPER_TYPE = a4wide
|
||||
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
|
||||
# packages that should be included in the LaTeX output.
|
||||
|
||||
EXTRA_PACKAGES = amssymb
|
||||
EXTRA_PACKAGES = amssymb \
|
||||
amsmath
|
||||
|
||||
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
|
||||
# the generated latex document. The header should contain everything until
|
||||
|
||||
Reference in New Issue
Block a user