blob: c9719314c6898055a3453464ded092fd57146da0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
% example style for circuits
% Do not use LaTeX commands if you want it to be compatible with ConTeXt
% Do not add spurious spaces
\tikzset{example circuit style/.style={%
\circuitikzbasekey/.cd,%
amplifiers/fill=blue!20!white,
},% end .style
}% end \tikzset
%
\endinput
|