1.3: Other formats links on HTML of book point to index.pdf and index.epub, how to change that? #3866
-
Happy 2023! My book project is now using Quarto 1.3 and I saw that by default the web page has "other formats" links to the PDF and Epub. That's practical: However, they're broken links because they point to The generated PDF is book:
title: "Analyse et conception de logiciels" How can I fix this? I couldn't find anything in the documentation. ETA: my project is at https://github.com/fuhrmanator/log210-ndc-quarto and built to https://fuhrmanator.github.io/log210-ndc-quarto/ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
I know that you're using a slightly older version of 1.3 due to a regression in later 1.3 builds, but unfortunately, this is a bug that is fixed in later builds... If you update to the latest version of 1.3.86 (available now), it should contain fixes for the regression and also this issue. Sorry for the instability, it was unintentional but we're adding tests as we catch these cases that we've missed to try to prevent this in the future! |
Beta Was this translation helpful? Give feedback.
-
Yes it was working in 1.2, prior to the bug with duplicate svgs (discussed
in thread about corrupt PDFs). It also worked in the early version of 1.3,
but broke when I moved to the 1.3 version that fixed the download links
mentioned in this discussion.
…On Fri, Jan 6, 2023, 13:28 Charles Teague ***@***.***> wrote:
Was this working in previous versions of Quarto? The fact that it is
affecting SVG images is making me wonder if the issue has to do with the
environment (for example not having rsvg-convert available).
—
Reply to this email directly, view it on GitHub
<#3866 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2BCDBBIOVFS4KNTTYLCS3WRBP6NANCNFSM6AAAAAATSLK4TE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
I know that you're using a slightly older version of 1.3 due to a regression in later 1.3 builds, but unfortunately, this is a bug that is fixed in later builds... If you update to the latest version of 1.3.86 (available now), it should contain fixes for the regression and also this issue. Sorry for the instability, it was unintentional but we're adding tests as we catch these cases that we've missed to try to prevent this in the future!