From 51b494961c4ad3ca60e567bf2faec44e3ffc17f8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 30 Mar 2008 23:18:12 +0000 Subject: labbook update (31mar08) git-svn-id: svn://tug.org/texlive/trunk@7247 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/labbook/labbook.el | 39 ----------------------- 1 file changed, 39 deletions(-) delete mode 100644 Master/texmf-dist/source/latex/labbook/labbook.el (limited to 'Master/texmf-dist/source/latex/labbook') diff --git a/Master/texmf-dist/source/latex/labbook/labbook.el b/Master/texmf-dist/source/latex/labbook/labbook.el deleted file mode 100644 index a71af8b92a4..00000000000 --- a/Master/texmf-dist/source/latex/labbook/labbook.el +++ /dev/null @@ -1,39 +0,0 @@ -(TeX-add-style-hook "labbook" - (lambda () - (TeX-add-symbols - '("newexperiment" "abbreviation" t) - '("newsubexperiment" "abbreviation" t) - ) - (setq LaTeX-largest-level (LaTeX-section-level "chapter")) - ;; load basic definitons - (TeX-run-style-hooks "scrbase") - (TeX-run-style-hooks "scrbook") - (make-local-variable 'LaTeX-section-list) - (setq LaTeX-section-list - '(("part" 0) - ("labday" 1) - ("chapter" 1) - ("experiment" 2) - ("section" 2) - ("subexperiment" 3) - ("subsection" 3) - ("subsubsection" 4) - ("paragraph" 5) - ("subparagraph" 6) - ("addpart" 0) - ("addsec" 2) - ("minisec" 7))) - (setq LaTeX-section-label - '(("chapter" . "day:") - ("labday" . "day:") - ("section" . "sec:") - ("experiment" . "sec:") - ("subexperiment" . "sec:") - ("subsection" . "sec:"))) - (if (fboundp 'reftex-add-section-levels) - (reftex-add-section-levels '(("labday" . 1) - ("experiment" . 2) - ("subexperiment" . 3)))) -)) - - -- cgit v1.2.3