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

Formatting of initial values of commands #1326

Open
muzimuzhi opened this issue Apr 28, 2024 · 0 comments
Open

Formatting of initial values of commands #1326

muzimuzhi opened this issue Apr 28, 2024 · 0 comments
Labels

Comments

@muzimuzhi
Copy link
Member

Version

3.1.10

Details

When resolving #1325, I found initial values of commands \pgfprofilesetrel and \pgfsettransformnonlinearflatness are not well formatted.

Usually initial values are specified for keys.

image

\begin{command}{\pgfprofilesetrel\marg{profiler entry name} (initially main job)}
Sets the profiler entry whose total time will be used to compute all other
relative times. Thus, \meta{profiler entry name} will use $100\%$ of the
total time per definition, all other relative times are relative to this
one.
\end{command}

image

\begin{command}{\pgfsettransformnonlinearflatness\marg{dimension} (initially 5pt)}
Whenever in a to-be-drawn curve the $L^\infty$-distance (maximum of
the distances in $x$- and $y$-directions) between the start of a
curve and its first control point or between the first and second

One way is to convert trailing (initially <value>) into textual description.

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

No branches or pull requests

1 participant