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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2011-02-03 16:10:05 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110203161005-g1bg3cd5mtu15uh3
Tags: 5.13-1
New upstream 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