Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 46076

{macros} is for questions specifically concerning TeX's macro processor. Note that, because TeX uses macros ubiquitously, most questions about code that uses macros are not looking for information about how macros work, and so are not appropriate for this tag.

6 votes
1 answer
2k views

How to draw a symbol on a TikZ node that can be reused

I'm trying to draw a "science" symbol in TikZ, represented by a stylized atom, and can't figure out how to do it. Is there any way to somehow define a magic TikZ style so I can do something like \node …
Jason S's user avatar
  • 2,880
7 votes
Accepted

How to draw a symbol on a TikZ node that can be reused

I muddled my way around using append after command, and got it to work: \documentclass[border=3mm]{standalone} \usepackage{tikz} \usetikzlibrary{positioning, calc} \begin{document} \title{science sym …
Jason S's user avatar
  • 2,880
4 votes
2 answers
221 views

Defining a sequence for repeated use in foreach loops

I have a macro that does exactly what I want when I used it with a literal sequence, but not with a sequence that has been defined for reuse: \documentclass[tikz,14pt,border=10pt]{standalone} %%%< \u …
Jason S's user avatar
  • 2,880