Advertisement
Guest User

Modelo de proposta Comercial - Rev.1

a guest
Jan 18th, 2018
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 11.62 KB | None | 0 0
  1. \documentclass[12pt,a4paper]{report}
  2.  
  3. %----------------------------------------------------------------------------------------
  4. % PACOTES USADOS
  5. %----------------------------------------------------------------------------------------
  6. \usepackage[utf8x]{inputenc}
  7. \usepackage[brazil]{babel}
  8. \usepackage{ucs}
  9. \usepackage{amsmath}
  10. \usepackage{microtype}             % para melhorias de justificação
  11. \usepackage{amsfonts}
  12. \usepackage{amssymb}
  13. \usepackage{makeidx}
  14. \usepackage{graphicx}
  15. \usepackage{setspace}
  16. \usepackage{graphics}
  17. \usepackage{geometry}
  18. \usepackage{lastpage}
  19. \usepackage{amsmath,amsfonts,amssymb,latexsym,mathrsfs,amsthm,amstext,bezier,amscd}
  20. \usepackage{tikz,tkz-euclide}
  21. \usepackage{hyperref}
  22. \usepackage{lipsum}              % escreve texto automático
  23. %\usepackage{indentfirst}
  24. \usepackage{fourier}
  25. \usepackage{parskip}            % espaçamento entre parágrafos
  26. \usepackage{fancyhdr}
  27. \usepackage[T1]{fontenc}
  28. \pagestyle{fancy}  % Esstilo do Cabeçalho e Rodapé
  29.  
  30.  
  31. \graphicspath{{logo/}}
  32.  
  33.  
  34. %----------------------------------------------------------------------------------------
  35. % OUTRA CONFIGURAÇÕES
  36. %----------------------------------------------------------------------------------------
  37.  
  38. \geometry{a4paper, left=1.3cm, top=8cm, right=0.7cm, bottom=3cm} % Ajusta a margem do documento
  39.  
  40.  
  41. %----------------------------------------------------------------------------------------
  42. % DADOS DE ENTRADA
  43. %----------------------------------------------------------------------------------------
  44.  
  45. %==> DADOS DO CLIENTE
  46. \newcommand{\cliente} {Elkem Química}
  47. \newcommand{\responsavel} {Enio Costa Soeiro}
  48. \newcommand{\requisicao} {00043343-P}
  49. \newcommand{\assunto} {Reconstituição de 35 prontuários de equipamentos classificado como nr-13 com responsabilidade técnica dp PH em conformidade com a NR-13 Prtaria N 594 de 28 de abril de 2014}
  50.  
  51. %==> DADOS DA PROPOSTA
  52. \newcommand{\ano} {2018}
  53. \newcommand{\sequencial} {050}
  54. \newcommand{\tipo} {Comercial}
  55.  
  56.  
  57. %==> EMISSÃO INICIAL
  58. \newcommand{\elaboracao} {ECS}
  59. \newcommand{\aprovacao} {ECS}
  60. \newcommand{\emissao} {08/01/2018}
  61. \newcommand{\revisao} {1}
  62. \newcommand{\alteracao} {Conforme solicitação do cliente}
  63.  
  64.  
  65.  
  66.  
  67.  
  68. %----------------------------------------------------------------------------------------
  69. % CABEÇALHO
  70. %----------------------------------------------------------------------------------------
  71. \newcommand\cabecalho{
  72.    
  73.  
  74. \begin{tikzpicture} [remember picture, overlay]
  75. \node at(current page.north west){
  76.     \begin{tikzpicture}[remember picture, overlay]
  77.     % 1° Linha
  78.     \draw  (1.3,-1) rectangle (9.7,-3cm);
  79.     \draw  (9.7,-3cm) rectangle (13.8,-1cm);
  80.     \draw  (13.8,-1cm) rectangle (20.3,-3cm);
  81.     % 2° Linha
  82.     \draw  (1.3,-3) rectangle (13.8,-4.3cm);
  83.     \draw  (13.8,-4.3cm) rectangle (20.3,-3cm);
  84.     % 3° Linha
  85.     \draw  (1.3,-4.3) rectangle (9.7,-5.6);
  86.     \draw  (9.7,-5.6) rectangle (13.8,-4.3cm);
  87.     \draw  (13.8,-4.3cm) rectangle (20.3,-5.6);
  88.     \draw  (13.8,-4.3cm) rectangle (18,-5.6);      
  89.     \draw  (18,-3cm) rectangle (20.3,-4.3);    
  90.     \end{tikzpicture}
  91. };
  92. \end{tikzpicture}
  93.  
  94.  
  95. %%% Adiciona informações no cabeçalho
  96. \begin{tikzpicture} [remember picture, overlay]
  97.  
  98. \node(logo) at (current page.north east) [anchor=north east, xshift=-1.1cm, yshift=-1.4cm] {\includegraphics[width=5.5cm ]{logo/logo-es}};
  99. \node (proposta) at (current page.north west) [anchor=north west, xshift=1.3cm, yshift=-1.65cm] {{\LARGE \sc Proposta \tipo}};
  100. \node(iso9000) at (current page.north east) [anchor=north east, xshift=-7.35cm, yshift=-1.4cm] {\includegraphics[width=3.5cm ]{logo/iso9000}};
  101.  
  102. \node (cliente) at (proposta.south west) [anchor=north west, yshift=-0.7cm] {{\scriptsize \sc Cliente}};
  103. \node (CLIENTE) at (cliente.south west) [anchor=north west, yshift=-0.1mm] {{ \normalsize  \sc \cliente}};
  104.  
  105. \node (nproposta) at (cliente) [anchor= center, xshift=14cm] {{ \scriptsize \sc Proposta n.°}};
  106. \node (NPROPOSTA) at (nproposta)  [anchor=center, xshift=0cm, yshift=-0.55cm] {{ \normalsize \sc PR-ENG-\sequencial-\ano}};
  107.  
  108. \node (revisao) at (nproposta.south west) [anchor=center, xshift=4.2cm, yshift=+0.243cm] {{ \scriptsize  \sc Revisão}};
  109. \node (REVISAO) at (revisao) [anchor=center, xshift=0cm, yshift=-0.55cm] {{ \normalsize \sc \revisao}};
  110.  
  111. \node (ac) at (cliente.south west) [anchor=south west, yshift=-1.3cm] {{ \scriptsize\sc A/c}};
  112. \node (AC) at (ac.south west) [anchor=north west, yshift=-0.1cm] {{ \normalsize \sc \responsavel}};
  113.  
  114. \node (rc) at (iso9000)  [anchor=center, yshift=-2.6cm] {{ \scriptsize  \sc Requisição da Compra}};
  115. \node (RC) at (rc) [anchor=center, xshift=0cm, yshift=-0.55cm] {{ \normalsize \sc \requisicao}};
  116.  
  117. \node (emissao) at (nproposta) [anchor=center, yshift=-1.3cm] {{ \scriptsize  \sc Emissão Inicial}};
  118. \node (ESMISSAO) at (emissao) [anchor=center, xshift=0cm, yshift=-0.55cm] {{ \normalsize \sc \emissao}};
  119.  
  120. \node (folha) at (revisao) [anchor=center, yshift=-1.3cm] {{ \scriptsize  \sc Folha}};
  121. \node (FOLHA) at (folha) [anchor=center, xshift=0cm, yshift=-0.55cm] {{ \normalsize \sc \thepage\ de \pageref{LastPage}} };
  122.  
  123.  
  124.  
  125.  
  126. \end{tikzpicture}}
  127.  
  128.  
  129.  
  130.  
  131. %----------------------------------------------------------------------------------------
  132. % RODAPÉ
  133. %----------------------------------------------------------------------------------------
  134. \newcommand\rodape{
  135.  
  136. \begin{tikzpicture} [remember picture, overlay]
  137.  
  138. \node (esengenharia) at (current page.south west) [anchor=north west, yshift=2.3cm, xshift=1.1cm] {{ \scriptsize  \sc ES ENGENHARIA E INSPEÇÃO LTDA}};
  139.  
  140. \node (esengenharia) at (current page.south west) [anchor=north west, yshift=1.8cm, xshift=1.1cm] {{ \scriptsize  \sc RUA PROFE. BERILO BASÍLIO, 466, DE CARLI, ARACRUZ/ES-CEP:29.194-059 - Tel:(27)4042-2020 / (27)99936-6607}};
  141.  
  142.  
  143. \end{tikzpicture}
  144.  
  145.  
  146. \begin{tikzpicture} [remember picture, overlay] % adiciona a linha
  147. \node at(current page.north west){
  148.     \begin{tikzpicture}[remember picture, overlay]
  149.     % 1° Linha
  150.     \draw  (1.3,-27.8) rectangle (20.3,-27.8);
  151.         \end{tikzpicture}
  152. };
  153. \end{tikzpicture}
  154.  
  155.  
  156. }
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183. %----------------------------------------------------------------------------------------
  184. % INICIO DO DOCUMENTO
  185. %----------------------------------------------------------------------------------------
  186.  
  187. \begin{document}
  188.  
  189. %\thispagestyle{empty}
  190. %==============================================================================
  191. %
  192. % CHAMA O CABEÇALHO
  193. %
  194. %==============================================================================
  195.    
  196. \fancyhead[c]{\cabecalho}
  197.  
  198.  
  199. %==============================================================================
  200. %
  201. % CHAMA O RODAPÉ
  202. %
  203. %==============================================================================
  204. \fancyfoot[C] {\sc \rodape}
  205.  
  206.  
  207.  
  208. %==============================================================================
  209. %
  210. % CAPA
  211. %
  212. %==============================================================================
  213.  
  214.  
  215.  
  216. \begin{tikzpicture} [remember picture, overlay]
  217.  
  218. \node(capa) at (current page.north west) [anchor=north west, xshift=1.1cm, yshift=-11.4cm] {\includegraphics[width=19cm ]{figuras/capa}};
  219.  
  220.  
  221. \node (cliente) at (capa.south west) [anchor=south west, yshift=-1.0cm] {{ \large  \sc \textbf{Cliente:   }\cliente}};
  222. \node (responsavel) at (cliente.south west) [anchor=south west, yshift=-1.0cm] {{ \large  \sc \textbf{A/c:   }\responsavel}};
  223. \node (assunto) at (responsavel.south west) [anchor=south west, yshift=-1.0cm] {{ \large  \sc \textbf{Assunto:   }\assunto}};
  224.  
  225.  
  226. \end{tikzpicture}
  227.  
  228.  
  229.  
  230.  
  231. \begin{center}
  232.   \textbf{{\Huge {\sc Proposta \tipo}}}
  233. \end{center}
  234.  
  235. \vspace*{0.2 cm}
  236. \begin{center}
  237.     {\large www.esengenharia.com}
  238. \end{center}
  239.  
  240.  
  241. \begin{center}
  242.     {\large comercial@esengenharia.com}
  243. \end{center}
  244.  
  245.  
  246.  
  247.  
  248. %==============================================================================
  249. %
  250. % TABELA DE REVISÃO
  251. %
  252. %==============================================================================
  253.  
  254. %%% Desenha a tabela da revisão
  255. \begin{tikzpicture} [remember picture, overlay]
  256. \node at(current page.north west){
  257.     \begin{tikzpicture}[remember picture, overlay]
  258.     % 1° Linha
  259.     \draw  (1.3,-23) rectangle (2.6,-23.7cm);
  260.     \draw  (2.6,-23cm) rectangle (5.5,-23.7cm);
  261.     \draw  (5.5,-23) rectangle (7.9,-23.7cm);
  262.     \draw  (7.9,-23) rectangle (10.9,-23.7cm);
  263.     \draw  (10.9,-23) rectangle (20.3,-23.7cm);
  264.    
  265.     % 1° Linha
  266.     \draw  (1.3,-23.7cm) rectangle (2.6,-24.4cm);
  267.     \draw  (2.6,-23.7cm) rectangle (5.5,-24.4cm);
  268.     \draw  (5.5,-23.7cm) rectangle (7.9,-24.4cm);
  269.     \draw  (7.9,-23.7cm) rectangle (10.9,-24.4cm);
  270.     \draw  (10.9,-23.7cm) rectangle (20.3,-24.4cm);
  271.    
  272.     \end{tikzpicture}
  273. };
  274. \end{tikzpicture}
  275.  
  276. %%% Adiciona informações ba revisão
  277. \begin{tikzpicture} [remember picture, overlay]
  278.  
  279. \node (rev) at (current page.north west) [anchor=center, xshift=1.95cm, yshift=-23.35cm] {{\scriptsize \sc Rev.}};
  280. \node (REV) at (rev) [anchor=center, xshift=0cm, yshift=-0.71cm] {{ \scriptsize \sc \revisao}};
  281.  
  282.  
  283. \node (elaboracao) at (current page.north west) [anchor=center, xshift=4.05cm, yshift=-23.35cm] {{\scriptsize \sc Elaboração}};
  284. \node (ELABORACAO) at (elaboracao) [anchor=center, xshift=0cm,  yshift=-0.71cm] {{ \scriptsize  \sc \elaboracao}};
  285.  
  286. \node (aprovacao) at (current page.north west) [anchor= center, xshift=6.7cm, yshift=-23.35cm] {{ \scriptsize \sc Aprovação}};
  287. \node (APROVACAO) at (aprovacao) [anchor=center, xshift=0cm,  yshift=-0.71cm] {{ \scriptsize \sc \aprovacao}};
  288.  
  289. \node (emissao) at (current page.north west) [anchor=center, xshift=9.4cm,  yshift=-23.35cm] {{ \scriptsize  \sc Dt.Emissão}};
  290. \node (EMISSAO) at (emissao) [anchor=center, xshift=0cm,  yshift=-0.71cm] {{ \scriptsize \sc \emissao}};
  291.  
  292. \node (alteracoes) at (current page.north west) [anchor=center, xshift=15.6cm,  yshift=-23.35cm] {{ \scriptsize\sc Descrição das alterações}};
  293. \node (ALTERACOES) at (alteracoes) [anchor=center, xshift=0cm,  yshift=-0.71cm] {{ \scriptsize \sc \alteracao}};
  294.  
  295.  
  296. \end{tikzpicture}
  297. %==============================================================================
  298. %
  299. % 2 PÁGINA - AGRADECIMENTIO
  300. %
  301. %==============================================================================
  302.  
  303. \newpage
  304.  
  305. \begin{flushleft}
  306.     À \cliente \\
  307. \end{flushleft}
  308. A/c:\responsavel\\
  309.  
  310.  
  311. É com muito prazer que enviamos para apreciação nossa proposta técnica relativa à “\underline{\textit{\textbf{\assunto}}}".\\Após a análise da documentação enviada, concordamos com os itens expostos e colocamo-nos a disposição para o oferecimento de nossos serviços, que prezam pela excelência técnica, preço justo e comprometimento com prazos de execução e entrega.
  312. \\Desde já ficamos a disposição para o esclarecimento de dúvidas quanto a nossa Proposta e confirmação da Autorização de Fornecimento.
  313. \\
  314. \begin{flushleft}
  315.     Atenciosamente,
  316. \end{flushleft}
  317.  
  318. \begin{center}
  319.     \includegraphics[width=4.5cm ]{figuras/assinatura-enio-1}
  320. \end{center}
  321.  
  322. \begin{center}
  323.     {Vitória, \today}\vspace*{0.1 cm}
  324. \end{center}
  325. \begin{center}
  326. {Nossos Principais Clientes}\vspace*{0.1 cm}
  327. \end{center}
  328.  
  329. \begin{center}
  330.     \includegraphics [width=14.5cm ] {figuras/clientes}
  331. \end{center}
  332.  
  333.  
  334. %==============================================================================
  335. %
  336. % SUMÁRIO
  337. %
  338. %==============================================================================
  339. \tableofcontents
  340. \newpage
  341.  
  342.  
  343.  
  344.  
  345. %==============================================================================
  346. %
  347. % CORPO DA PROPOSTA
  348. %
  349. %==============================================================================
  350. \newpage
  351. \chapter{Objetivos}
  352. \section{Objetivos}
  353.  
  354. \lipsum
  355. \lipsum
  356. \lipsum
  357. \lipsum
  358. \lipsum
  359. \lipsum
  360. \lipsum
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.        
  375.        
  376.  
  377.    
  378.    
  379. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement