[Commits] [svn:einsteintoolkit] tools/trunk/bibtex/ (Rev. 22)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Wed Aug 17 09:59:10 CDT 2011
User: knarf
Date: 2011/08/17 09:59 AM
Modified:
/trunk/bibtex/
parse_bibtex.pl
Log:
take care of bibtex-specific macros
File Changes:
Directory: /trunk/bibtex/
=========================
File [modified]: parse_bibtex.pl
Delta lines: +1 -0
===================================================================
--- trunk/bibtex/parse_bibtex.pl 2010-11-15 22:55:56 UTC (rev 21)
+++ trunk/bibtex/parse_bibtex.pl 2011-08-17 14:59:09 UTC (rev 22)
@@ -74,6 +74,7 @@
}
my $infile = new Text::BibTeX::File $inputfilename;
+$infile->set_structure('Bib');
my @entries = ();
my $out = "";
More information about the Commits
mailing list