diff --git a/papers/JOURNAL_fmea_sw_hw/Makefile b/papers/JOURNAL_fmea_sw_hw/Makefile new file mode 100644 index 0000000..25c95a8 --- /dev/null +++ b/papers/JOURNAL_fmea_sw_hw/Makefile @@ -0,0 +1,24 @@ + +PNG = fmmdh.png ct1.png hd.png ftcontext.png + +%.png:%.dia + dia -t png $< + + +all: ${PNG} + pdflatex sw_hw_fmea + pdflatex sw_hw_fmea + acroread sw_hw_fmea.pdf || okular sw_hw_fmea.pdf + +bib: + bibtex sw_hw_fmea + + + +abs: # bib + cat abs_pre.tex > abstract.tex + cat abs.tex >> abstract.tex + cat abs_end.tex >> abstract.tex + # bib abs.tex + pdflatex abstract + acroread abstract.pdf || okular abstratc.pdf diff --git a/papers/JOURNAL_fmea_sw_hw/ct1.dia b/papers/JOURNAL_fmea_sw_hw/ct1.dia new file mode 100644 index 0000000..ab266f8 Binary files /dev/null and b/papers/JOURNAL_fmea_sw_hw/ct1.dia differ diff --git a/papers/JOURNAL_fmea_sw_hw/fmmdh.dia b/papers/JOURNAL_fmea_sw_hw/fmmdh.dia new file mode 100644 index 0000000..6f3f040 Binary files /dev/null and b/papers/JOURNAL_fmea_sw_hw/fmmdh.dia differ diff --git a/papers/JOURNAL_fmea_sw_hw/ftcontext.dia b/papers/JOURNAL_fmea_sw_hw/ftcontext.dia new file mode 100644 index 0000000..6688251 Binary files /dev/null and b/papers/JOURNAL_fmea_sw_hw/ftcontext.dia differ diff --git a/papers/JOURNAL_fmea_sw_hw/hd.dia b/papers/JOURNAL_fmea_sw_hw/hd.dia new file mode 100644 index 0000000..9d8a730 Binary files /dev/null and b/papers/JOURNAL_fmea_sw_hw/hd.dia differ diff --git a/papers/JOURNAL_fmea_sw_hw/three_tree.dia b/papers/JOURNAL_fmea_sw_hw/three_tree.dia new file mode 100644 index 0000000..6b1b5a0 Binary files /dev/null and b/papers/JOURNAL_fmea_sw_hw/three_tree.dia differ