PhoenixLecture  2.0.0
Set of tools to make lectures
updateLabelCitation.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 __UPDATELABELCITATION_H__
8 #define __UPDATELABELCITATION_H__
9 
10 #include <map>
11 #include "platexobj_utils.h"
12 #include "pbiblio_parser.h"
13 
14 void useMapLabelCite(PLatexObj & obj, const PMapBiblioEntry & mapBiblioEntry);
15 void updateLabelCitation(PLatexObj & obj, const PMapBiblioEntry & mapBiblioEntry);
16 
17 #endif
Describe a latex object.
Definition: PLatexObj.h:40
std::map< PString, PBiblioEntry > PMapBiblioEntry
Describes the map for all PBiblioEntry.
void useMapLabelCite(PLatexObj &obj, const PMapBiblioEntry &mapBiblioEntry)
Update the map of label.
void updateLabelCitation(PLatexObj &obj, const PMapBiblioEntry &mapBiblioEntry)
Update the label of the references.