Use latex for slides

Source: Internet
Author: User
Compared with PowerPoint, latex provides two advantages: one is that it supports formulas and the other is that templates can be reused. The disadvantage is that latex is slightly more complicated. You can weigh your weight.
Beamer, the author of Beamer, is Professor till tantau of Germany (http://www.tcs.uni-luebeck.de/pages/tantau ).
Next let's take a step:
1. Install
I used the full version of ctex 2.4.6, which includes Beamer, partner PGF, and xcolor.
2. Lazy people start from example.
[Installation directory] \ texmf \ doc \ latex \ Beamer
Among them, the doc directory contains the instruction document, the solutions directory contains templates for three speech scenarios, and there are many examples in examples, among which No. 6 has a Chinese example. However
\ Begin {CJK} {GB} {Kai}
......
\ End {CJK}

To change

\begin{CJK*}{GBK}{kai}
......
\end{CJK*}

3. Create a directory for slide. The directory starts with the speech date. Well, good habits.
4. Select a template in examples.
5 hints of mine, experience
Hint1

To support Chinese characters, the document type should be written in this way
\ Documentclass [CJK] {Beamer}

Hint2

[Take a speech within 30 minutes as an example] section is a section. Generally, there are two to three sections. Each section generally has two to three subsections. Each subsection contains two to three frames, and each frame is a slide. Slide can have a multi-level list, with \ begin {itemize }.. surrounded by \ end {itemize}, each element in the list is represented by \ item. \ item can be followed by conditions (that is, overlays syntax), such as "\ item <, 10-> ", indicating that the project will appear in frames later than 1, 2, 4, 5, 8, and 10 of the frame.

Hint3

The syntax for inserting a logo is
\ Pgfdeclareimage [Height = 1 cm] {LOGO} {Thu-LOGO}
\ Logo {\ pgfuseimage {LOGO }}
The red part must be consistent. The blue part is the image file name. Put the image in the directory where slide is located.

Hint4

Syntax for inserting an image
\ Begin {figure}
\ Includegraphics <1-> incluheight%7cm,angle%0%%test.jpg}
\ Caption {\ hfill {Title }}
\ End {figure}

6. There are also many references that are better written here. Share the following:

My Beamer slide Template

Introduction to using Beamer to create slide

Tutorial 1

Tutorial 2

==========
I got up at half past six today to test level 2, and rushed to the test room at half past seven according to the admission ticket. I found that I was the second student. Hey, next time you go to bed.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.