Commit 079d58a7ccd67bb868f2329abdaa274050ed86c1

Authored by Paulo Meireles
0 parents
Exists in master

Template para relatório da R4

Showing 2 changed files with 49 additions and 0 deletions   Show diff stats
Makefile 0 → 100644
  1 +++ a/Makefile
... ... @@ -0,0 +1,10 @@
  1 +BASENAME = relatorioR4
  2 +
  3 +all: $(BASENAME)
  4 +
  5 +$(BASENAME):
  6 + pandoc --standalone --from markdown --to latex --output $(BASENAME).pdf $(BASENAME).md $<
  7 + evince $(BASENAME).pdf &
  8 +
  9 +clean:
  10 + rm -f $(BASENAME)*.pdf
... ...
relatorioR4.md 0 → 100644
  1 +++ a/relatorioR4.md
... ... @@ -0,0 +1,39 @@
  1 +# Relatório da release 4
  2 +
  3 +Ações Programadas para a release 4, de acordo com o plano de trabalho:
  4 +
  5 +* ...
  6 +* ...
  7 +
  8 +## ALINHAMENTO ESTRATÉGICO
  9 +
  10 +...
  11 +
  12 +## FASE DE EXECUÇÃO
  13 +
  14 +<!------------------------------------------------------------------------>
  15 +
  16 +**Item 1**
  17 +
  18 +...
  19 +
  20 +<!------------------------------------------------------------------------>
  21 +
  22 +**Item 2**
  23 +
  24 +
  25 +<!------------------------------------------------------------------------>
  26 +
  27 +**Item 3**
  28 +...
  29 +
  30 +<!------------------------------------------------------------------------>
  31 +
  32 +
  33 +## CUSTOS INCIDIDOS NA RELEASE
  34 +
  35 +
  36 +...
  37 +
  38 +
  39 +## ANEXOS
... ...