tremove dollar signs; they don't invoke math mode - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
(HTM) git clone git://src.adamsgaard.dk/cosmo
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit e724ce75023870d5eef57e28428c94041d45bbeb
(DIR) parent 46f7bab866daf2a22fd4e45affd83a7749139de5
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 19 Nov 2015 10:20:27 +0100
remove dollar signs; they don't invoke math mode
Diffstat:
M matlab/generate_plots.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
t@@ -257,7 +257,7 @@ for i1 = 1:M % for each model parameter
elseif i1 == 3
%xlabel('Timing of last deglaciation [yr]')
- xlabel('$t$_{degla} [yr]')
+ xlabel('t_{degla} [yr]')
text(0.02,0.98,'c', 'Units', ...
'Normalized', 'VerticalAlignment', 'Top')