emacs/templates/beamer_template.ibm.org
2018-04-07 10:54:04 +08:00

1.4 KiB

Beamer Template Document

Prepare

Notes

This is a very simple template of using beamer class in EMACS ORG mode.

Check hardware

Please check whether your system meets:

  • Ubuntu 13.04 or higher version
  • More than 8G memory
  • More than 100M disk space

Download source code

You can get source code from http://www.abc.net/project/y

Unpack source

run following command to extract source code:

   gzip -dc abc.tar.gz |tar xvf -

Configuration

Run autoconf

You can run following command to configure the source code:

   cd abc
   ./configure --with-abc --without-gx

Compile

Run make

You can use following to build:

   make

Install

Run install

do install with:

   sudo make install

Test

Create simple

create you first abc as following:

   # do nothing

do test

run test

   abc test.app

Others

Contact

please contact to shenrs@cn.ibm.com