excuses excuses

This commit is contained in:
Motiejus Jakštys 2021-04-13 10:58:03 +03:00
parent 22d048e7fa
commit d193f7a0f7
2 changed files with 6 additions and 5 deletions

View File

@ -433,8 +433,8 @@ following the rules of the article.
\end{figure} \end{figure}
The self-line-crossing may happen not by the neighboring bend, but by any other The self-line-crossing may happen not by the neighboring bend, but by any other
bend in the line. For example, the baseline of bend A<->B may cross different bend in the line. For example, the baseline of the bend $(A, B)$ may cross
bends in between, as depicted in figure~\onpage{fig:ascii-selfcross}. different bends in between, as depicted in figure~\onpage{fig:ascii-selfcross}.
\begin{figure}[h] \begin{figure}[h]
\centering \centering
@ -496,8 +496,8 @@ We strongly believe in the ability to reproduce the results is critical for any
This was tested on Linux Debian 11 with upstream packages only. This was tested on Linux Debian 11 with upstream packages only.
%\subsection{Algorithm code listings} \subsection{Algorithm code listings}
%\inputminted[fontsize=\small]{plpgsql}{wm.sql} \inputminted[fontsize=\small]{plpgsql}{wm.sql}
\end{appendices} \end{appendices}
\end{document} \end{document}

View File

@ -254,7 +254,8 @@ begin
-- To understand the block below, I suggest you take a pencil and paper, -- To understand the block below, I suggest you take a pencil and paper,
-- draw a self-crossing bend (fig6 from the article works well), and -- draw a self-crossing bend (fig6 from the article works well), and
-- figure out what happens here, by hand. -- figure out what happens here, by hand. I know it's hard to follow.
-- Apologies.
prev_length = array_length(bends, 1); prev_length = array_length(bends, 1);
if j < i then if j < i then
-- remove first vertex of the following bend, because the last -- remove first vertex of the following bend, because the last