@@ -946,7 +946,7 @@ \subsubsection{Overview}
946
946
Since the |circuits.logic| library does not define any actual graphics, you need
947
947
to use one of the following libraries, instead:
948
948
949
- \begin {pgflibrary }{circuits.logic.IEC}
949
+ \begin {tikzlibrary }{circuits.logic.IEC}
950
950
This library provides graphics based on gates recommended by the
951
951
International Electrotechnical Commission. When you include this library,
952
952
you can use the following key to set up a scope that contains a logical
@@ -984,9 +984,9 @@ \subsubsection{Overview}
984
984
\end {tikzpicture }
985
985
\end {codeexample }
986
986
\end {key }
987
- \end {pgflibrary }
987
+ \end {tikzlibrary }
988
988
989
- \begin {pgflibrary }{circuits.logic.US}
989
+ \begin {tikzlibrary }{circuits.logic.US}
990
990
This library provides graphics showing `` American'' logic gates. It defines
991
991
the following key:
992
992
@@ -1023,9 +1023,9 @@ \subsubsection{Overview}
1023
1023
\end {tikzpicture }
1024
1024
\end {codeexample }
1025
1025
\end {key }
1026
- \end {pgflibrary }
1026
+ \end {tikzlibrary }
1027
1027
1028
- \begin {pgflibrary }{circuits.logic.CDH}
1028
+ \begin {tikzlibrary }{circuits.logic.CDH}
1029
1029
This library provides graphics based on the logic symbols used in A. Croft,
1030
1030
R. Davidson, and M. Hargreaves (1992), \emph {Engineering Mathematics },
1031
1031
Addison-Wesley, 82--95. They are identical to the US-style symbols, except
@@ -1036,7 +1036,7 @@ \subsubsection{Overview}
1036
1036
nand-gates, that is, it uses |set and gate graphic| with
1037
1037
|and gate CDH graphic| and likewise for nand-gates.
1038
1038
\end {key }
1039
- \end {pgflibrary }
1039
+ \end {tikzlibrary }
1040
1040
1041
1041
Inside |circuit logic XYZ| scopes, you can now use the keys shown in
1042
1042
Section~\ref {section-logic-symbols }. We have a more detailed look at one of
0 commit comments