As stated in the title, I want to create a package (.zip, .tgz, basically an archive) with a Beamer template which can be deflated in one of the texmf trees and be ready to use, without hassling the end users.
It's a port from a PowerPoint template, and some images (photos and so on, not reproducible with TikZ) HAVE TO be included (yeah it is a bad thing, I know).
My current workaround is to hardcode the path of the images in the template and to ask the users to change it with their local path: since I know it is a horrible thing, I've been searching for a better solution, but found nothing.
Besides, since I have written TikZ code (for optionally drawing a progress bar) which requires package totcount, I'd like not to rely on user for loading it and load it from the template itself. Any idea?
filecontentswon't overwrite if it is already created or you can control what to do. It's a good package. – percusse Oct 02 '14 at 07:31filecontentswould write in the texmf/ tree or in ~/tex? And then, the doc offilecontentssays "In the original code a pre-existing file would not be overwritten. In the new version the file existence check is used solely to decide whether to output “Writing file ‘ filename ’” or “Overwriting file ‘ filename ’”" – Astrinus Oct 02 '14 at 07:47