BibTeX support
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@225 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
86c96621a7
commit
951bcc0f85
13 changed files with 445 additions and 74 deletions
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Version 1.6 (2014-11-28)
|
||||
* Version 1.6 (2014-12-16)
|
||||
*
|
||||
*/
|
||||
package writer2latex.bibtex;
|
||||
|
@ -104,6 +104,7 @@ public class BibTeXEntryMap {
|
|||
if (bibTeXFields == null) {
|
||||
createMaps();
|
||||
}
|
||||
sFieldName = sFieldName.toLowerCase();
|
||||
return entryTypes.containsKey(sFieldName) ? entryTypes.get(sFieldName) : null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue