Skip to content

Commit

Permalink
fixed generation of test files and of the template
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrizzo committed Oct 8, 2019
1 parent 88be1d7 commit 4f1d06c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 22 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ templates: | $(NAME).cls test
cp tests/test-full-template.tex fei-template.tex
cp tests/test-full-template-sublist.tex fei-template-sublist.tex
test: $(NAME).cls
awk 'FNR==1{print ""}{print}' tests/pieces/pdfa-xmpdata-filecontents.tex \
tests/pieces/documentclass.tex \
awk 'FNR==1{print ""}{print}' tests/pieces/documentclass.tex \
tests/pieces/inputenc-author-title.tex \
tests/pieces/subtitulo.tex \
tests/pieces/acronimos.tex \
Expand Down
9 changes: 0 additions & 9 deletions fei-template.tex
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@

\begin{filecontents*}{\jobname.xmpdata}
\Title {Minha tese-dissertação-monografia}
\Author {Meu Nome\sep Nome Do Outro Integrante\sep Nome do Terceiro}
\Copyright {Copyright \copyright\ 2019 "Douglas De Rizzo Meneghetti"}
\Keywords {manual\sep latex\sep tipografia}
\Language {pt-BR}
\Subject {Resumo vai aqui em uma única linha corrida.}
\end{filecontents*}

\documentclass[xindy,acronym,symbols]{fei}

\usepackage[utf8]{inputenc}
Expand Down
Binary file modified fei.pdf
Binary file not shown.
11 changes: 0 additions & 11 deletions tests/pieces/documentclass-pdfa.tex
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
\begin{filecontents*}{\jobname.xmpdata}
\Title {Template da Classe da FEI}
\Author {Douglas De Rizzo Meneghetti}
\Copyright {Copyright \copyright\ 2019 "Douglas De Rizzo Meneghetti"}
\Keywords {manual\sep
latex\sep
tipografia}
\Publisher {Baking International}
\Subject {This is where you put the abstract.}
\end{filecontents*}

\documentclass[pdfa,xindy,acronym,symbols]{fei}

0 comments on commit 4f1d06c

Please sign in to comment.