From cb911797c837838924a5dfbb3842cbc40c94b91a Mon Sep 17 00:00:00 2001 From: occheung Date: Fri, 14 Jan 2022 17:48:24 +0800 Subject: [PATCH] 5432: make thermistor arrow uni-directional --- 5432.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5432.tex b/5432.tex index c643916..23ca9b5 100644 --- a/5432.tex +++ b/5432.tex @@ -124,7 +124,7 @@ All channels can be updated simultaneously. % Thermistor for TEC controller \draw (6.6, 3.3) node[thermistorshape, scale=0.7, rotate=-90] (thermistor) {}; - \draw [latexslim-latexslim] (7.85, 3.3) -- (6.75, 3.3); + \draw [latexslim-] (7.85, 3.3) -- (6.75, 3.3); % Connect the controller to the cooler \draw [-latexslim] (7.85, 4.2) -- (4.6, 4.2) -- (tec_cooler.north);