URI:
       tdo not use LaTeX interpreter - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
  HTML git clone git://src.adamsgaard.dk/cosmo
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9a970a4bf92f6f726f35ae9f463cdd4ecf051b98
   DIR parent 3a499ebc15c7a4397c2069603a58f567ded159bf
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon,  9 Nov 2015 15:13:53 +0100
       
       do not use LaTeX interpreter
       
       Diffstat:
         M matlab/generate_plots.m             |      13 ++++++++-----
       
       1 file changed, 8 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -229,8 +229,9 @@ for i1 = 1:M % for each model parameter
                text(0.02,0.98,'c', 'Units', ...
                    'Normalized', 'VerticalAlignment', 'Top')
            elseif i1 == 4
       -        xlabel('$\delta^{18}$O$_\mathrm{threshold}$ [$^o/_{oo}$]', ...
       -            'Interpreter', 'LaTeX')
       +        %xlabel('$\delta^{18}$O$_\mathrm{threshold}$ [$^o/_{oo}$]', ...
       +            %'Interpreter', 'LaTeX')
       +        xlabel(['\delta^{18}O_{threshold} [' char(8240) ']'])
                text(0.02,0.98,'d','Units', ...
                    'Normalized', 'VerticalAlignment', 'Top')
            else
       t@@ -368,9 +369,11 @@ for i1 = 1:M % for each model parameter
                text(0.02,0.98,'c', 'Units', ...
                    'Normalized', 'VerticalAlignment', 'Top')
            elseif i1 == 4
       -        xlabel(['$\delta^{18}$O$_\mathrm{threshold}$ [$^o/_{oo}$]'...
       -            ', median = ' num2str(med) ' $^o/_{oo}$'], ...
       -            'Interpreter', 'LaTeX')
       +        %xlabel(['$\delta^{18}$O$_\mathrm{threshold}$ [$^o/_{oo}$]'...
       +            %', median = ' num2str(med) ' $^o/_{oo}$'], ...
       +            %'Interpreter', 'LaTeX')
       +        xlabel(['\delta^{18}O_{threshold} [' char(8240) '], median = '...
       +            num2str(med) ' ' char(8240)])
                text(0.02,0.98,'d','Units', ...
                    'Normalized', 'VerticalAlignment', 'Top')
            else