From 09e781bf12d0b85461e2aa49752d2f0ace427cf5 Mon Sep 17 00:00:00 2001 From: autodocs Date: Mon, 31 Jul 2017 19:10:21 +0000 Subject: [PATCH] build based on b167761 --- latest/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latest/index.html b/latest/index.html index 752bd65..a289ce4 100644 --- a/latest/index.html +++ b/latest/index.html @@ -1,5 +1,5 @@ -Home · BibTeX.jl

Home

BibTeX.jl

parse_bibtex(text)

This is a simple input parser for BibTex. I had trouble finding a standard specification, but I've included several features of real BibTex. Returns a preamble (or an empty string) and a dict of dicts.

julia> using BibTeX
+Home · BibTeX.jl

Home

BibTeX.jl

parse_bibtex(text)

This is a simple input parser for BibTex. I had trouble finding a standard specification, but I've included several features of real BibTex. Returns a preamble (or an empty string) and a dict of dicts.

julia> using BibTeX
 
 julia> preamble, result = parse_bibtex("""
             @preamble{some instructions}
@@ -33,4 +33,4 @@ ERROR: Expected { on line 1
 
 julia> parse_bibtex("@book@")
 ERROR: Expected { on line 1
-[...]
source

+[...]
source