From: Nick Mariette on 26 Jun 2010 22:08 Hi, I would like to turn off the tex interpreter for text globally, not per function where it is a problem. Does anyone know how to do this? For example, title('tex_example','interpreter','none') gives me a plot title exactly per the string given ('tex_example') whereas, without the interpreter set to none, the 'e' after underscore is subscripted. I'd like to set the interpreter to none globally. Is this possible?
From: Nick Mariette on 26 Jun 2010 22:22 Ok, to answer my own question, the default interpreter can be changed using: set(0,'DefaultTextInterpreter','none'); (see http://www.mathworks.nl/access/helpdesk/help/techdoc/creating_plots/f7-21465.html#f7-18841 for more info on defaults) "Nick Mariette" <nmariette(a)gmail.com> wrote in message <i06bq4$9jp$1(a)fred.mathworks.com>... > Hi, > I would like to turn off the tex interpreter for text globally, not per function where it is a problem. > Does anyone know how to do this? > > For example, > title('tex_example','interpreter','none') > gives me a plot title exactly per the string given ('tex_example') > whereas, without the interpreter set to none, the 'e' after underscore is subscripted. > > I'd like to set the interpreter to none globally. > Is this possible?
|
Pages: 1 Prev: Percent Format Next: Saving a function data to a text file |