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

Code example on p. 262 is not to the point #751

Closed
ghost opened this issue Sep 30, 2019 · 1 comment
Closed

Code example on p. 262 is not to the point #751

ghost opened this issue Sep 30, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 30, 2019

The code example under Styles for pics. on p. 262 is not really to the point, it describes how to use every node instead. You could replace it e.g. by

\begin{tikzpicture}[every pic/.style={scale=2,transform shape}] 
\pic foreach \x in {1,2,3} at (\x,0) {seagull};
\end{tikzpicture}
@hmenke
Copy link
Member

hmenke commented Sep 30, 2019

Exact duplicate of #519.
Please search existing issues before opening a new one.

@hmenke hmenke closed this as completed Sep 30, 2019
@hmenke hmenke added this to the 3.1.5 milestone Nov 3, 2019
hmenke added a commit to hmenke/pgf that referenced this issue Nov 5, 2019
@hmenke hmenke removed this from the 3.1.5 milestone Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant