Some minor edits prior to 1.6 beta release

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@269 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2018-03-06 15:09:03 +00:00
parent 3d079375d1
commit 3f39190386
9 changed files with 23 additions and 27 deletions

View file

@ -16,11 +16,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
* Copyright: 2002-2015 by Henrik Just
* Copyright: 2002-2018 by Henrik Just
*
* All Rights Reserved.
*
* Version 1.6 (2015-07-28)
* Version 1.6 (2018-03-06)
*
*/
@ -33,7 +33,7 @@ public class ConverterFactory {
// Version information
private static final String VERSION = "1.6";
private static final String DATE = "2015-07-28";
private static final String DATE = "2018-03-06";
/** Return the Writer2LaTeX version in the form
* (major version).(minor version).(patch level)<br/>

View file

@ -16,11 +16,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
* Copyright: 2002-2015 by Henrik Just
* Copyright: 2002-2018 by Henrik Just
*
* All Rights Reserved.
*
* Version 1.6 (2015-06-20)
* Version 1.6 (2018-03-06)
*
*/
@ -196,7 +196,7 @@ public abstract class BibliographyGenerator {
/** Generate a bibliography
*
* @param bibliography a text:bibliography-source element
* @param bibSource a text:bibliography-source element
*/
protected void generateBibliography(Element bibSource) {
Map<String,Element> bibEntryTemplate = collectTemplates(bibSource);