Augmented reality technologies, systems and applications

Augmented reality technologies, systems and applications. This paper surveys the current state-of-the-art of technology, systems and applications in Augmented Reality. It describes work performed by many different research groups, the purpose behind each new Augmented Reality system, and the difficulties and problems encountered when building some Augmented Reality applications. It surveys mobile augmented reality systems… Continue reading Augmented reality technologies, systems and applications

AIR2.6 + Native Mouse Cursor

If you are trying to use the new native cursors in your AIR application and happen to see the following error you might want to try how I solved this problem: VerifyError: Error #1014: Class flash.ui::MouseCursorData could not be found. First things first: if you got until this point you probably have already the AIR… Continue reading AIR2.6 + Native Mouse Cursor

Latex: Autorennamen je chapter, section, subsection

In den header-Teil: %\PassOptionsToPackage{bookmarksopen, %pdfstartview={Fit}, %colorlinks=true, %linkcolor=blue, %urlcolor=blue, %citecolor=blue, %plainpages=false, %pdfpagelabels}{hyperref} \makeatletter \g@addto@macro{\maketitle}{\def\author#1{\def\@author{#1}}} \newcommand*{\extendsectlevel}[1]{% \expandafter\newcommand\expandafter*\csname saved@#1\endcsname{}% \expandafter\let\csname saved@#1\expandafter\endcsname\csname #1\endcsname \expandafter\renewcommand\expandafter*\csname #1\endcsname{% \expandafter\let\csname author@#1\endcsname\@author \@ifstar {\csname star@#1\endcsname}% {\@dblarg{\csname opt@#1\endcsname}}% }% \expandafter\newcommand\expandafter*\csname star@#1\endcsname[1]{% \csname saved@#1\endcsname*{##1% \expandafter\ifx\csname author@#1\endcsname\@empty\else \hfill\linebreak{\normalsize \textmd{\textit{\csname author@#1\endcsname}}}% \fi }% }% \expandafter\newcommand\expandafter*\csname opt@#1\endcsname[2][]{% \csname saved@#1\endcsname[{##1% \expandafter\ifx\csname author@#1\endcsname\@empty\else % \enskip\textmd{\textit{(\csname author@#1\endcsname)}}% % >>> UN/COMMENT the above… Continue reading Latex: Autorennamen je chapter, section, subsection

Published
Categorised as Master

Latex: Umbruch nach \paragraph

In den header-Teil: \makeatletter \renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}% {-3.25ex\@plus -1ex \@minus -.2ex}% {1.5ex \@plus .2ex}% {\normalfont\normalsize\bfseries}} \makeatother (von Stefan_K, Latex Community)

Published
Categorised as Master

Kurz: Parsleys MessageHandler

Damit Events dort ankommen, wo sie ankommen sollen, müssen einige Bedingungen erfüllt sein: Die Event-Dispatcher Klasse muss Parsley bekannt sein also muss diese entweder im Context deklariert sein oder mit dem Configure-Tag, wenn möglich, bekannt gemacht werden Die Event-Dispatcher Klasse muss die Events, die von Parsley verwaltet werden sollen, mit Meta-Tags deklarieren, sofern das nicht… Continue reading Kurz: Parsleys MessageHandler