/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_misc/write2tex.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/matlab_class/gcmfaces_misc/write2tex.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by gforget, Thu Jul 11 22:08:27 2013 UTC revision 1.5 by gforget, Wed Jan 29 02:20:16 2014 UTC
# Line 74  eval(['load ' myFile(1:end-4) '.mat;']); Line 74  eval(['load ' myFile(1:end-4) '.mat;']);
74  %add title or section page (see myLev)  %add title or section page (see myLev)
75  if myStep==1;  if myStep==1;
76      mySection=myText;      mySection=myText;
77      fprintf(fid,'\\section{\n');      if myLev==1; fprintf(fid,'\\section{\n');
78        else; fprintf(fid,'\\subsection{\n');
79        end;
80      fprintf(fid,mySection);      fprintf(fid,mySection);
81      fprintf(fid,'} \n\n');      fprintf(fid,'} \n\n');
82  end;  end;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22