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 · 1 comment
Open

The color of the titlepen does not work #477

cvgmt opened this issue Oct 19, 2024 · 1 comment

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");
`

@ccworld1000
Copy link
Contributor

@cvgmt

你去查最新文档 中有个例子,去追踪一下,有可能找到变通的处理方法

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