diff options
-rw-r--r-- | .editorconfig | 11 | ||||
-rw-r--r-- | doc/dui.md (renamed from doc/research.md) | 10 | ||||
-rw-r--r-- | doc/dui.tex | 3 | ||||
-rw-r--r-- | doc/research.tex | 3 |
4 files changed, 22 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a9383e8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +insert_final_newline = true + +[*.md] +indent_style = space +indent_size = 2 diff --git a/doc/research.md b/doc/dui.md index ba697a8..ede73c8 100644 --- a/doc/research.md +++ b/doc/dui.md @@ -1,3 +1,5 @@ +# Introduction + # Problem statement The following is the original project description (translated to English): @@ -11,7 +13,11 @@ The following is the original project description (translated to English): > concept. The cart does not need to drive fast, so the image processing does > not need to be very fast. Assume one frame per second (or faster). -# TBD: The big question +# Specifications + +# Architecture + +# Research ## Communication between the Nicla and Zumo @@ -89,6 +95,6 @@ nog niet}. } \communicationConclusion -## Conclusion +# Conclusion \communicationConclusion diff --git a/doc/dui.tex b/doc/dui.tex new file mode 100644 index 0000000..612ee40 --- /dev/null +++ b/doc/dui.tex @@ -0,0 +1,3 @@ +\newcommand\doctitle{DUI} +\input{base.tex} + diff --git a/doc/research.tex b/doc/research.tex deleted file mode 100644 index af15484..0000000 --- a/doc/research.tex +++ /dev/null @@ -1,3 +0,0 @@ -\newcommand\doctitle{Research document} -\input{base.tex} - |