I recently started using Thematic and after an initial struggle with the learning curve, have come to love it and use it for all my projects now.
One thing I can't figure out is how to deal with the large number of templates in the Thematic parent folder when using a child theme. I don't want tag.php, category.php , etc - I want them to revert to index.php .I know I can simply delete them from the parent theme, but that doesn't seem like the best way to do it, since an update would replace them. Nor do I want to make copies of index.php and rename them, since a change to index would require changes to everything else.
Anyone know the solution?