Giter Club home page Giter Club logo

tikzsymbols's People

Contributors

vidabe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

registor

tikzsymbols's Issues

Unwanted Arrow inheritance (Bug report)

The symbols inherit arrow styles if used in a "tikzpicture".

\documentclass{article}
\usepackage{tikz}
\usepackage{tikzsymbols}
\begin{document}
  \begin{tikzpicture}[->,>=stealth']
    \node (A) {\dSadey[3][red]};
    \node [right of=A] (B) {\dSmiley[3][green]};
  \end{tikzpicture}
There is an arrow in the face of \verb!dSadley!, but not in the face of \verb!dSmiley!.
\end{document}

Quick fix: Setting the arrow style for the symbols explicitly to "-" via \tikzsymbolsset{append-style={arrows=-}}:

	\documentclass{article}
	\usepackage{tikz}
	\usepackage{tikzsymbols}
	\tikzsymbolsset{append-style={arrows=-}}
	\begin{document}
	  \begin{tikzpicture}[->,>=stealth']
	    \node (A) {\dSadey[3][red]};
	    \node [right of=A] (B) {\dSmiley[3][green]};
	  \end{tikzpicture}
	Now arrows no more \dSmiley.
	\end{document}

Note to the bug reporter: I sadly cannot answer the mail as my mail programs (I tried two and three different mail addresses) give me the error "550 5.5.0 Requested actions not taken as the mailbox is unavailable".

LaTeX Warning: Label `pgfidxy' multiply defined

If I compile a document using these cool symbols and also use \tikzset{every picture/.append style={remember picture}}, then there are warning of the type "Label `pgfidxy' multiply defined". A workaround has been presented here. However, it might be worthwhile mentioning this workaround in the manual, or to teach TikZ not to remember the pictures of the package regardless of whether \tikzset{every picture/.append style={remember picture}} has been set.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.