chapter references in quarto PDF?

I would like to print chapter reference sections in a Quarto Book PDF. This is something that has been available in rmarkdown/bookdown/quarto for HTML format, e.g., 5.11 Further reading | Forecasting: Principles and Practice (2nd ed), but I am struggling to find a parallel in "print" formats like PDF.

Thanks for your recommendation(s)!

I believe this is still a feature request

I saw that, and looks like someone even wrote a quarto-friendly pandoc extension to do so.

However, when I try to run that command in quarto from PowerShell I return the following error.

We do use a proxy, is there a way to define http_proxy, https_proxy, and/or ssl bundles for quarto to rule out a connectivity issue?

OH I forgot that one - indeed that would work !

We do use a proxy, is there a way to define http_proxy , https_proxy , and/or ssl bundles for quarto to rule out a connectivity issue?

The env var should be supported : HTTP_PROXY , HTTPS_PROXY and NO_PROXY .

is it not working ?

BTW the official command is now quarto add Quarto – Managing Extensions

This is resolved, see Support proxy definition for fetch operation by using custom http client using proxy env var or flags to command line · Issue #5515 · quarto-dev/quarto-cli · GitHub

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.