From 234a70cd91ef8554ac548575e86097570eef1beb Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Fri, 21 Feb 2020 18:48:07 +0100 Subject: [PATCH] Introduction --- 98-misc/intro.tex | 32 ++++++++++++++++++++++++++++++++ ds.tex | 1 + 2 files changed, 33 insertions(+) create mode 100644 98-misc/intro.tex diff --git a/98-misc/intro.tex b/98-misc/intro.tex new file mode 100644 index 0000000..19173e9 --- /dev/null +++ b/98-misc/intro.tex @@ -0,0 +1,32 @@ +\null +\vfill + +\centerline{\setfonts[/20]\bf Lecture Notes on Data Structures} +\bigskip +\bigskip +\centerline{\setfonts[/16]Martin Mareš} +\bigskip +\bigskip +\centerline{Department of Applied Mathematics} +\smallskip +\centerline{Faculty of Mathematics and Physics} +\smallskip +\centerline{Charles University, Prague, Czech Republic} + +\vskip 1.5cm + +{ +\leftskip=0.1\hsize +\rightskip=\leftskip + +\noindent +This is a~preliminary set of lecture notes for my lectures on advanced +(Master's level) data structures. Please keep in mind that it is a~work +in progress, likely to contain errors and definitely lacking polish. +If you find any mistake (hard-to-read parts also count), please report them +to the author by e-mail to \em{mj@ucw.cz}. Thanks and have fun! + +} + +\vfill +\vfill\eject diff --git a/ds.tex b/ds.tex index 5a6af27..ecf885a 100644 --- a/ds.tex +++ b/ds.tex @@ -4,6 +4,7 @@ %\debuggrid %\debugindex +\input 98-misc/intro.tex \input 98-misc/toc.tex \def\includechapaux#1-#2@{\input #1-#2/#2.tex} -- GitLab