Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
883e07da
Commit
883e07da
authored
Sep 22, 2009
by
Alexander Wiebel
Browse files
[ADD] makefile and bibliography
parent
bcfa21aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
doc/developer/designDocuments/Makefile
doc/developer/designDocuments/Makefile
+10
-0
doc/developer/designDocuments/openWalnutDesign.tex
doc/developer/designDocuments/openWalnutDesign.tex
+3
-1
No files found.
doc/developer/designDocuments/Makefile
0 → 100644
View file @
883e07da
all
:
pdflatex openWalnutDesign
pdflatex openWalnutDesign
bibtex openWalnutDesign
bibtex openWalnutDesign
pdflatex openWalnutDesign
pdflatex openWalnutDesign
cp
openWalnutDesign.pdf openWalnutDesignDocument.pdf
clean
:
rm
openWalnutDesign.aux openWalnutDesign.log openWalnutDesign.out openWalnutDesign.toc openWalnutDesign.bbl openWalnutDesign.blg openWalnutDesign.pdf openWalnutDesignDocument.pdf
doc/developer/designDocuments/openWalnutDesign.tex
View file @
883e07da
...
...
@@ -66,6 +66,8 @@ section stem from the following website:
\includegraphics
[width=\textwidth]
{
WValue
_
hierachy
}
\caption
{
The class hierarchy describing high-level values in OpenWalnut.
}
\end{figure}
\section
{
Literature
}
For a general overview on visualization in medicine
\cite
{
Preim:2007:VMT
}
can be recommended.
\chapter
{
GUI
}
The GUI module is the only part where we allow gui-toolkit related code. For example, this means that the use of any QT class is
...
...
@@ -122,6 +124,6 @@ myValuePointer = getValuesPointer<float *>()
\begin{itemize}
\item
Data can not be manipulated!
\end{itemize}
\bibliography
{
../../books
}
\end{document}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment