I'd like to find a way to organize and access my (Latex) templates within Emacs and so far, I didn't find a satisfying solution. (This post is related, but doesn't solve my question.)
Let's say that I want to typeset some article. Optimally, I would be able to create a template for a folder that contains several relevant files (and folders) and specify which of them should be opened in new buffers once I create a new project from this template. It might also be desirable that the generated file names follow a specified naming scheme relative to my project name (e.g. creating a project "x" should result in a new folder "x" containing files "x_main.tex", "x_coverpage.tex", "x_options.tex", ... and folders "images/", ... ).
Is there any plugin that suits my purposes? What about other solutions?