Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vrule-color does not work #55

Closed
Michael-Sheppard opened this issue May 7, 2024 · 1 comment
Closed

vrule-color does not work #55

Michael-Sheppard opened this issue May 7, 2024 · 1 comment

Comments

@Michael-Sheppard
Copy link

  • Quarto version: v1.4.554
  • OS: Windows
  • Render method: Desktop RStudio, rendering to PDF
  • TeX version: MiKTeX-TeX 4.6 (MiKTeX 24.3.31)

Description

According to titlepage-theme options listed on https://nmfs-opensci.github.io/quarto_titlepages/02-titlepages.html, users should have the ability to change the color of the vertical rule on the title page by specifying vrule-color under titlepage-theme. I am able to successfully change the title font color using title-color, but using vrule-color does nothing or seems to be ignored.

Steps to Reproduce

To reproduce what I am doing, I simply used example_1.qmd that comes with installation of the extension. Under titlepage-pdf, I added the following right below line 44 keep-tex: TRUE

    titlepage-theme:
      elements: ["\\titleblock", "\\logoblock", "\\authorblock", "\\vfill", "\\footerblock", "\\affiliationblock"]
      title-color: "myblue"
      vrule-color: "mygreen"
      vrule-width: "3pt"
    include-in-header:
      text: |
        \definecolor{myblue}{HTML}{1C4980}
        \definecolor{mygreen}{HTML}{808000}

Yet, the vertical rule continues to render in black.
image

eeholmes added a commit that referenced this issue Jan 15, 2025
eeholmes added a commit that referenced this issue Jan 15, 2025
@eeholmes
Copy link
Member

Thanks! Fixed in version 3.3.11. with PR #58

To update to 3.3.11 use

quarto install extension nmfs-opensci/quarto_titlepages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants