On 6 September 2012 13:01, Rudra Banerjee wrote:
> I am thinking of possibility of parsing a bibtex file with gkeyfile
> parser. bibtex has the structure like:
> @Book{a,
> Author="b and q and r, s ",
> Editor="c",
> Title="d",
> }
GKeyFile syntax is not much like that. Yo
I am thinking of possibility of parsing a bibtex file with gkeyfile
parser. bibtex has the structure like:
@Book{a,
Author="b and q and r, s ",
Editor="c",
Title="d",
}
Any idea? or any other way to parse it within C(and gtk)?
__