-
DescriptionHello, When I click on the Render button the process flows well up to the following step
My environment:
If it is not possible to identify and solve the problem with just the above information, please instruct on how I can provide more. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
From the log "subcaps", you should check for figures/tables sub captions. Without any code, we can't do more. |
Beta Was this translation helpful? Give feedback.
-
I have figures and tables but no subcaptions.
I understand the requirement for code, in case I can share the project, it
is on GitLab, but I am afraid it is not the right way.
Can you suggest how to focus on the relevant lines?
Many thanks
Roberto Scotti
Pubblicazioni:
https://www.zotero.org/groups/2543874/prof._roberto_scotti
Il Mer 1 Mag 2024, 13:56 Mickaël Canouil ***@***.***> ha
scritto:
… From the log "subcaps", you should check for figures/tables sub captions.
Without any code, we can't do more.
—
Reply to this email directly, view it on GitHub
<#9546 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEAKXD74NPS5PZ7UMLIHG7DZADKAHAVCNFSM6AAAAABHB3LBIGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TEOBUGUZDM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
--
*Dona il 5x1000* all'Università degli Studi di Sassaricodice fiscale:
00196350904
|
Beta Was this translation helpful? Give feedback.
-
I made some progress.
I found a way to create a kind of breakpoint.
option was causing the problem!
the rendering completes.
|
Beta Was this translation helpful? Give feedback.
I made some progress.
Inserting the following chunk
I found a way to create a kind of breakpoint.
Moving it through the Quarto file I could spot the chunk(s) that would abort the rendering.
Apparently (in contrast with the example in https://quarto.org/docs/authoring/cross-references.html ) the
option was causing the problem!
If I remove
true
and specify the sub captions addingthe rendering completes.