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
Hi,
I needed an acyclic strongly intransitive ring constraint. Thought I'd leave it here for others. Add it in if you want to.
\constraintdeclareasnode{acyclic strongly intransitive}{% \path[ormdot] (90:2mm) circle; % Top dot \path[ormdot] (30:1mm) circle; % Right middle dot \path[ormdot] (210:2mm) circle; % Bottom left dot \path[ormdot] (330:2mm) circle; % Bottom right dot \path[every constraint line,rounded corners=0] (90:2mm) -- (210:2mm) -- (330:2mm) -- (90:2mm); % Triangle \draw[every constraint line] (270:0mm) to (270:2.75mm); % The acyclic vertical bar at bottom }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I needed an acyclic strongly intransitive ring constraint. Thought I'd leave it here for others. Add it in if you want to.
The text was updated successfully, but these errors were encountered: