diff --git a/_output.yml b/_output.yml index 198e8f7443f02478cd5b2afedd79f0ec0b23f0ff..650f754b6b3a7b9313a3abc87bafec1824ac25b8 100644 --- a/_output.yml +++ b/_output.yml @@ -1,41 +1,3 @@ -# ---- 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 diff --git a/index.Rmd b/index.Rmd index e6d13f64931c6976fa99e06b5a134f60aa0b333c..6c82fc51d21411b0ffd20ccd4edb9fd7564f440a 100644 --- a/index.Rmd +++ b/index.Rmd @@ -1,7 +1,7 @@ --- title: "Manual de Planejamento e Análise de Experimentos com R" -#subtitle: "com aplicações em R" -#author: "Prof. Walmes M. Zeviani" +# subtitle: "com aplicações em R" +# author: "Prof. Walmes M. Zeviani" author: - name: Walmes Marques Zeviani affiliation: Departamento de Estatística · UFPR @@ -10,18 +10,19 @@ 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 -#output: bookdown::gitbook +# site: bookdown::bookdown_site +# output: bookdown::gitbook # --- LaTeX ------------------------------------------------------------ documentclass: book # graphics é necessário quando uma template. graphics: yes -#papersize: a5 -#fontsize: 9pt -#geometry: 'margin=1in' -geometry: [left=2.5cm, right=2cm, top=2cm, bottom=1.5cm] +# papersize: a5 +# fontsize: 9pt +# geometry: 'margin=1in' +geometry: [left = 2.5cm, right = 2cm, top = 2cm, bottom = 1.5cm] bibliography: [config/book.bib, packages.bib] biblio-style: apalike link-citations: yes @@ -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