Skip to content

Commit

Permalink
Добавил схему обрезки популяции
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 7, 2010
1 parent 1afaefc commit 86ca214
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file added images/population.dia
Binary file not shown.
2 changes: 1 addition & 1 deletion watch
Expand Up @@ -2,7 +2,7 @@

while true; do
rm images/*.tex
for i in images/*; do
for i in images/*.dia; do
dia -t tex $i -e images/`basename $i .dia`.tex
done
pdflatex Аннотация.tex && pdflatex Диплом.tex
Expand Down
6 changes: 6 additions & 0 deletions Диплом.tex
Expand Up @@ -930,6 +930,12 @@ \subsubsection{Популяция}
(полученное для всех элементов первого слоя).
\end{itemize}

\begin{figure}
\centering
\input{./images/population.tex}
\caption{Пример обрезки популяции}
\end{figure}

\newpage
\section{Программная реализация}

Expand Down

0 comments on commit 86ca214

Please sign in to comment.