Dear all, firstly, I want to thank Thomas Leitner and the community for the great program webgen! I''m using it for a long time now. I developed a small extension that allows you to specify a BibTeX-file from which a Webgen page containing a list of publications is generated. You can see two examples here: http://michaelkoester.de/activities.html http://michaelkoester.de/publications.html The source code as well as the documentation can be found here: http://michaelkoester.de/bibtex-extension.html German version: http://michaelkoester.de/bibtex-extension.de.html However, since this is my first extension for Webgen I need some help concerning one bug: When the extension creates BibTeX files and thumbnails in the first webgen run, kramndown respective webgen cannot find the files. In the second run however the copy-statement in config.yaml puts the files in the output folder and kramndown detects correctly the files. But even if I create the files directly in the output folder it does not work. In line 88 of BibTeX.rb the bibtex files are created. In line 233 and 239 of BibTeX.rb the thumbnails are generated. My questions are the following now: - Do I have to register the created files somehow? - Or is it possible to execute the copy statement right afterwards? Best regards, Michael K?ster