We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We try to change the color by titlepen=fontsize(50)+brown; but it seems that the brown not work. ( version 2.92 )
titlepen=fontsize(50)+brown;
brown
`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"); `
[email protected]
The text was updated successfully, but these errors were encountered:
@cvgmt
你去查最新文档 中有个例子,去追踪一下,有可能找到变通的处理方法
Sorry, something went wrong.
No branches or pull requests
We try to change the color by
titlepen=fontsize(50)+brown;
but it seems that thebrown
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");
`
The text was updated successfully, but these errors were encountered: