From 8fce6c7d3d5a661b87ed21fe9f3ed6675ba74eb5 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 8 Nov 2010 23:23:51 +0300 Subject: Added method to export sorted BiBTeX --- test.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'test.php') diff --git a/test.php b/test.php index f6d51f7..9ef35df 100644 --- a/test.php +++ b/test.php @@ -1,15 +1,10 @@ read_file('example.bib'); -$bibtex->select(array( - 'author' => '/pashev/', - )); +$bibtex = new BibtexParserTeam(); +$bibtex->read_file('1.bib'); +print $bibtex->export(); -print_r($bibtex->STRINGS); -print_r($bibtex->SELECTION); - ?> -- cgit v1.2.3