Skip to content

Commit

Permalink
Fix Makefile and exemplo-tcc.tex
Browse files Browse the repository at this point in the history
These files were missing the changes related to autocitacao.

Fixes #23
  • Loading branch information
farosas committed Jul 30, 2015
1 parent ae183bf commit ff33d58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,20 @@ $(NAME).pdf: $(NAME).dtx
dummy: $(DUM)/dummy.tex $(NAME).pdf
pdflatex -shell-escape --output-directory=$(DUM) -recorder $(DUM)/dummy.tex
cp $(DUM)/dummy.bib ./
cp $(DUM)/autocitacao_dummy.bib ./
cp $(DUM)/autocitacao.bib ./
bibtex $(DUM)/dummy.aux
bibtex $(DUM)/autopt.aux
bibtex $(DUM)/autoen.aux
bibtex $(DUM)/autocitacaopt.aux
bibtex $(DUM)/autocitacaoen.aux
pdflatex --recorder --interaction=nonstopmode --output-directory=$(DUM) $(DUM)/dummy.tex
pdflatex --recorder --interaction=nonstopmode --output-directory=$(DUM) $(DUM)/dummy.tex
make clean
tcc: $(TCC).tex $(NAME).pdf
pdflatex -shell-escape -recorder --output-directory=$(EX) $(TCC).tex
cp $(TCC).bib ./
cp $(EX)/autocitacao.bib ./
bibtex $(TCC).aux
bibtex $(EX)/this.aux
bibtex $(EX)/thisen.aux
bibtex $(EX)/autocitacaopt.aux
bibtex $(EX)/autocitacaoen.aux
pdflatex --recorder --interaction=nonstopmode --output-directory=$(EX) $(TCC).tex > /dev/null
pdflatex --recorder --interaction=nonstopmode --output-directory=$(EX) $(TCC).tex > /dev/null
make clean
Expand Down
4 changes: 2 additions & 2 deletions exemplos/exemplo-tcc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
\imprimirfolhaderosto

\begin{resumo}
\refthis{exemplo-tcc}
\autocitacao
\lipsum[23]
\vspace{\onelineskip}
\noindent
Expand All @@ -64,7 +64,7 @@

\begin{resumo}[Abstract]
\begin{otherlanguage*}{english}
\refthis[en]{exemplo-tcc}
\autocitacao[en]
This is the english lipsum. \lipsum[2]
\vspace{\onelineskip}
\noindent
Expand Down

0 comments on commit ff33d58

Please sign in to comment.