Mercurial > cortex
changeset 505:c15e24d24396
possibe fix using anchoredListing
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 30 Mar 2014 00:17:54 -0400 |
parents | 609356a82760 |
children | 9ab8c19143f2 |
files | thesis/cortex.org thesis/rlm-cortex-meng.tex |
diffstat | 2 files changed, 13 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/thesis/cortex.org Sat Mar 29 23:57:29 2014 -0400 1.2 +++ b/thesis/cortex.org Sun Mar 30 00:17:54 2014 -0400 1.3 @@ -59,7 +59,7 @@ 1.4 constraint can be the difference between easily understanding what 1.5 is happening in a video and being completely lost in a sea of 1.6 incomprehensible color and movement. 1.7 - 1.8 + 1.9 ** Recognizing actions in video is extremely difficult 1.10 1.11 Consider for example the problem of determining what is happening 1.12 @@ -1555,7 +1555,7 @@ 1.13 jMonkeyEngine3 community and is used to record audio for demo 1.14 videos. 1.15 1.16 -** COMMENT Touch uses hundreds of hair-like elements 1.17 +** Touch uses hundreds of hair-like elements 1.18 1.19 Touch is critical to navigation and spatial reasoning and as such I 1.20 need a simulated version of it to give to my AI creatures. 1.21 @@ -1649,7 +1649,7 @@ 1.22 UV-map to world-space is itself a three-step process. 1.23 1.24 - Find the triangles which make up the mesh in pixel-space and in 1.25 - world-space. (=triangles= =pixel-triangles=). 1.26 + world-space. \\(=triangles=, =pixel-triangles=). 1.27 1.28 - Find the coordinates of each feeler in world-space. These are 1.29 the origins of the feelers. (=feeler-origins=).
2.1 --- a/thesis/rlm-cortex-meng.tex Sat Mar 29 23:57:29 2014 -0400 2.2 +++ b/thesis/rlm-cortex-meng.tex Sun Mar 30 00:17:54 2014 -0400 2.3 @@ -47,15 +47,19 @@ 2.4 \usepackage{inconsolata} 2.5 \usepackage{rotating} 2.6 \usepackage{caption} 2.7 +\usepackage{xcolor} 2.8 +\usepackage{minted} 2.9 +\usepackage[backend=bibtex,style=alphabetic]{biblatex} 2.10 2.11 -\usepackage{afterpage} 2.12 2.13 -\afterpage{\clearpage} % 2.14 +\newenvironment{anchoredListing}{\captionsetup{type=listing}}{} 2.15 2.16 -\usepackage[backend=bibtex,style=alphabetic]{biblatex} 2.17 +\renewenvironment{listing}{\begin{anchoredListing}}{ 2.18 + \end{anchoredListing}\ignorespacesafterend 2.19 +} 2.20 \addbibresource{cortex.bib} 2.21 2.22 -\usepackage{xcolor} 2.23 + 2.24 \definecolor{dark-red}{rgb}{0.4,0.15,0.15} 2.25 \definecolor{dark-blue}{rgb}{0.15,0.4,0.15} 2.26 \definecolor{medium-blue}{rgb}{0.15,0.4,0.9} 2.27 @@ -69,7 +73,7 @@ 2.28 \renewcommand{\thefigure}{\arabic{figure}} 2.29 2.30 %%%%% better source code display 2.31 -\usepackage{minted} 2.32 + 2.33 2.34 %% dyl fonts 2.35 2.36 @@ -133,7 +137,7 @@ 2.37 %\bibliographystyle{plainnat} 2.38 %\include{user-guide} 2.39 \begin{singlespace} 2.40 -\printbibliography 2.41 +%\printbibliography 2.42 \end{singlespace} 2.43 \end{document} 2.44