# HG changeset patch # User Rik # Date 1572392201 25200 # Node ID 757a7119e31926df4e9a5626d9264ed75550fc64 # Parent f6417502613a393797601ea747df64ce289e6e73 doc: Create en-dashes and em-dashes correctly in documentation. * numbers.txi, dmperm.cc (Fdmperm), condest.m, qmr.m: Use "--" to create en-dash for page numer ranges in citations. * fminunc.m: Use "---" to create em-dash where en-dash was mistakenly created. diff -r f6417502613a -r 757a7119e319 doc/interpreter/numbers.txi --- a/doc/interpreter/numbers.txi Mon Oct 28 15:49:47 2019 -0700 +++ b/doc/interpreter/numbers.txi Tue Oct 29 16:36:41 2019 -0700 @@ -317,7 +317,7 @@ A matrix may have one or both dimensions zero, and operations on empty matrices are handled as described by @nospell{Carl de Boor} in -@cite{An Empty Exercise}, SIGNUM, Volume 25, pages 2-6, 1990 and +@cite{An Empty Exercise}, SIGNUM, Volume 25, pages 2--6, 1990 and @nospell{C. N. Nett and W. M. Haddad}, in @cite{A System-Theoretic Appropriate Realization of the Empty Matrix Concept}, IEEE Transactions on Automatic Control, Volume 38, Number 5, May 1993. diff -r f6417502613a -r 757a7119e319 libinterp/dldfcn/dmperm.cc --- a/libinterp/dldfcn/dmperm.cc Mon Oct 28 15:49:47 2019 -0700 +++ b/libinterp/dldfcn/dmperm.cc Tue Oct 29 16:36:41 2019 -0700 @@ -134,7 +134,7 @@ The method used is described in: @nospell{A. Pothen & C.-J. Fan.} @cite{Computing the Block Triangular Form of a Sparse Matrix}. -@nospell{ACM} Trans. Math. Software, 16(4):303-324, 1990. +@nospell{ACM} Trans. Math. Software, 16(4):303--324, 1990. @seealso{colamd, ccolamd} @end deftypefn */) { diff -r f6417502613a -r 757a7119e319 scripts/linear-algebra/condest.m --- a/scripts/linear-algebra/condest.m Mon Oct 28 15:49:47 2019 -0700 +++ b/scripts/linear-algebra/condest.m Tue Oct 29 16:36:41 2019 -0700 @@ -89,7 +89,7 @@ ## @item ## @nospell{N.J. Higham and F. Tisseur}, @cite{A Block Algorithm ## for Matrix 1-Norm Estimation, with an Application to 1-Norm -## Pseudospectra}. SIMAX vol 21, no 4, pp 1185-1201. +## Pseudospectra}. SIMAX vol 21, no 4, pp 1185--1201. ## @url{https://dx.doi.org/10.1137/S0895479899356080} ## ## @item diff -r f6417502613a -r 757a7119e319 scripts/optimization/fminunc.m --- a/scripts/optimization/fminunc.m Mon Oct 28 15:49:47 2019 -0700 +++ b/scripts/optimization/fminunc.m Tue Oct 29 16:36:41 2019 -0700 @@ -45,7 +45,7 @@ ## default, this option is @qcode{"off"} because it may sometimes deliver ## unexpected (though mathematically correct) results. ## -## If @qcode{"GradObj"} is @qcode{"on"}, it specifies that @var{fcn}--when +## If @qcode{"GradObj"} is @qcode{"on"}, it specifies that @var{fcn}---when ## called with two output arguments---also returns the Jacobian matrix of ## partial first derivatives at the requested point. ## diff -r f6417502613a -r 757a7119e319 scripts/sparse/qmr.m --- a/scripts/sparse/qmr.m Mon Oct 28 15:49:47 2019 -0700 +++ b/scripts/sparse/qmr.m Tue Oct 29 16:36:41 2019 -0700 @@ -73,7 +73,7 @@ ## @item ## @nospell{R. Freund and N. Nachtigal}, @cite{QMR: a quasi-minimal residual ## method for non-Hermitian linear systems}, @nospell{Numerische Mathematik}, -## 1991, 60, pp. 315-339. +## 1991, 60, pp. 315--339. ## ## @item ## @nospell{ R. Barrett, M. Berry, T. Chan, J. Demmel, J. Donato, J. Dongarra},