Beispiel #1
0
def append_item(cites, wf):
    """Append citation to appropriate bibliography file.

    """
    text = export._prepare_html(cites)
    utils.append_path(text, wf.cachefile('temp_bibliography.html'))
    config.log.info('HTML appended to temporary bibliography.')
    return True
Beispiel #2
0
    def append_item(self, cites):
        """Append citation to appropriate bibliography file.

        """
        text = self._prepare_html(cites)
        utils.append_path(text, self.wf.cachefile('temp_bibliography.html'))
Beispiel #3
0
    def append_item(self, cites):
        """Append citation to appropriate bibliography file.

        """
        text = self._prepare_html(cites)
        utils.append_path(text, self.wf.cachefile('temp_bibliography.html'))