Parent Directory
|
Revision Log
|
Revision Graph
|
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; |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |