From 550e0062508de14939dd518c5b7d6efefaf5b655 Mon Sep 17 00:00:00 2001 From: Igor Date: Sun, 31 Oct 2010 13:34:54 +0300 Subject: RAW BiBTeX - works --- test.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test.php (limited to 'test.php') diff --git a/test.php b/test.php new file mode 100644 index 0000000..f6d51f7 --- /dev/null +++ b/test.php @@ -0,0 +1,15 @@ +read_file('example.bib'); +$bibtex->select(array( + 'author' => '/pashev/', + )); + + +print_r($bibtex->STRINGS); +print_r($bibtex->SELECTION); + +?> + -- cgit v1.2.3