From 96ec1c5585248462f740e0e736daf7ce6bfa85ec Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Fri, 20 Dec 2013 10:16:40 -0200 Subject: [PATCH] ENH: Started manual updating --- docs/user_guide_pt_BR_source/Makefile | 11 +++++++++++ docs/user_guide_pt_BR_source/img/invesalius_screen/menu_projection.png | Bin 0 -> 2223 bytes docs/user_guide_pt_BR_source/img/invesalius_screen/proj_MIDA.PNG | Bin 0 -> 128958 bytes docs/user_guide_pt_BR_source/img/invesalius_screen/proj_MIDA_inv.PNG | Bin 0 -> 131019 bytes docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMIDA.PNG | Bin 0 -> 167108 bytes docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP.PNG | Bin 0 -> 169154 bytes docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP_1.PNG | Bin 0 -> 104317 bytes docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP_4.PNG | Bin 0 -> 108389 bytes docs/user_guide_pt_BR_source/img/invesalius_screen/proj_maxIP.PNG | Bin 0 -> 103310 bytes docs/user_guide_pt_BR_source/img/invesalius_screen/proj_maxIP_qtd.PNG | Bin 0 -> 1890 bytes docs/user_guide_pt_BR_source/img/invesalius_screen/proj_meanIP.PNG | Bin 0 -> 98569 bytes docs/user_guide_pt_BR_source/img/invesalius_screen/proj_minIP.PNG | Bin 0 -> 77776 bytes docs/user_guide_pt_BR_source/img/invesalius_screen/proj_normal.PNG | Bin 0 -> 115151 bytes 13 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 docs/user_guide_pt_BR_source/Makefile create mode 100644 docs/user_guide_pt_BR_source/img/invesalius_screen/menu_projection.png create mode 100644 docs/user_guide_pt_BR_source/img/invesalius_screen/proj_MIDA.PNG create mode 100644 docs/user_guide_pt_BR_source/img/invesalius_screen/proj_MIDA_inv.PNG create mode 100644 docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMIDA.PNG create mode 100644 docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP.PNG create mode 100644 docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP_1.PNG create mode 100644 docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP_4.PNG create mode 100644 docs/user_guide_pt_BR_source/img/invesalius_screen/proj_maxIP.PNG create mode 100644 docs/user_guide_pt_BR_source/img/invesalius_screen/proj_maxIP_qtd.PNG create mode 100644 docs/user_guide_pt_BR_source/img/invesalius_screen/proj_meanIP.PNG create mode 100644 docs/user_guide_pt_BR_source/img/invesalius_screen/proj_minIP.PNG create mode 100644 docs/user_guide_pt_BR_source/img/invesalius_screen/proj_normal.PNG diff --git a/docs/user_guide_pt_BR_source/Makefile b/docs/user_guide_pt_BR_source/Makefile new file mode 100644 index 0000000..76854c1 --- /dev/null +++ b/docs/user_guide_pt_BR_source/Makefile @@ -0,0 +1,11 @@ +all: + pdflatex manual_pt_BR + bibtex manual_pt_BR + pdflatex manual_pt_BR + pdflatex manual_pt_BR + +clean: + rm -f *.dvi *.log *.toc *.aux *.bbl *.blg *.loa *.los *.out *.cb + +cleanall: + rm -f manual_pt_BR.pdf *.dvi *.log *.toc *.aux *.bbl *.blg *.loa *.los *.out *.cb diff --git a/docs/user_guide_pt_BR_source/img/invesalius_screen/menu_projection.png b/docs/user_guide_pt_BR_source/img/invesalius_screen/menu_projection.png new file mode 100644 index 0000000..090ca71 Binary files /dev/null and b/docs/user_guide_pt_BR_source/img/invesalius_screen/menu_projection.png differ diff --git a/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_MIDA.PNG b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_MIDA.PNG new file mode 100644 index 0000000..6ec1273 Binary files /dev/null and b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_MIDA.PNG differ diff --git a/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_MIDA_inv.PNG b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_MIDA_inv.PNG new file mode 100644 index 0000000..a58a33c Binary files /dev/null and b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_MIDA_inv.PNG differ diff --git a/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMIDA.PNG b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMIDA.PNG new file mode 100644 index 0000000..2433f1c Binary files /dev/null and b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMIDA.PNG differ diff --git a/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP.PNG b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP.PNG new file mode 100644 index 0000000..3f9866a Binary files /dev/null and b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP.PNG differ diff --git a/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP_1.PNG b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP_1.PNG new file mode 100644 index 0000000..671c01f Binary files /dev/null and b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP_1.PNG differ diff --git a/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP_4.PNG b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP_4.PNG new file mode 100644 index 0000000..d8529ef Binary files /dev/null and b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_contornoMaxIP_4.PNG differ diff --git a/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_maxIP.PNG b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_maxIP.PNG new file mode 100644 index 0000000..e946734 Binary files /dev/null and b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_maxIP.PNG differ diff --git a/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_maxIP_qtd.PNG b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_maxIP_qtd.PNG new file mode 100644 index 0000000..6bea38c Binary files /dev/null and b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_maxIP_qtd.PNG differ diff --git a/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_meanIP.PNG b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_meanIP.PNG new file mode 100644 index 0000000..7306893 Binary files /dev/null and b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_meanIP.PNG differ diff --git a/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_minIP.PNG b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_minIP.PNG new file mode 100644 index 0000000..1773a68 Binary files /dev/null and b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_minIP.PNG differ diff --git a/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_normal.PNG b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_normal.PNG new file mode 100644 index 0000000..d24c7d4 Binary files /dev/null and b/docs/user_guide_pt_BR_source/img/invesalius_screen/proj_normal.PNG differ -- libgit2 0.21.2