Browse Source

Update master with newspaper items

JoostSijm 7 years ago
parent
commit
32a5918f4d
2 changed files with 20 additions and 62 deletions
  1. 15 0
      docs/document.tex
  2. 5 62
      master.tex

+ 15 - 0
docs/document.tex

@@ -0,0 +1,15 @@
+\byline{Titel}{Joost Sijm}
+\lipsum[1]
+\closearticle{}
+
+\byline{Nog een Titel}{Je moeder}
+\lipsum[1]
+\closearticle{}
+
+\byline{Nog een Titel}{Je moeder}
+\lipsum[1]
+\closearticle{}
+
+\byline{Nog een Titel}{Je moeder}
+\lipsum[1]
+\closearticle{}

+ 5 - 62
master.tex

@@ -11,69 +11,12 @@
 %%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-\input{docs/preamble}
+\input{preamble}
 \begin{document}
+\maketitle
 
-%---------------- COVER PAGE -------------------
-\newpage
-\pagestyle{fancy}
-\fancyhf{}
+\begin{multicols}{3}
+	\input{docs/document}
+\end{multicols}
 
-%------------------ HEAD -----------------------
-% \fancyhead[L]{ \includegraphics[scale=0.9]{figs/logo.pdf} }
-
-%------------------ TITLE ----------------------
-\vspace*{6cm}
-\begin{center}
-\Huge  {Big Title}\\
-\vspace{1cm}
-\huge {Middle Title}\\
-\vspace{1cm}
-\small {Small Title} \\
-\end{center}
-
-%------------------ NAMES ----------------------
-\vfill
-\begin{flushright}
-\begin{tabular}{ll}
-Author: & Name Lastname\\
-& \today\\
-& City, Country.
-\end{tabular}
-\end{flushright}
-
-%------------- HEADER - FOOTER -----------------
-\newpage
-\pagestyle{fancy}
-\fancyhf{}
-
-%HEADER
-\fancyhead[L]{\small \rm \textit{Section \rightmark}}
-\fancyhead[R]{\small \rm \textbf{\thepage}}
-
-%FOOTER
-\fancyfoot[L]{\small \rm \textit{Footer - Left}}
-\fancyfoot[R]{\small \rm \textit{Footer - Right}}
-
-\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
-\renewcommand{\headrulewidth}{0.5pt}
-\renewcommand{\footrulewidth}{0.5pt}
-
-%================== INDEX ======================
-\tableofcontents
-% \listoffigures
-
-%================= DOCUMENT ====================
-\newpage
-\input{docs/document}
-
-%================ References ===================
-\newpage
-\newpage
-\begin{thebibliography}{5}
-	% \bibitem{cmos} R. Jacob Baker, \textit{CMOS. Circuit Design, Layout, and Simulation}, 2nd ed., USA: IEEE Press, 2005
-	
-\end{thebibliography}
-
-%============== End of Document ================
 \end{document}