Seon-Ho Park's Blog (sunoblog) Study on Computer Science, Security, Model

3Aug/101

Useful Tip in WinEdt when writing latex document

I found this function accidentally. When writing latex code, we most often type \begin{...}...\end{...}.

This work is frankly troublesome work though someone think that work as a trivial work.

There is a way reducing typing work.

First, just type \begin{...} and <shift+]> (that is, '}').

That's all.

\begin{frame}  \end{frame}

Tagged as: , 1 Comment
19Jul/100

\mathcal{}

\mathcal{F}, \mathcal{P}, \mathcal{L}_{0}^{'}

\mathcal{F}, \mathcal{P}, \mathcal{L}_{0}^{'}

6Jul/101

Installing Beamer

Today I tried to install the beamer-class to make document for presentation using latex. Until now, I have used MS Power Point application mainly for making presentation document. The power point program is useful and easy for making presentation slides, but it has several difficulties in compatibility and mathematical expression. I suffered these problems in last seminar. So, I decided to try another method though I'm very very busy... I like latex and its mathematical representation, therefore I try to search methods to make presentation using latex. As a result, I found "beamer-class". I downloaded it at once, and tried to install...but it is not easy because I don't know well various functions of the MikTeX. I searched method for install it...and I became known installing beamer-class in MikTex is very simple and easy....

  • After downloading beamer file, just extract that and put it in a so-called texmf tree (c:\texmf in my case)
  • In MikTeX, reflesh FNDB (Setting->General->Refresh FNDB)
  • Installation is just completed.

More details for installation are described "beameruserguide.pdf" in downloaded files. If you are not a MikTeX user, refer to the pdf file.

I'll soon post a result of making my presentation document made using beamer.

Tagged as: , 1 Comment