publishBibliography enables to create web page which contains the references inside the input .m files
This routine uses as input the cell which is created with routine makecontentsfileFS and the cell created by publishFSallFiles and uses template file bibliographyEmpty.html which is contained inside: (main root of FSDA) filesep 'helpfiles' filesep 'FSDA;
to create in a fully automatic way the bibliography file containing all the references.
The output file (if the path is not specified in input option outputDir) will be created inside: (main root of FSDA) filesep 'helpfiles' filesep 'FSDA;
and will have name bibliography.html
Skip_example
publishBibliography with all the default options (and write2file false).fstring
=publishBibliography(InputCell
,
OUT
)
Example of use of option outputDir.fstring
=publishBibliography(InputCell
,
OUT
,
Name, Value
)