chore: remove vert space in equations and captions
to fit in another Karnaugh map
This commit is contained in:
parent
1d264b2372
commit
845f93093e
@ -209,11 +209,14 @@ Výstup bude nabývat těchto hodnot:
|
||||
\subsection{Rovnice}
|
||||
\subsubsection{Obvod 1}
|
||||
\[Y=\overline{C_0}C_1A_1+C_0C_1\overline{A_0}+C_0C_1A_0\]\\
|
||||
\vspace{-16pt}
|
||||
\[Y=\overline{\overline{\overline{C_0}C_1A_1+C_0C_1\overline{A_0}+C_0\overline{C_1}A_0}}\]\\
|
||||
\vspace{-16pt}
|
||||
\[Y=\overline{\overline{\overline{C_0}C_1A_1}*\overline{C_0C_1\overline{A_0}}*\overline{C_0\overline{C_1}A_0}}\]\\
|
||||
|
||||
\subsubsection{Obvod 2}
|
||||
\[Y=\overline{A_1C_1}+\overline{C_0C_1}\]\\
|
||||
\vspace{-16pt}
|
||||
\[Y=\overline{\overline{\overline{A_1}C_1}\overline{\overline{C_0}C_1}}\]
|
||||
|
||||
\subsection{Karnaughovy mapy}
|
||||
@ -225,6 +228,7 @@ Výstup bude nabývat těchto hodnot:
|
||||
\implicant{3}{6}
|
||||
\implicant{2}{10}
|
||||
\end{karnaugh-map}
|
||||
\vspace{-20pt}
|
||||
\caption{Karnaughova mapa Obvodu 2}
|
||||
\end{figure}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user