Set Figura as FIGURA
            
            #12632
          
          
        -
| DescriptionHello. This is my YAML ---
title: ""
format:
    pdf: 
      documentclass: scrbook
      include-in-header: config/config.tex
highlight-style: config/custom.theme
lang: es
indent: false
execute:
  eval: false
  echo: true
  message: false
bibliography: reference/references.bib
Each time I plot using r-code and caption a figure Quarto names it as Figura X.X (spanish because lang : es). How could I name each "Figura" as "FIGURA"? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            cderv
          
      
      
        Apr 28, 2025 
      
    
    Replies: 1 comment 2 replies
-
| Look at the documentation about cross-reference and alternate languages. | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Just for reference: https://quarto.org/docs/authoring/language.html#alternate-language
And the field to use is to look into the source file
quarto-cli/src/resources/language/_language-es.yml
Line 85 in 4c58f43