Skip to content

Commit

Permalink
Fixed over-hanging line that was too long for page width
Browse files Browse the repository at this point in the history
  • Loading branch information
jboarman committed Apr 30, 2023
1 parent f3f8604 commit c2be6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified paper.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ \subsection{The Library}
These also record a full copy of the augmentation runtime data, as well as any metadata that might be relevant for debugging or other advanced use.

\smallskip
\noindent\textbf{\texttt{AugmentationSequence}.} ~A list of \texttt{Augmentation}s --- together with the intent to apply those Augmentations in sequence --- determines an \texttt{AugmentationSequence}, which is itself both an \texttt{Augmentation} and callable (behaves like a function).
In practice, these model the pipeline phases discussed previously with lists of \texttt{Augmentation} constructor calls which produce callable \texttt{Augmentation} objects of the various flavors explored in \texttt{AugmentationSequences} applied to the image during each of the \texttt{AugmentationPipeline} phases, and in each case yield the image, transformed by some of the Augmentations in the sequence.
\noindent\textbf{\texttt{AugmentationSequence}.} ~A list of \texttt{Augmentation}s --- intended to be applied in sequence --- determines an \texttt{AugmentationSequence}, which is itself both an \texttt{Augmentation} and callable (behaves like a function).
In practice, these model the pipeline phases discussed previously with lists of \texttt{Augmentation} constructor calls which produce callable \texttt{Augmentation} objects of the various flavors explored in \texttt{AugmentationSequences} applied in each \texttt{AugmentationPipeline} phase, and in each case yield the image, transformed by some of the Augmentations in the sequence.

\smallskip
\noindent\textbf{\texttt{AugmentationPipeline}.} ~The bulk of the heavy lifting in \emph{Augraphy} resides in the Augmentation pipeline, which is our abstraction over one or more events in a physical document's life.
Expand Down

0 comments on commit c2be6ad

Please sign in to comment.