Fix bugs
This commit is contained in:
parent
e3c05c9ccd
commit
8452b7f2ec
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue