-
DescriptionI have a qmd file wih a figure:
How do I hide or remove the full stop (.) between caption number and colon? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Right now, I have no idea. Please take the habit to provide a complete reproducible Quarto document and not just parts of one and screenshots. Thank you. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
-
I tried to create a simple document from project. The problem does not appear. Let me check out myself. Thank you for the pointer. |
Beta Was this translation helpful? Give feedback.
-
```yml
project:
type: book
book:
title: "Figure and table caption has a full stop(.) between caption number and colon in PDF output #6834"
author: "Yoonghm"
date: "15/September/2023"
output-file: "6834"
chapters:
- index.qmd
appendices:
- File.Database.qmd
format:
html:
theme: cosmo
page-layout: article
grid:
sidebar-width: 300px
body-width: 900px
margin-width: 300px
gutter-width: 1.5rem
number-sections: true
number-depth: 1
pdf:
documentclass: scrbook
classoption: twoside
toc: true
toc-depth: 3
toc-title: Table of Contents
lof: true
lot: true
geometry:
- top=20mm
- inner=20mm
- outer=10mm
- bottom=20mm
- footskip = \dimexpr\headsep+\ht\strutbox\relax
papersize: A4
fontsize: 12pt
keep-tex: true
keep-md: true
number-sections: true
number-depth: 0
include-in-header:
text: |
\usepackage{fvextra}
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,commandchars=\\\{\}}
include-before-body:
text: |
\RecustomVerbatimEnvironment{verbatim}{Verbatim}{
showspaces = false,
showtabs = false,
breaksymbolleft={},
breaklines
% Note: setting commandchars=\\\{\} here will cause an error
}
```
```qmd
# Introduction
## Popular SQL Databases
{#fig-databases}
```
```qmd
# Supported File and Database Types
Blah blah
``` |
Beta Was this translation helpful? Give feedback.
See https://tex.stackexchange.com/questions/444129/dots-after-chapter-and-section-numbers-in-scrbook-when-using-chapters-in-appendi.
TL;DR: