Change text color in quarto book #12294
Replies: 3 comments
-
Could you properly format your post using code blocks for code and terminal outputs? Thanks. Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
The easiest way is probably with the following extension: |
Beta Was this translation helpful? Give feedback.
-
Thank you very much.
El vie, 14 mar 2025 a las 16:42, Mickaël Canouil ***@***.***>)
escribió:
… The easiest way is probably with the following extension:
- https://github.com/mcanouil/quarto-highlight-text
—
Reply to this email directly, view it on GitHub
<#12294 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFI3FB2M4CKCAOEMGEUVR532UNLMTAVCNFSM6AAAAABZBW3MWOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENJQGYZDEOI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
--
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
***@***.*** ***@***.***>
***@***.***
Teléfono: (506) 8706 - 4662
Sitio web institucional: ICOMVIS
<http://www.icomvis.una.ac.cr/index.php/manuel>
Sitio web personal: Sitio personal <https://mspinola-sitioweb.netlify.app>
Blog sobre Ciencia de Datos: Blog de Ciencia de Datos
<https://mspinola-ciencia-de-datos.netlify.app>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
How can I change text color in a quarto book. It works for other quarto files, but not the one inside a quarto book. I defined a color in the iadr_theme.scss and I do [green]{.green} but the color does not change.
My quarto book yaml
project:
type: book
book:
title: "Introducción al Análisis de Datos con R"
author: "Manuel Spínola"
date: "3/6/2025"
cover-image: cover.png
favicon: cover.png
chapters:
- index.qmd
- intro.qmd
- summary.qmd
- references.qmd
bibliography: references.bib
format:
html:
theme:
- cosmo
- iadr_theme.scss
pdf:
documentclass: scrreprt
editor: visual
Beta Was this translation helpful? Give feedback.
All reactions