emacs/templates/beamer_template.ibm.org

89 lines
1.4 KiB
Org Mode
Raw Normal View History

2018-04-07 10:54:04 +08:00
#+TITLE: Beamer Template Document
#+AUTHOR: Rongsong Shen
#+EMAIL: shenrs@cn.ibm.com
#+STARTUP: beamer showall
#+OPTIONS: toc:1 H:2 ^:{}
#+EXCLUDE_TAGS: hidden
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: ibmbrl
#+BEAMER_FRAME_LEVEL: 2
#+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Args) %4BEAMER_col(Col) %8BEAMER_extra(Ex)
* 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:
#+BEGIN_EXAMPLE
gzip -dc abc.tar.gz |tar xvf -
#+END_EXAMPLE
* Configuration
** Run autoconf
You can run following command to configure the source code:
#+BEGIN_EXAMPLE
cd abc
./configure --with-abc --without-gx
#+END_EXAMPLE
* Compile
** Run make
You can use following to build:
#+BEGIN_EXAMPLE
make
#+END_EXAMPLE
* Install
** Run install
do install with:
#+BEGIN_EXAMPLE
sudo make install
#+END_EXAMPLE
* Test
** Create simple
create you first abc as following:
#+BEGIN_EXAMPLE
# do nothing
#+END_EXAMPLE
** do test
run test
#+BEGIN_EXAMPLE
abc test.app
#+END_EXAMPLE
* Others
** Contact
please contact to shenrs@cn.ibm.com