\n"; # $EntryEnd = "
\n"; # to group an entry. # Other style elements that can be used are # font-family # font-weight # text-align # color # width # margin-left # margin-right # $GroupEmphStart = ""; $GroupEmphEnd = ""; # $announce_oldstyle = 0; $groupsize = 0; $ignoresize = 0; $outlist = 0; $debug = 0; $special_entity = 1; $check_valid_fields = 0; # # Default Formats for outlist # Book # title, author, publisher, year. %htmlformatsBook = ( 'starttitle' => '', 'endtitle' => '' ); @fieldlistBook = (title, author, publisher, note, year); @fieldlistoptionalBook = (address, pages, isbn, lccn, series, keywords, editor, annote, pubaddress, key ); # # Article # title, author, journal, volume, number, pages, year. %htmlformatsArticle = ( 'starttitle' => '', 'endtitle' => '' ); @fieldlistArticle = (title, author, journal, volume, number, pages, note, year); @fieldlistoptionalArticle = (month, annote, url, acknowledgement, bibdate, issn, coden, keywords, classification, conflocation, corpsource, conftitle, sponsororg, treatment, key, affiliation, thesaurus, key, journalabr ); # InBook # title, author, publisher, year. %htmlformatsInBook = ( 'starttitle' => '', 'endtitle' => '' ); # chapter is the chapter title. @fieldlistInBook = (title, chapter, author, booktitle, publisher, note, year); @fieldlistoptionalInBook = (address, pages, isbn, lccn, series, keywords, editor, annote, pubaddress, key ); # # InProceedings # title, author, booktitle, editors, pages, year %htmlformatsInProc = ( 'starttitle' => '', 'endtitle' => '' ); @fieldlistInProc = (title, author, booktitle, editor, pages, note, year); @fieldlistoptionalInProc = (number, month, series, publisher, address, volume, keywords, acknowledgement, treatment, corpsource, conftitle, classification, isbn, organization, confdate, meetingdate, meetingdate2, sponsor, sponsororg, thesaurus, affiliation, bibdate, annote, url, issn, confloc, eariler, owner, conflocation, crossref, editors, conference, meetingaddress, earlier, coden, key, pubaddress, category, place, affiliationaddress, journalabr ); %htmlformatsInColl = %htmlformatsInProc; @fieldlistInColl = @fieldlistInProc; @fieldlistoptionalInColl = @fieldlistoptionalInProc; # # Techreport # title, author, institution, number, year %htmlformatsTech = ( 'starttitle' => '', 'endtitle' => '' ); @fieldlistTech = (title, author, institution, organization, number, note, year); @fieldlistoptionalTech = (month, keywords, url, language, notes, pages, bibdate, later, scope, type, abstract-url, annote, address, key, location, category ); # # Misc # title, author, institution, number, year %htmlformatsMisc = ( 'starttitle' => '', 'endtitle' => '' ); @fieldlistMisc = (title, author, institution, organization, number, note, year); @fieldlistoptionalMisc = ( month, annote, key, address, type ); # Manual, Unpublished come from Misc for now. We don't need to define these # because Misc is the default #%htmlformatsManual = %htmlformatsMisc; #@fieldlistManual = @fieldlistMisc; #%htmlformatsUnpublished = %htmlformatsUnpublished; #@fieldlistUnpublished = @fieldlistMisc; # Bibtex entry type mappings %shortentrynames = ( 'Book' => 'Book', 'Article' => 'Article', 'Inproceedings' => 'InProc', 'Incollection' => 'InColl', 'Techreport' => 'Tech', 'Misc' => 'Misc', 'Unpublished' => 'Misc', 'Manual' => 'Misc' ); # Example Header entries for a listfile configuration file. # $HeaderRE = "Section:"; # $HeaderStart = "\\n\";\ \$HeaderRE = \"Section:\";\ \$HeaderStart = \"
| $1 | = | $MakeBold$2%; if ($MakeBold ne "") { $MakeBold = ""; } } # Check of the end of entry (must be alone on a separate line) # fix emacs broken matching mode })} else { if (/^[ ]*[})][ ]*$/) { if ($dooutput == 1) { #({ s%^[ ]*([})])[ ]*$% |