bibhtml  1.0
 All Classes Functions Variables Enumerations
Static Public Attributes | List of all members
BibSettings Class Reference

Default settings. More...

Static Public Attributes

static constexpr const char * OutHtml = "out.html"
 Default pathname of the HTML file that is generated.
 
static constexpr const char * OutBib = "out.bib"
 Default pathname of the BibTex file that is generated.
 
static constexpr const char * TemplateFile = "template.html"
 Default pathname of the HTML template file.
 
static constexpr const char * TemplateMark = "###CONTENT"
 The HTML template file must contain this string (that will be replaced by the entries).
 
static constexpr const char * DoiPrefix = "https://dx.doi.org/"
 URL prefix for DOIs.
 
static constexpr const char * HalPrefix = "https://hal.archives-ouvertes.fr/"
 URL prefix for HAL IDs.
 
static const char * DefaultStyleFormat
 Format of the default printing Style. More...
 

Detailed Description

Default settings.

Member Data Documentation

const char * BibSettings::DefaultStyleFormat
static
Initial value:
=
"%author.\n\
%title.\n\
%journal, %[In %booktitle], %eprint, %howpublished, %volume, %number, \
%[editor (Eds.)], %school, %institution. %publisher %[(%year)]. %pages. %pubstate.\n\
%note.\n\
%award.\n\
%^doi<doi.png> %^url<url.png> %^hal<hal.png> %^pdf<pdf.png> %^video<video.png> \
%?bibcite<bibcite.png> %?keywords %?abstract %^project %^slides %^poster %^software %^link"

Format of the default printing Style.

This printing Style is used by default if none is specified (see BibStyle).


The documentation for this class was generated from the following files: