diff --git a/R/mortalityTable.MakehamGompertz.R b/R/mortalityTable.MakehamGompertz.R
index 7089136aefe44e3086dce0dce07b89ef95c0869c..fa3283a01bc13cb1f3c961af5ca7e8710da36bcc 100644
--- a/R/mortalityTable.MakehamGompertz.R
+++ b/R/mortalityTable.MakehamGompertz.R
@@ -4,8 +4,8 @@ NULL
 #' Class mortalityTable.MakehamGompertz - Mortality table with Makeham-Gompertz's law
 #'
 #' A period life table following Makeham and Gompertz's law of a mortality rate
-#' $\mu$ increasing exponentially with age $x$ ($\mu_{x+t} = A + B c^{(x+t)}$).
-#' The only required slots are the parameters $A$, $B$ and $c$, all probabilities
+#' \eqn{\mu} increasing exponentially with age \eqn{x} (\eqn{\mu_{x+t} = A + B c^{(x+t)}}).
+#' The only required slots are the parameters \eqn{A}, \eqn{B} and \eqn{c}, all probabilities
 #' are calculated from them, for technical reasons a maximum age of 120 is
 #' technically assumed.  Optionally, a name and loading can be passed
 #' (inherited from \code{\link{mortalityTable}}).
diff --git a/R/mortalityTable.Weibull.R b/R/mortalityTable.Weibull.R
index 8c7f666991db36af4c8bc71042b774bc3a86d2a6..44fd06579fef0bf283dbcf9270a2e3cfe6ee62a6 100644
--- a/R/mortalityTable.Weibull.R
+++ b/R/mortalityTable.Weibull.R
@@ -4,8 +4,8 @@ NULL
 #' Class mortalityTable.Weibull - Mortality table with Weibull's law
 #'
 #' A period life table following Weibulls's law of a mortality rate
-#' $\mu$ increasing as a power of $t$ ($\mu_{x+t} = k * (x+t)^n$).
-#' The only required slots are the parameters $k>0$ and $n>0$, all probabilities
+#' \eqn{\mu} increasing as a power of \eqn{t}: \deqn{\mu_{x+t} = k * (x+t)^n$}
+#' The only required slots are the parameters \eqn{k>0} and \eqn{n>0}, all probabilities
 #' are calculated from them, for technical reasons a maximum age of 150 is
 #' technically assumed.  Optionally, a name and loading can be passed
 #' (inherited from \code{\link{mortalityTable}}).
diff --git a/man/mortalityTable.MakehamGompertz-class.Rd b/man/mortalityTable.MakehamGompertz-class.Rd
index 31a3b92b7ea4f506617e9888f9a23768bef1ef2e..b6ae8d2e39cfce8207facffaff529fc582cb4dcb 100644
--- a/man/mortalityTable.MakehamGompertz-class.Rd
+++ b/man/mortalityTable.MakehamGompertz-class.Rd
@@ -7,8 +7,8 @@
 \title{Class mortalityTable.MakehamGompertz - Mortality table with Makeham-Gompertz's law}
 \description{
 A period life table following Makeham and Gompertz's law of a mortality rate
-$\mu$ increasing exponentially with age $x$ ($\mu_{x+t} = A + B c^{(x+t)}$).
-The only required slots are the parameters $A$, $B$ and $c$, all probabilities
+\eqn{\mu} increasing exponentially with age \eqn{x} (\eqn{\mu_{x+t} = A + B c^{(x+t)}}).
+The only required slots are the parameters \eqn{A}, \eqn{B} and \eqn{c}, all probabilities
 are calculated from them, for technical reasons a maximum age of 120 is
 technically assumed.  Optionally, a name and loading can be passed
 (inherited from \code{\link{mortalityTable}}).
diff --git a/man/mortalityTable.Weibull-class.Rd b/man/mortalityTable.Weibull-class.Rd
index 88ac6ca2dbc0739daf46b74b91898dea5899e4a5..af6953b089c87d28c029b4bb4b970317b0ae7fb4 100644
--- a/man/mortalityTable.Weibull-class.Rd
+++ b/man/mortalityTable.Weibull-class.Rd
@@ -7,8 +7,8 @@
 \title{Class mortalityTable.Weibull - Mortality table with Weibull's law}
 \description{
 A period life table following Weibulls's law of a mortality rate
-$\mu$ increasing as a power of $t$ ($\mu_{x+t} = k * (x+t)^n$).
-The only required slots are the parameters $k>0$ and $n>0$, all probabilities
+\eqn{\mu} increasing as a power of \eqn{t}: \deqn{\mu_{x+t} = k * (x+t)^n$}
+The only required slots are the parameters \eqn{k>0} and \eqn{n>0}, all probabilities
 are calculated from them, for technical reasons a maximum age of 150 is
 technically assumed.  Optionally, a name and loading can be passed
 (inherited from \code{\link{mortalityTable}}).