Go to file
Luciano Lorenti 36b6d3732c Add latex accent decoding 2020-07-17 13:00:08 +02:00
deps Remove cloning 2019-03-02 16:49:13 +02:00
docs Add latex accent decoding 2020-07-17 13:00:08 +02:00
src Add latex accent decoding 2020-07-17 13:00:08 +02:00
test Add latex accent decoding 2020-07-17 13:00:08 +02:00
.codecov.yml BibTeXStyle.jl generated files. 2017-09-07 18:18:03 -03:00
.gitignore Initial commit 2017-09-15 13:38:20 -03:00
.travis.yml julia 0.6.0 2017-09-19 14:00:34 -03:00
LICENSE Initial commit 2017-09-15 13:38:20 -03:00
LICENSE.md Trying to deploy docs 2017-09-18 19:59:38 -03:00
Manifest.toml Update Project.toml: add package versions 2019-11-23 13:03:52 +01:00
Project.toml Update Project.toml: add package versions 2019-11-23 13:03:52 +01:00
README.md update readme 2019-11-19 22:14:05 +01:00
REQUIRE Fix number of errors on 0.7 2019-03-02 16:34:38 +02:00
appveyor.yml asd 2017-09-19 13:51:48 -03:00

README.md

BibTeXFormat

BibTeXFormat.jl is a port of the formatting submodule of the python library Pybtex!. It allows to format a bibliography parsed with BibTeX.jl and convert it to HTML, LaTeX, Markdown or plain text

codecov

Instalation

   julia> Pkg.clone("https://github.com/lucianolorenti/BibTeXFormat.jl.git")