From owner-freebsd-course@FreeBSD.ORG Sat Oct 5 11:13:23 2013 Return-Path: Delivered-To: freebsd-course@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1692A128; Sat, 5 Oct 2013 11:13:23 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74DB82A7F; Sat, 5 Oct 2013 11:13:21 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id r95BD5kl004794; Sat, 5 Oct 2013 15:13:05 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id r95BD5KD004793; Sat, 5 Oct 2013 15:13:05 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Sat, 5 Oct 2013 15:13:05 +0400 From: Gleb Smirnoff To: Benedict Reuschling Subject: Re: started to lecture in Moscow State University Message-ID: <20131005111305.GE121@glebius.int.ru> References: <20131003132049.GK89219@glebius.int.ru> <12DC5621-5BC8-4950-8569-528005A81C92@neville-neil.com> <20131005091702.GB121@glebius.int.ru> <524FF150.6090003@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <524FF150.6090003@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-course@FreeBSD.org X-BeenThere: freebsd-course@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: educational course on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2013 11:13:23 -0000 On Sat, Oct 05, 2013 at 01:00:32PM +0200, Benedict Reuschling wrote: B> Beamer has a very detailed handbook called beameruserguide.pdf that B> comes with the package. It's well worth reading as it shows many cool B> things you can do with your slides. From changing the layout, colors, B> to making transitions, overlays and much more. Examples in each B> section can be copied directly into your presentation to see what it B> will look like. Thanks for hint. Right now I am buried more in tikz, rather in beamer. I need a lot of schemes and fancy drawings and very little text. Actually, I stick to a rule that says that one's presentation should not contain text that lecturer is about to tell verbally. People either read or listen, so the more text you put on the screen, the less focused they'll be on your talk. Yep, I've been already several days reading TikZ user guide. B> When you're using slides that contain source code (I recommend the B> listings package), you need to make a slide like this: B> B> \begin{frame}[fragile]{Title of the slide} B> bla B> \end{frame} Thanks for hint! Source code is about to be used soon. B> > Also, can anyone give me an advice on how can I make embedded B> > notes for lecturer? What I'd like to achieve is that I keep the B> > slides material and notes in one file, but after 'make' I got a pdf B> > for presentation and a text file with notes for me. B> B> There is a chapter on lecture notes in the beameruserguide called B> "Adding Notes for Yourself". In it, you will find what you are looking B> for using the \note command. Again, thanks for hint. B> Looking forward to more slides from your lecture and topics you'll cover. The plan for Wednesday is to talk about how kernel is entered and exited, on interrupts and traps, and syscall implementation. The practice part would be writing a syscall module. -- Totus tuus, Glebius.