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

Improves YAML data in files.

parent 17ae7f91
No related branches found
No related tags found
No related merge requests found
# ---- LaTeX/PDF ----
bookdown::pdf_book:
keep_tex: yes
highlight: haddock
citation_package: natbib
# citation_package: biblatex
# usar xelatex dá merda!
# latex_engine: xelatex
dev: "cairo_pdf"
includes:
in_header: config/preamble.tex
#before_body: config/before_body.tex
#after_body: config/after_body.tex
template: config/wz-template.tex
# template: /usr/lib/R/site-library/rmarkdown/rmd/latex/default-1.17.0.2.tex
# ---- EPUD ----
#bookdown::epub_book: default
# ---- GitBook em HTML ----
bookdown::html_book:
keep_md: true
css: config/hb-style.css
highlight: haddock
theme: united
#theme: flatly
code_folding: hide
number_sections: true
toc: true
toc_depth: 3
includes:
in_header: config/MathJax.html
before_body: config/hb-header.html
after_body: config/hb-footer.html
#bookdown::tufte_html_book:
# toc: yes
# ---- GitBook ----
bookdown::gitbook:
highlight: haddock
......@@ -89,3 +51,41 @@ bookdown::gitbook:
# instapper: yes
# vk: yes
# all: ['facebook', 'google', 'twitter', 'weibo', 'instapaper']
# ---- LaTeX/PDF ----
bookdown::pdf_book:
keep_tex: yes
highlight: haddock
citation_package: natbib
# citation_package: biblatex
# usar xelatex dá merda!
# latex_engine: xelatex
dev: "cairo_pdf"
includes:
in_header: config/preamble.tex
# before_body: config/before_body.tex
# after_body: config/after_body.tex
template: config/wz-template.tex
# template: /usr/lib/R/site-library/rmarkdown/rmd/latex/default-1.17.0.2.tex
# ---- Book em HTML ----
bookdown::html_book:
keep_md: true
css: config/hb-style.css
highlight: haddock
theme: united
code_folding: hide
number_sections: true
toc: true
toc_depth: 3
includes:
in_header: config/MathJax.html
before_body: config/hb-header.html
after_body: config/hb-footer.html
# ---- EPUD ----
# bookdown::epub_book: default
# ---- Tufte Book in HTML ----
# bookdown::tufte_html_book:
# toc: yes
......@@ -10,6 +10,7 @@ author:
github: github.com/walmes
twitter: "\\@walmeszeviani"
date: "Atualizado em `r format(Sys.Date(), format = '%d de %B de %Y')`"
csl: config/ABNT_UFPR_2011-Mendeley.csl
github-repo: walmes/mpaer
description: "Manual de Planejamento e Análise de Experimentos com R"
# site: bookdown::bookdown_site
......@@ -39,8 +40,6 @@ complement: >
\begin{center}
Curitiba, Paraná, Brasil\\
\end{center}
# --- HTML -------------------------------------------------------------
csl: config/ABNT_UFPR_2011-Mendeley.csl
---
<!-- # {-} -->
......@@ -48,7 +47,7 @@ csl: config/ABNT_UFPR_2011-Mendeley.csl
<!-- Imagem de capa. -->
<!-- <img src="config/capa.png" width="350" height="460" alt="Planejamento e Análise de Experimentos com R"/> -->
# Resumo {-}
# Apresentação {-}
```{r, include = FALSE, eval = isOutput("html")}
# Para habilitar Font Awesome no documento.
......@@ -58,10 +57,27 @@ fa$attachment <- "fonts/fontawesome-webfont.ttf"
htmltools::tagList(fa)
```
Um texto qualquer na capa
Seja bem vindo ao Manual de Planejamento e Análise de Experimentos.
Como o nome sugere, você está acessando um manual que documenta formas
de analisar dados experimentais. As análises aqui descritas correspondem
aos principais delineamentos e estruturas experimentais descritas nas
obras nacionais de Estatística Experimental e praticadas pela na área de
experimentação agrícola.
Nesse manual, usados os dados experimentais de livros nacionais da área
que tiveram suas tabelas incluídas no pacote [`labestData`]. Este pacote
foi desenvolvido pelo PET Estatística UFPR com a finalidade de facilitar
para o ensino e aprendizado de Estatística.
Os capítulos forma escritos para serem autocontidos e reproduzíveis. No
entanto, esteja atento para a versão do R e dos pacotes.
<!-- .
# Prefácio {-}
Texto de prefácio.
Para usar o git\index{git}, veja o manual.
-->
[`labestData`]: https://github.com/pet-estatistica/labestData
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment