~ubuntu-branches/ubuntu/raring/ess/raring-proposed

« back to all changes in this revision

Viewing changes to doc/useR-2006-ESS/Lab1/auto/cph-1-lab.el

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2012-05-09 08:00:38 UTC
  • mfrom: (1.2.23)
  • Revision ID: package-import@ubuntu.com-20120509080038-7an3nhbtgaj02a17
Tags: 12.04-1-1
New upstream patch version released today

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(TeX-add-style-hook "cph-1-lab"
2
 
 (function
3
 
  (lambda ()
4
 
    (LaTeX-add-labels
5
 
     "sec:emacs"
6
 
     "sec:commandline"
7
 
     "sec:cutpaste"
8
 
     "sec:cutpaste:eff1"
9
 
     "sec:cutpaste:eff2"
10
 
     "sec:edit"
11
 
     "sec:example"
12
 
     "start"
13
 
     "sec:using-sas"
14
 
     "sec:emacs:uwbiostat")
15
 
    (TeX-run-style-hooks
16
 
     "html"
17
 
     "palatino"
18
 
     "hyperref"
19
 
     "latex2e"
20
 
     "art10"
21
 
     "article"))))
22