Skip to content

Commit 3ca5be1

Browse files
committed
Fixed link and layout errors
1 parent 95150c1 commit 3ca5be1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

beamer-tutorial.tex

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,9 @@ \subsection{2) Hands-on: installation, containers, I/O, copying, masking, standa
476476
\item \texttt{grb::Matrix<double>} \texttt{B}: size $(100 \times 1000)$, capacity 5000
477477
\item Start from \texttt{alp\_hw.cpp} (in the \texttt{hello\_world} function)
478478
\begin{lstlisting}[style=terminal, language=bash, basicstyle=\ttfamily\scriptsize\color{terminaltext}]
479-
cp alp_hw.cpp alp_containers_ex2.cpp
479+
cp alp_hw.cpp alp_containers_ex2.cpp
480480
\end{lstlisting}
481-
\item \textbf{Hint:} search the documentation for how to override the default capacities
481+
\item \textbf{Hint:} \href{http://albert-jan.yzelman.net/alp/user/group__IO.html#ga0857eef4e6995027be48e7d6b03ea4d3}{\textcolor{blue}{search the documentation}} for \texttt{grb::resize} to override the default capacities
482482
\end{itemize}
483483
\textbf{Expected output}:
484484
\begin{lstlisting}[style=terminal, language=bash, basicstyle=\ttfamily\scriptsize\color{terminaltext}]
@@ -498,8 +498,7 @@ \subsection{2) Hands-on: installation, containers, I/O, copying, masking, standa
498498
\framesubtitle{Container primitives and Exercise 3}
499499
\begin{columns}[T]
500500
\begin{column}{0.45\textwidth}
501-
\textbf{Basic container manipulation primitives:}
502-
\vspace{0.5em}
501+
\textbf{Container manipulation primitives:}
503502
\begin{itemize}
504503
\item \texttt{grb::clear(container)}:\\ removes all elements
505504
\item \texttt{grb::set(vector,scalar)}:\\ sets all elements to \textit{scalar} (-> dense)
@@ -530,7 +529,7 @@ \subsection{2) Hands-on: installation, containers, I/O, copying, masking, standa
530529
% nonzeroes in x: 497
531530
% nonzeroes in y: 1
532531
% \end{lstlisting}
533-
\textbf{Bonus question:} Print the capacity of \texttt{y}. Should the value returned be unexpected, considering the specification in the user documentation, is this a bug in ALP?
532+
\textbf{Bonus question:} Print the capacity of \texttt{y}. Should the value returned be unexpected, considering the specification in the user documentation? Is this a bug in ALP?
534533
% Owner: PA
535534
% Source (ALP_Tutorial.tex - Basic Container I/O, Exercise 3)
536535
\end{frame}

0 commit comments

Comments
 (0)