Quarto - cunhapaulo/Referencecard GitHub Wiki

Figuras

Inserir figuras com legenda e com tamanho bem definido.

![Exemplo de legenda para a  figura](./_assests/cover.jpg){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
image image

Colunas

Exemplo 1:

Link para o código

## setting the scene

::: columns
::: {.column width="50%" style="text-align: center;"}
![](images/icons8-code-64.png)

**Assumption 1:**

Teach authentic tools
:::

::: {.column width="50%" style="text-align: center;"}
![](images/icons8-code-R-64.png)

**Assumption 2:**

Teach R as the authentic tool
:::
:::

Resultado:

Link para os slides

image

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%"}
![](images/tidyverse.png){fig-align="center"}
:::
:::

![](images/data-science.png){fig-align="center"}

Resultado:

Link para os slides

image

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