summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/circuitikz/tex/ctikzstyle-romano.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/contrib/circuitikz/tex/ctikzstyle-romano.tex')
-rw-r--r--graphics/pgf/contrib/circuitikz/tex/ctikzstyle-romano.tex11
1 files changed, 7 insertions, 4 deletions
diff --git a/graphics/pgf/contrib/circuitikz/tex/ctikzstyle-romano.tex b/graphics/pgf/contrib/circuitikz/tex/ctikzstyle-romano.tex
index 6227a23d32..c244c605c6 100644
--- a/graphics/pgf/contrib/circuitikz/tex/ctikzstyle-romano.tex
+++ b/graphics/pgf/contrib/circuitikz/tex/ctikzstyle-romano.tex
@@ -54,15 +54,18 @@ amplifiers/scale=1.0,
amplifiers/thickness=3.0,
%
% Logic ports
-logic ports/.try=ieee,
+logic ports/ieee/.try,
+% this way of setting the key does nothing if ieee option
+% does not exist; logic ports/.try=ieee does not work
+% if the key exists but the value is not defined
logic ports/scale=1.0,
logic ports/thickness=2.0,
logic ports origin=center,
-american or shape=pointy,
+american or shape/.try=pointy,
%
% flip-flops
-flipflops/scale=1.0,
-flipflops/thickness=2.0,
+flipflops/scale/.try=1.0,
+flipflops/thickness/.try=2.0,
%
% Switches
bipoles/cuteswitch/thickness=0.5,