From f621fa96bb60b3373b2d523239647b805dcc6220 Mon Sep 17 00:00:00 2001 From: Martin Kennedy Date: Mon, 5 May 2025 03:30:26 -0400 Subject: [PATCH] fix: correct a node name changes nothing --- Final.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Final.tex b/Final.tex index 91b98fe..56e84b5 100644 --- a/Final.tex +++ b/Final.tex @@ -90,7 +90,7 @@ amplification is depicted below. (OA.out) to ++(0, 0) coordinate (OUT) to (FB) (OUT) to [short, *-o] ++(0.5,0) node [right=0.2cm]{$v_{out}$}; \node (v_p) [above=0cm] at (OA.+) {$v_p$}; - \node (v_p) [below=0cm] at (OA.-) {$v_n$}; + \node (v_n) [below=0cm] at (OA.-) {$v_n$}; ; \end{circuitikz} \end{figure}