Skip to content
Snippets Groups Projects
Commit 73aca85a authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Corrige titulo de vinheta, adiciona _before/after_body.

parent c59a3f95
Branches
No related tags found
No related merge requests found
......@@ -15,4 +15,6 @@ roteiro.R
inst/doc
plano.Rmd
vignettes/*.html
!vignettes/Mathjax.html
!vignettes/_Mathjax.html
!vignettes/_before_body.html
!vignettes/_after_body.html
<style type="text/css">
hr.footer {
border-top: 1px solid black;
margin-top: 20px;
margin-bottom: 2px;
}
table.footer {
margin-bottom: 10px;
}
</style>
<hr class="footer"/>
<center>
<table class="footer" width="100%">
<tr>
<td>
<a href="http://www.pet.est.ufpr.br/">
PET Estatística UFPR
</a>
</td>
</tr>
<tr>
<td>
<em>
pet.estatistica.ufpr@gmail.com
</em>
</td>
</tr>
</table>
</center>
<style type="text/css">
div.header {
margin-top: 20px;
border-bottom: 1px solid #BCBCBC;
}
table.header {
margin-top: 10px;
}
</style>
<table class="header" width="100%" align="center">
<tr>
<td align="left" valign="bottom" width="90px">
<img src="img/labestData.png" width="100%" />
</td>
<td align="left" valign="top">
<div class="header">
<h4 style="font-size: 20px; margin: 10px">
labestData
</h4>
<h5 style="margin: 0px 0px 10px 10px">
<a href="https://github.com/pet-estatistica/labestData">
<code>github.com/pet-estatistica/labestData</code>
</a>
</h5>
</div>
</td>
</tr>
</table>
......@@ -8,3 +8,5 @@ html_document:
highlight: default
includes:
in_header: _MathJax.html
before_body: _before_body.html
after_body: _after_body.html
......@@ -46,8 +46,6 @@ img {
#header {
text-align: center;
border-top: 1px solid black;
border-bottom: 1px solid black;
margin: 20px 0px 20px 0px;
}
......
......@@ -2,7 +2,7 @@
title: "Análise de Experimentos em Delineamento de Blocos Casualizados"
author: "PET Estatística UFPR"
vignette: >
%\VignetteIndexEntry{Experimentos em Delineamento Inteiramente Casualizado}
%\VignetteIndexEntry{Análise de Experimentos em Delineamento de Blocos Casualizados}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
......
vignettes/img/labestData.png

45.9 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment