Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 257 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 257 Bytes

Para rodar localmente:

sudo apt install hugo
git submodule init
git submodule update
hugo serve -D

convert from .tex to md using pandoc:

pandoc --bibliography article.bib -o output.md -t markdown_strict  --citeproc --standalone article.tex