Mercurial > hg > octave-nkf
changeset 10876:53ec464300ef
__print_parse_opts__.m: Default pstex suffix should be '.ps'.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Mon, 09 Aug 2010 19:30:18 -0400 |
parents | 1bc534956e29 |
children | dc7e0fbca6f0 |
files | scripts/ChangeLog scripts/plot/__print_parse_opts__.m |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2010-08-09 Ben Abbott <bpabbott@mac.com> + + * plot/__print_parse_opts__.m: Default pstex suffix should be '.ps'. + 2010-08-08 Rik <octave@nomad.inbox5.com> * Makefile.am: Create .DOCSTRINGS quietly and avoid screen clutter
--- a/scripts/plot/__print_parse_opts__.m +++ b/scripts/plot/__print_parse_opts__.m @@ -219,7 +219,7 @@ "ps", "eps", "eps", "eps", "eps", ... "emf", "pdf", "tex", "tex", "tex", ... "tex", "tex", ... - "tex", "tiff", "tiff", "tikz", "pcx", ... + "ps", "tiff", "tiff", "tikz", "pcx", ... "pcx", "pcx", "pcx", "pgm", "pgm", ... "ppm", "ppm", "tex"};