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

The color of the titlepen does not work #477

Open
cvgmt opened this issue Oct 19, 2024 · 0 comments
Open

The color of the titlepen does not work #477

cvgmt opened this issue Oct 19, 2024 · 0 comments

Comments

@cvgmt
Copy link

cvgmt commented Oct 19, 2024

We try to change the color by titlepen=fontsize(50)+brown; but it seems that the brown not work. ( version 2.92 )

`settings.tex="pdflatex";
orientation=Landscape;
import slide;
viewportsize=pagewidth-2pagemargin;

usersetting();
titlepen=fontsize(50)+brown;
itempen=fontsize(30);
import x11colors;
fill(background,box((-1,-1),(1,1)),Azure);

titlepage(title="A Demo",
author="",
institution="",
date="\today",
url="https://asymptote.sourceforge.io");

title("The titlepen not the brown");
`

@vectorgraphics vectorgraphics deleted a comment from ccworld1000 Feb 7, 2025
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

1 participant