PhoenixLecture  2.0.0
Set of tools to make lectures
pbiblio_html.h
Go to the documentation of this file.
1 /***************************************
2  Auteur : Pierre Aubert
3  Mail : pierre.aubert@lapp.in2p3.fr
4  Licence : CeCILL-C
5 ****************************************/
6 
7 #ifndef __PBIBLIO_HTML_H__
8 #define __PBIBLIO_HTML_H__
9 
10 #include "platexobj_utils.h"
11 #include "pbiblio_parser.h"
12 
13 bool pbiblio_html(const PPath & fileName, const PMapBiblioEntry & mapBiblioEntry, const POutoutMode & outputMode);
14 
15 
16 #endif
Path of a directory or a file.
Definition: PPath.h:17
bool pbiblio_html(const PPath &fileName, const PMapBiblioEntry &mapBiblioEntry, const POutoutMode &outputMode)
Save the bibliography in html.
std::map< PString, PBiblioEntry > PMapBiblioEntry
Describes the map for all PBiblioEntry.
Output mode of the html backend.