pgf-tikz / pgf

A Portable Graphic Format for TeX
https://pgf-tikz.github.io/
1.15k stars 109 forks source link

Formatting of initial values of commands #1326

Open muzimuzhi opened 7 months ago

muzimuzhi commented 7 months ago

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 https://github.com/pgf-tikz/pgf/blob/12f17834c849a659b8829bbc9122bc459f585917/doc/generic/pgf/pgfmanual-en-library-profiler.tex#L232-L237

image https://github.com/pgf-tikz/pgf/blob/12f17834c849a659b8829bbc9122bc459f585917/doc/generic/pgf/pgfmanual-en-base-transformations.tex#L945-L948

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