course: html prototype
This commit is contained in:
@ -8,6 +8,32 @@
|
||||
\usepackage{fontspec}
|
||||
\defaultfontfeatures{Mapping=tex-text}
|
||||
|
||||
\usepackage{caption}
|
||||
\DeclareCaptionLabelFormat{gost}{#1~\textbf{#2}.}
|
||||
\DeclareCaptionLabelSeparator{gost}{~}
|
||||
\captionsetup[figure]{
|
||||
labelsep = gost,
|
||||
labelformat = gost,
|
||||
justification = centering,
|
||||
font = {normalsize, bf},
|
||||
position = bottom,
|
||||
skip = 10pt
|
||||
}
|
||||
|
||||
\captionsetup[table]{
|
||||
labelsep = gost,
|
||||
labelformat = gost,
|
||||
justification = centering,
|
||||
font = {normalsize, bf},
|
||||
position = top,
|
||||
skip = 5pt
|
||||
}
|
||||
|
||||
\makeatletter
|
||||
\@addtoreset{figure}{section}
|
||||
\@addtoreset{table}{section}
|
||||
\makeatother
|
||||
|
||||
\setmainfont{Times New Roman}
|
||||
\setromanfont{Times New Roman}
|
||||
\setsansfont{Arial}
|
||||
@ -180,9 +206,7 @@ $$[A]_{\text{п}} = a_3, a_2 a_1 a_0$$
|
||||
$RA = 0000$ \\
|
||||
$RB = 0001$ \\
|
||||
$CF = 1$ \\
|
||||
$RB = 0001$
|
||||
}
|
||||
\makecell{
|
||||
$RB = 0001$ \\ \\
|
||||
Пример 2: \\
|
||||
$RA = 0001$ \\
|
||||
$RB = 0001$ \\
|
||||
@ -190,7 +214,7 @@ $$[A]_{\text{п}} = a_3, a_2 a_1 a_0$$
|
||||
$RB = 0011$
|
||||
}
|
||||
\makecell{
|
||||
\begin{minipage}[t]{0.3\textwidth}
|
||||
\begin{minipage}[t]{0.2\textwidth}
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{bo-set}
|
||||
\caption{Блок схема проверки бита с установкой в единицу}
|
||||
@ -213,8 +237,9 @@ $$[A]_{\text{п}} = a_3, a_2 a_1 a_0$$
|
||||
\end{minipage}
|
||||
\end{figure}
|
||||
|
||||
\newpage
|
||||
В таблице \ref{bo-table} приведены все элементы функциональной схемы блока операций
|
||||
\begin{figure}[H]
|
||||
\begin{table}[H]
|
||||
\centering
|
||||
\begin{minipage}[t]{\textwidth}
|
||||
\centering
|
||||
@ -233,7 +258,7 @@ $$[A]_{\text{п}} = a_3, a_2 a_1 a_0$$
|
||||
\caption{Элементы функциональной схемы}
|
||||
\label{bo-table}
|
||||
\end{minipage}
|
||||
\end{figure}
|
||||
\end{table}
|
||||
|
||||
\newpage
|
||||
\subsection{Проектирование логических элементов блока операций}
|
||||
|
||||
Reference in New Issue
Block a user