Skip to content

Commit

Permalink
fix abnt to use abntex2-alf
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Oliveira <[email protected]>
  • Loading branch information
Ziul committed Oct 23, 2024
1 parent 5d4c531 commit f90d108
Show file tree
Hide file tree
Showing 7 changed files with 1,213 additions and 498 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ sympy-plots-for-*.tex/

# xindy
*.xdy
*.xdv
*.deb
conteudo/commit_log.tex

# temporary tex files
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ convert:
@for file in $(MD_FILES); do \
echo "Converting $$file" using $(TEMPLATE); \
output=$${file%.md}.tex; \
pandoc --read=markdown --write=latex --output=testdoc.tex --template=$(TEMPLATE).latex $$file -o $$output --listings --biblatex --csl abnt.csl ; \
pandoc --read=markdown --write=latex --output=testdoc.tex --template=$(TEMPLATE).latex $$file -o $$output --listings --citeproc ; \
done

$(TARGET): $(MAIN_FILE) $(SOURCES)
Expand Down
Loading

0 comments on commit f90d108

Please sign in to comment.