From ab90d0459f233f02dd98e73f42df4c4be73ef59f Mon Sep 17 00:00:00 2001 From: autodocs Date: Mon, 31 Jul 2017 18:21:53 +0000 Subject: [PATCH] build based on 1c31cd6 --- latest/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latest/index.html b/latest/index.html index 5f0e3b2..0dec638 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