From 58cb8593c7e0f675e5382de3fd387375bab58370 Mon Sep 17 00:00:00 2001 From: Jason Stover Date: Wed, 12 Mar 2008 02:48:44 +0000 Subject: [PATCH] Fixed use of @dots in @math command. --- doc/ChangeLog | 5 +++++ doc/regression.texi | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index adc7d20c..c2547a98 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-03-11 Jason Stover + + * regression.texi (REGRESSION): Fixed use of @dots in @math + command. Reported by John Darrington. + 2008-03-11 Jason Stover * regression.texi: Made more consistent use of math mode for diff --git a/doc/regression.texi b/doc/regression.texi index d07b513a..90caf866 100644 --- a/doc/regression.texi +++ b/doc/regression.texi @@ -11,9 +11,9 @@ assumptions typical in linear regression: @itemize @bullet @item The data set contains @math{n} observations of a dependent variable, say @math{Y_1,@dots{},Y_n}, and @math{n} observations of one or more explanatory -variables. Let @math{X_{11}, X_{12}, @dots{}, X_{1n}} denote the @math{n} observations of the -first explanatory variable; @math{X_{21},@dots{},X_{2n}} denote the @math{n} observations of the -second explanatory variable; @math{X_{k1},@dots{},X_{kn}} denote the @math{n} observations of the kth +variables. Let @math{X_{11}, X_{12}}, @dots{}, @math{X_{1n}} denote the @math{n} observations of the +first explanatory variable; @math{X_{21}},@dots{},@math{X_{2n}} denote the @math{n} observations of the +second explanatory variable; @math{X_{k1}},@dots{},@math{X_{kn}} denote the @math{n} observations of the kth explanatory variable. @item The dependent variable @math{Y} has the following relationship to the -- 2.30.2