Update on Overleaf.

This commit is contained in:
nb72soza Bittner
2025-07-04 18:49:24 +00:00
committed by node
parent 37a1f7f6ac
commit e4419c403d
8 changed files with 2353 additions and 25 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 216 KiB

View File

@@ -26,7 +26,7 @@
\path[line] (n2) -- node[left] {Yes} (D);
\path[line] (n2) -- node[above] {No} (n3);
\path[line] (n3) -- node[right] {Yes} (n4);
\path[line] (n3) -- (n5);
\path[line] (n3) -- node[right] {No}(n5);
\path[line] (n5) -- node[above] {Yes} (n6);
\end{tikzpicture}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 342 KiB