Browse Source

updated journal + exculed preambule in a seperate file

Noah 4 years ago
parent
commit
a23f317bce
4 changed files with 80 additions and 73 deletions
  1. 12 6
      diary/2021/2021_04.tex
  2. 1 65
      diary/main.tex
  3. 65 0
      diary/preambule.tex
  4. 2 2
      diary/title.tex

+ 12 - 6
diary/2021/2021_04.tex

@@ -190,9 +190,14 @@ https://abhiandroid.com/ui/
 We arranged that we work independent till Sunday (18.4.21) on research for the GUI. So that in the end we can exchange our knowlege. 
 and we arranged that we work on Hello world 
 
+\includegraphics[width=.8\textwidth]{media/WochenPlan13.4.jpeg}
 
 
-\includegraphics[width=.8\textwidth]{media/WochenPlan13.4.jpeg}
+\def\day{\textit{April 13st Noah, 2021}}
+\def\weekday{\textit{Thursday}}
+\subsection*{\weekday, \day}
+
+I successfully installed both NDK and SDK on my Arch Linux Desktop PC. Now Android Studio won't crash on startup.
 
 
 \def\day{\textit{April 14st Simon, 2021}}
@@ -219,11 +224,12 @@ https://developer.android.com/training/basics/firstapp
 Installed java 8 so i can compile the build.gradle file but for this wasn't enough time
 
 
+\def\day{\textit{April 14st Noah, 2021}}
+\def\weekday{\textit{Wednesday}}
+\subsection*{\weekday, \day}
 
+I sucessfully managed to compile the app \url{https://github.com/aario/snotepad} on Arch Linux using the \texttt{jdk8-openjdk} package.\\
 
+Also I installed Ubuntu, so I could use the same environment as Simon.\\
 
-
-
-
-
-
+I wrote the adb guide \url{https://noahvogt.com/resources/adb-guide.html} and corrected all the errors Simon pointed out to me.

+ 1 - 65
diary/main.tex

@@ -1,68 +1,4 @@
-\documentclass[a4paper, 12pt]{article}
-
-\def\arcdeg{\hbox{$^\circ$}}
-\def\arcmin{\hbox{$^\prime$}}
-\def\arcsec{\hbox{$^{\prime\prime}$}}
-\def\farcs{\hbox{$.\!\!^{\prime\prime}$}}
-\def\farcm{\hbox{$.\!\!^{\prime}$}}
-\def\itfarcs{\hbox{{\it $.\!\!^{\prime\prime}$}}}
-\def\arcpt{${{\lower3pt\hbox{$^{\prime\prime}$}}\atop{\raise4pt\hbox{.}}}$}
-
-\setlength\evensidemargin{0.0in}
-\setlength\oddsidemargin{0.0in}
-\setlength\textwidth{6.5in}
-\setlength\textheight{9.5in}
-\setlength\topmargin{-0.5in}
-
-\usepackage{graphicx}
-
-\usepackage{geometry}
-\geometry{ headsep=20pt,
-headheight=20pt,
-left=10mm,
-top=15mm,
-right=10mm,
-bottom=15mm,
-footskip=20pt,
-includeheadfoot}
-
-\setlength{\parindent}{0em}
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% For Footer
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\usepackage[english]{babel}
-\usepackage[utf8]{inputenc}
-\usepackage{fancyhdr}
- 
-\pagestyle{fancy}
-\fancyhf{}
-\renewcommand{\headrulewidth}{0pt}
-%\rhead{Share\LaTeX}
-%\lhead{Guides and tutorials}
-\rfoot{\thepage}
-\def\day{}
-\cfoot{\textit{\day}}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% For Multiple Columns within Text
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\usepackage{multicol}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% For Links to Websites
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% https://www.sharelatex.com/learn/Hyperlinks
-\usepackage{hyperref}
-\hypersetup{
-    colorlinks=true,
-    linkcolor=blue,
-    filecolor=magenta,      
-    urlcolor=cyan,
-}
- 
-\urlstyle{same}
+\include{preambule}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{document}

+ 65 - 0
diary/preambule.tex

@@ -0,0 +1,65 @@
+\documentclass[a4paper, 12pt]{article}
+
+\def\arcdeg{\hbox{$^\circ$}}
+\def\arcmin{\hbox{$^\prime$}}
+\def\arcsec{\hbox{$^{\prime\prime}$}}
+\def\farcs{\hbox{$.\!\!^{\prime\prime}$}}
+\def\farcm{\hbox{$.\!\!^{\prime}$}}
+\def\itfarcs{\hbox{{\it $.\!\!^{\prime\prime}$}}}
+\def\arcpt{${{\lower3pt\hbox{$^{\prime\prime}$}}\atop{\raise4pt\hbox{.}}}$}
+
+\setlength\evensidemargin{0.0in}
+\setlength\oddsidemargin{0.0in}
+\setlength\textwidth{6.5in}
+\setlength\textheight{9.5in}
+\setlength\topmargin{-0.5in}
+
+\usepackage{graphicx}
+
+\usepackage{geometry}
+\geometry{ headsep=20pt,
+headheight=20pt,
+left=10mm,
+top=15mm,
+right=10mm,
+bottom=15mm,
+footskip=20pt,
+includeheadfoot}
+
+\setlength{\parindent}{0em}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% For Footer
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage[english]{babel}
+\usepackage[utf8]{inputenc}
+\usepackage{fancyhdr}
+ 
+\pagestyle{fancy}
+\fancyhf{}
+\renewcommand{\headrulewidth}{0pt}
+%\rhead{Share\LaTeX}
+%\lhead{Guides and tutorials}
+\rfoot{\thepage}
+\def\day{}
+\cfoot{\textit{\day}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% For Multiple Columns within Text
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage{multicol}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% For Links to Websites
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% https://www.sharelatex.com/learn/Hyperlinks
+\usepackage{hyperref}
+\hypersetup{
+    colorlinks=true,
+    linkcolor=blue,
+    filecolor=magenta,      
+    urlcolor=cyan,
+}
+ 
+\urlstyle{same}

+ 2 - 2
diary/title.tex

@@ -9,9 +9,9 @@
 	\bf{Matur Journal}
     
 	\Large
-	\it{Simon Hammer}
+	\it{Noah Vogt \& Simon Hammer}
 	
     \normalsize
     
 %	\vspace{0.33\textheight}
- \end{center}
+ \end{center}