<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Trebuchet MS";
        panose-1:2 11 6 3 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EstiloDeEmail18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=PT-BR link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='mso-fareast-language:EN-US'>Agora que eu li direito o que escrevi. Xô explicar melhor:<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'>No tex, a gente consegue marcar o tipo de visualização,  e similares, queria saber como  fazer isto (Perfeitamente respondido pelo Walmes.<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'>Quando eu li. Fiquei com a impressão de que eu buscava algum tipo de geração de documento que restringiria alguma coisa. Este tipo de coisa é característica do visualizador (Adobe, etc) que conseguem criptografar o documento através do uso de senhas e restringir uso. Apesar de ser possível em teoria, acredito que dentro do .tex (ou .rmd) não seja o melhor local do mundo para se fazer isto, pois envolveria inserir senha criptográfica dentro do .tex para alguma macro executar tal tarefa durante a renderização.<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'>Leonard<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><b>De:</b> Walmes Zeviani [mailto:walmeszeviani@gmail.com] <br><b>Enviada em:</b> segunda-feira, 15 de maio de 2017 11:35<br><b>Para:</b> Leonard de Assis <assis.leonard@gmail.com>; a lista Brasileira oficial de discussão do programa R. <r-br@listas.c3sl.ufpr.br><br><b>Assunto:</b> Re: [R-br] knitr - definindo permissões qundo estou Gerando PDF<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-family:"Trebuchet MS",sans-serif'>Leonard,<o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-family:"Trebuchet MS",sans-serif'>Eu não sabia que tinha como colocar essas restrições. Se você consegue fazer no TeX então conseguirá via Rmd, já que o arquivo passa por LaTeX antes de virar PDF. Então é só dar um jeito de fazer aparecer o que você precisa no preambulo. As opções seriam:<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Trebuchet MS",sans-serif'>1) faça o seu próprio template LaTeX e inclua nele o código do qual precisa para fazer as restrições: "template: " (<a href="http://rmarkdown.rstudio.com/pdf_document_format.html#includes">http://rmarkdown.rstudio.com/pdf_document_format.html#includes</a>)<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Trebuchet MS",sans-serif'>2) faça um pequeno preambulo e carregue ele via opções do YAML para ser incluído ao final do preambulo do template default: "includes: > in_header:" (mesmo link do anterior).<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Trebuchet MS",sans-serif'>3) use a opção "header-includes: ": exemplo em <a href="https://tex.stackexchange.com/questions/171711/how-to-include-latex-package-in-r-markdown">https://tex.stackexchange.com/questions/171711/how-to-include-latex-package-in-r-markdown</a>.<br><br>À disposição.<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Trebuchet MS",sans-serif'>Walmes.<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Trebuchet MS",sans-serif'><o:p> </o:p></span></p></div><p class=MsoNormal>​<o:p></o:p></p></div></div></body></html>