view .dir-locals.el @ 28332:cf7edf5577c3 stable

doc: Improve ODE solver documentation (bug #57309) * doc/interpreter/diffeq.txi: Mention ode23s, link solver at top of the page, mention reference at SIAM Journal on Scientific Computing. * scripts/help/__unimplemented__.m: Better reference for odepkg. * scripts/ode/ode23s.m: Move incomplete reference to ODE chapter. Ensure line length, minor spell fixes.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 19 May 2020 17:40:08 +0900
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))