remove header from BibTeX (for quick copy)

This commit is contained in:
Simon Kornblith 2007-03-21 16:16:23 +00:00
parent 03d928b40c
commit 0fbeff16aa

View File

@ -1,4 +1,4 @@
-- 187 -- 188
-- ***** BEGIN LICENSE BLOCK ***** -- ***** BEGIN LICENSE BLOCK *****
-- --
@ -22,7 +22,7 @@
-- Set the following timestamp to the most recent scraper update date -- Set the following timestamp to the most recent scraper update date
REPLACE INTO version VALUES ('repository', STRFTIME('%s', '2007-03-21 15:26:54')); REPLACE INTO version VALUES ('repository', STRFTIME('%s', '2007-03-21 16:13:39'));
REPLACE INTO translators VALUES ('96b9f483-c44d-5784-cdad-ce21b984fe01', '1.0.0b4.r1', '', '2007-03-21 15:26:54', '1', '100', '4', 'Amazon.com', 'Sean Takats', '^https?://(?:www\.)?amazon', REPLACE INTO translators VALUES ('96b9f483-c44d-5784-cdad-ce21b984fe01', '1.0.0b4.r1', '', '2007-03-21 15:26:54', '1', '100', '4', 'Amazon.com', 'Sean Takats', '^https?://(?:www\.)?amazon',
'function detectWeb(doc, url) { 'function detectWeb(doc, url) {
@ -9411,7 +9411,7 @@ function doExport() {
} }
}'); }');
REPLACE INTO translators VALUES ('9cb70025-a888-4a29-a210-93ec52da40d4', '1.0.0b3.r1', '', '2007-03-20 18:40:00', 1, 100, 3, 'BibTeX', 'Simon Kornblith', 'bib', REPLACE INTO translators VALUES ('9cb70025-a888-4a29-a210-93ec52da40d4', '1.0.0b3.r1', '', '2007-03-21 16:13:39', 1, 100, 3, 'BibTeX', 'Simon Kornblith', 'bib',
'Zotero.configure("dataMode", "block"); 'Zotero.configure("dataMode", "block");
function detectImport() { function detectImport() {
@ -9805,7 +9805,7 @@ function doExport() {
} }
accentedCharacters = newArray; accentedCharacters = newArray;
Zotero.write("% BibTeX export generated by Zotero "+Zotero.Utilities.getVersion()); //Zotero.write("% BibTeX export generated by Zotero "+Zotero.Utilities.getVersion());
var first = true; var first = true;
var citekeys = new Object(); var citekeys = new Object();
@ -9855,7 +9855,7 @@ function doExport() {
citekeys[citekey] = true; citekeys[citekey] = true;
// write citation key // write citation key
Zotero.write((first ? "" : ",") + "\n\n@"+typeMap[item.itemType]+"{"+citekey); Zotero.write((first ? "" : ",\n\n") + "@"+typeMap[item.itemType]+"{"+citekey);
first = false; first = false;
for(var field in fieldMap) { for(var field in fieldMap) {