2022-04-16 06:37:11 +00:00
|
|
|
accessing
|
|
|
|
exportDefaultReport
|
|
|
|
|
2022-06-10 01:05:03 +00:00
|
|
|
(self hasFolder: 'templates')
|
2022-06-09 19:14:37 +00:00
|
|
|
ifFalse: [ self installTemplate ].
|
2022-04-21 17:11:53 +00:00
|
|
|
^ self exportWithTemplate: (TweetsCollection dataStore / 'templates' / 'template.mus.tex') into: self folder
|