w2l use thebibliography environment if not using BibTeX
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@257 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
6f46ed3177
commit
729e088fa2
10 changed files with 318 additions and 257 deletions
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Version 1.6 (2015-06-18)
|
||||
* Version 1.6 (2015-06-20)
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -38,7 +38,7 @@ class XhtmlBibliographyGenerator extends BibliographyGenerator {
|
|||
private Element currentPar; // The paragraph of the current item
|
||||
|
||||
XhtmlBibliographyGenerator(OfficeReader ofr, Converter converter) {
|
||||
super(ofr);
|
||||
super(ofr,false);
|
||||
this.converter = converter;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue