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
The following codeblock leads to alternating colors when I toggle read and live preview mode:
\begin{document} \begin{tikzpicture}[scale=0.8] % Symmetric difference \begin{scope}[shift={(18,0)}] \fill[gray!20] (0,0) circle (1); \fill[gray!20] (1.5,0) circle (1); \begin{scope} \clip (0,0) circle (1); \fill[white] (1.5,0) circle (1); \end{scope} \begin{scope} \clip (1.5,0) circle (1); \fill[white] (0,0) circle (1); \end{scope} \draw (0,0) circle (1); \draw (1.5,0) circle (1); \node[black] at (0.75,-1.5) {$A \triangle B$}; \end{scope} \end{tikzpicture} \end{document}
The text was updated successfully, but these errors were encountered:
I encountered the same problem !
Sorry, something went wrong.
Encountered the same issue. Will work on it whenever I find some time.
No branches or pull requests
The following codeblock leads to alternating colors when I toggle read and live preview mode:
Screencast.webm
The text was updated successfully, but these errors were encountered: