This commit is contained in:
Thomas Forgione 2019-10-09 16:19:55 +02:00
parent e3c05c9ccd
commit 8452b7f2ec
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
4 changed files with 5 additions and 7 deletions

View File

@ -66,6 +66,10 @@ anchorcolor = blue]{hyperref}
right=3cm
}
\newcommand\mycommfont[1]{\footnotesize\ttfamily\textcolor{blue}{#1}}
\SetCommentSty{mycommfont}
\SetNoFillComment%
\addtokomafont{chapterprefix}{\raggedleft}
\addtokomafont{chapter}{\fontsize{30}{38}\selectfont}
\addtokomafont{section}{\huge}

View File

@ -67,10 +67,6 @@ An example of object file is visible on Listing~\ref{i:obj}.
A typical 3D renderer follows Algorithm~\ref{f:renderer}.
\newcommand\mycommfont[1]{\footnotesize\ttfamily\textcolor{blue}{#1}}
\SetCommentSty{mycommfont}
\SetNoFillComment%
\begin{algorithm}[th]
\SetKwData{Texture}{texture}
\SetKwData{Object}{object}

View File

@ -1,3 +1,4 @@
\renewcommand*{\lstlistlistingname}{List of Listings}
\definecolor{colKeys}{rgb}{0,0.5,0}
\definecolor{colIdentifier}{rgb}{0,0,0}
\definecolor{colComments}{rgb}{0,0.5,1}

View File

@ -227,9 +227,6 @@ The three first values in the supplemental property are the camera position coor
We build on the loader introduced in Algorithm~\ref{d3:next-segment} to implement a client adaptation logic.
We include a bookmark adaptation logic such that (i) when a bookmark is hovered for the first time, the corresponding images (see Listing~\ref{sb:bookmark-as}) are downloaded, and (ii) when a bookmark is clicked, we switch from utility $\mathcal{U}$ to optimized utility $\mathcal{U}^*$ to determine which segments to download next.
\newcommand\mycommfont[1]{\footnotesize\ttfamily\textcolor{blue}{#1}}
\SetCommentSty{mycommfont}
\SetNoFillComment%
\begin{algorithm}[th]
\SetKwInOut{Input}{input}
\SetKwInOut{Output}{output}