%% %% This is file `uantwerpencoursetext-example.tex', %% generated with the docstrip utility. %% %% The original source files were: %% %% uantwerpendocs.dtx (with options: `ct-example') %% %% This is a generated file. %% %% Copyright (C) 2013-2024 by Walter Daems %% %% This work may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license %% or (at your option) any later version. The latest version of this %% license is in: %% %% http://www.latex-project.org/lppl.txt %% %% and version 1.3 or later is part of all distributions of LaTeX version %% 2005/12/01 or later. %% %% This work has the LPPL maintenance status `maintained'. %% %% The Current Maintainer of this work is Walter Daems. %% \documentclass[ti,a4paper,11pt,oneside,openright,cameraready,filled]{uantwerpencoursetext} %% ti specifies the department, change to the letter combination of %% your department %% a4paper specifies the paper format %% 11pt sets the font size to 11pt, i.e. a good average %% oneside if you want a one-sided document, change to twoside if you %% want a recto verso document %% openright causes you chapters to start on a right-hand page when %% your document is twosided %% cameraready removes the graphical elements from the title and final %% page, as they will be typeset by universitas (in color) %% filled causes left and right filling (which - by the way - is %% not helpful for easy reading; remove for a left-filled %% document)w %% make paragraphs indent \setlength\parindent{1in} %% provide a space of 1ex bewteen paragraphs \setlength\parskip{0ex} %% load the proper language(s) (last language will trigger the language %% of the logo a.o.) \usepackage[english,dutch]{babel} %% You can then use \selectlanguage{english} to start a piece of text %% in english, and \selectlanguage{dutch} to start a piece of text in %% dutch. This will cause the correct hypernation patterns to be %% loaded. %% To keep a consistent naming of the chapters (a.o.) make sure you %% switch back to the document's overall language! %% this is just for some dummy text, please remove in your copy \usepackage{kantlipsum} %% set title, subtitle and author \title{Z\'agen, zoeken en zuchten} \subtitle{Cursusnota's} \author{Walter Daems en Paul Levrie} %% better keep track of the different versions (and the corresponding %% publication year) of your course \courseversion{1.3} \versionyear{2023} %% mention who lectures the course (can be different from the author) \lecturer{Zoltan Zo\"ekers} \lecturer{Siana Sigh} \lecturer{Zeger de Z\'ager} %% you can use two ways to specify a dgree: %% (1) explicitly with text %% e.g. \degree{Master of Science in de industri\"ele wetenschappen: %% elektronica-ICT} %% (2) by specifying the correct code, to fetch the text from a table %% with correct degree mentions \bamadegree{ti-en-ma-ei} %% you can even add multiple degrees and mix the two ways! %% you can specify multiple courses: %% - first argument is the course number %% - second argument is the course name \course{2023FTIZZZ}{5-Zoekmachines in een zaagperspectief} \course{2045FTIIII}{6-Zaagmachines in \'e\'en zuchtperspectief} %% for which academic year the course is intended \academicyear{2023-2024} %% leave this as is if you use Universitas as print shop \publisher{Universitas Cursusdienst | Prinsesstraat 16 | 2000 Antwerpen | T +32 3 233 23 73 | E info@cursusdienst.be} %% universitas will provide you with a code, that you can provide on %% your PDF copy (if you distribute any to your students. If not, just omit. \publishercode{C11111102} %% you can specify additional copyright notices on the copyright page %% (i.e. the back of the title page) \copyrightnotices{ The graphics in this document have been typeset using \texttt{TikZ}.\\ This document has been \TeX-ed on a GNU/Linux workstation. } \begin{document} %% creates the title page, remove if you don't want any \maketitle %% causes the first pages to be roman numbered \frontmatter %% sets the table of contents (automatically for you) \tableofcontents %% changes the numbering system to arabic and restart from 1 \mainmatter %% a non-numbered chapter \chapter*{Inleiding} %% some automatically generated bogus text: remove in your copy \kant[1] %% a first numbered chapter \chapter{Onzin voor dummies} %% a first numbered section \section{Het gebeuren} \kant[2] \begin{equation} e^{-j\pi} + 1 = 0 \end{equation} \kant[3] \section{En waartoe het geleid heeft} \kant[4] \subsection{Herhaling} \kant[5] \subsection{Begint vervelend te worden} \kant[6] \clearpage \subsection{Begint echt vervelend te worden} \kant[7-10] \chapter{Besluit} %% changes the chapter numbering to letters and uses 'Appendix' or %% 'Bijlage' (in dutch) as chapter name. %% !! do not use \backmatter before \appendix: it is broken! \appendix \chapter{Symbolen} \chapter{Romeinse sprekers} \chapter{Referentielijst} %% typeset the final page with some graphic material on it \makefinalpage \end{document} \endinput %% %% End of file `uantwerpencoursetext-example.tex'.