6 lines
209 B
Smalltalk
6 lines
209 B
Smalltalk
accessing
|
|
exportDefaultReport
|
|
|
|
(self hasFolder: 'templates')
|
|
ifFalse: [ self installTemplate ].
|
|
^ self exportWithTemplate: (TweetsCollection dataStore / 'templates' / 'template.mus.tex') into: self folder |