accent mark exporting eps files

7 views (last 30 days)
Ro
Ro on 23 Apr 2013
Hi People,
I have been reading about exporting setup, and I made some proof... When I managed to obtain the longing looks of mi figure when I export them to eps file I realized I had lost all letter having accent marks... Any help??
thank you in advanced....
This is the code i se to export propoerly...
set(gca, 'LooseInset', get(gca, 'Tight'));
style = struct();
style.Format = 'epsc';
style.Color = 'rgb';
style.Background = 'r'; % '' = no change; 'w' = white background
style.FixedFontSize = '24';
style.FontSizeMin = '12';
style.FixedLineWidth = '2';
style.ScaledLineWidth = 'auto';
style.LineMode = 'fixed';
style.LineWidthMin = '2';
style.FontName = 'BookManOldStyle';
style.FontWeight = 'bold';
style.PSLevel = '2';
style.Renderer = 'painters';
style.ApplyStyle = '0';
style.FontEncoding='latin1';
style.Resolution = '600';
hgexport(gcf,nombre,style);

Answers (0)

Categories

Find more on Cell Arrays in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!