Quarto - cunhapaulo/Referencecard GitHub Wiki
Figuras
Inserir figuras com legenda e com tamanho bem definido.
{height=200}
Boxes
Tipo |
Descrição |
callout-note |
Nota |
callout-tip |
Dica |
callout-important |
Importante (atenção) |
callout-caution |
Cuidado (atenção) |
callout-warning |
Aviso |
Inserir uma caixa de nota
:
::: {.callout-note}
Este é um exemplo de caixa de Nota em um documento gerado pelo Quatro.
:::
Exemplos:
HTML |
PDF |
 |
 |
Colunas
Exemplo 1:
Link para o código
## setting the scene
::: columns
::: {.column width="50%" style="text-align: center;"}

**Assumption 1:**
Teach authentic tools
:::
::: {.column width="50%" style="text-align: center;"}

**Assumption 2:**
Teach R as the authentic tool
:::
:::
Resultado:
Link para os slides
Exemplo 2:
Link para o código
## tidyverse
::: columns
::: {.column width="80%"}
- meta R package that loads eight core packages when invoked and also bundles numerous other packages upon installation
- tidyverse packages share a design philosophy, common grammar, and data structures
:::
::: {.column width="20%"}
{fig-align="center"}
:::
:::
{fig-align="center"}
Resultado:
Link para os slides
Um Exemplo de arquivo _quarto.yml
project:
type: manuscript
output-dir: docs
manuscript:
article: index.qmd
execute:
freeze: true
title : "Filosofia Prática e Ceticismo Moral: Sobre Kant e Hume"
subtitle : "Mestrado em Filosofia - Projeto de Pesquisa de Mestrado"
author : "Paulo Roberto Martins Cunha"
email : "[email protected]"
affiliation : "Tribunal de Justiça do Estado do Pará"
# date : 05.08.2025
date : last-modified
date-format : long
lang : "pt-Br"
subject : "Filosofia Moral"
keywords : ["Kant", "Hume", "Filosofia Prática", "Ceticismo Moral"]
footnotes-pretty : true
footer-left : Projeto de Pesquisa
header-right : "Filosofia Prática e Ceticismo Moral: Sobre Kant e Hume"
header-left : "Mestrado em Filosofia"
first-SECTION : 1
first-chapter : 1
number-sections : true
format:
eisvogel-pdf:
book : true
titlepage : true
toc : true
number-sections : true
block-heading : false
toc-own-page : true
link-citations : true
colorlinks : true
classoption : twoside
caption-justification : centering
cap-location : bottom
fig-cap-location : bottom
fig-align : center
# citeproc : true
biblio-style : author-year, ieee
csl : "./abnt-ufrgs.csl"
bibliography : "./references.bib"
# bibliography : "C:/Users/paulo.cunha/OneDrive/__MARKDOWN/bibtex/library.bib"
html:
theme:
# light : cosmo
light : zephyr
# light : cerulean
dark : superhero
# dark : darkly
# citeproc : true
biblio-style : author-year, ieee
csl : "./abnt-ufrgs.csl"
bibliography : "./references.bib"
# bibliography : "C:/Users/paulo.cunha/OneDrive/__MARKDOWN/bibtex/library.bib"
other-links:
- text: Das Bonner Kant-Korpus
icon: archive
href: https://korpora.org/kant/
- text: Biblioteca Digital Perseus
icon: archive
href: https://www.perseus.tufts.edu/hopper/
- text: Friedrich Schillers Archiv
icon: book
href: https://www.friedrich-schiller-archiv.de/inhaltsangaben/inhaltsangaben-zusammenfassung-kabale-und-liebe/
- text: Plataforma Sucupira
icon: bookmark-star
href: https://sucupira-legado.capes.gov.br/sucupira/public/consultas/coleta/veiculoPublicacaoQualis/listaConsultaGeralPeriodicos.jsf
docx: default