From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/rtsched/auto/rtexample.el | 19 +++++++ macros/latex/contrib/rtsched/auto/rtsched-doc.el | 20 ++++++++ macros/latex/contrib/rtsched/auto/rtsched.el | 65 ++++++++++++++++++++++++ 3 files changed, 104 insertions(+) create mode 100644 macros/latex/contrib/rtsched/auto/rtexample.el create mode 100644 macros/latex/contrib/rtsched/auto/rtsched-doc.el create mode 100644 macros/latex/contrib/rtsched/auto/rtsched.el (limited to 'macros/latex/contrib/rtsched/auto') diff --git a/macros/latex/contrib/rtsched/auto/rtexample.el b/macros/latex/contrib/rtsched/auto/rtexample.el new file mode 100644 index 0000000000..44adab821d --- /dev/null +++ b/macros/latex/contrib/rtsched/auto/rtexample.el @@ -0,0 +1,19 @@ +(TeX-add-style-hook "rtexample" + (lambda () + (LaTeX-add-labels + "fig:ex1" + "fig:ex1a" + "fig:ex1b" + "fig:ex1c" + "fig:ex2" + "fig:ex2a" + "fig:ex2b" + "fig:ex2c" + "fig:ex3a") + (TeX-run-style-hooks + "url" + "rtsched" + "latex2e" + "art10" + "article"))) + diff --git a/macros/latex/contrib/rtsched/auto/rtsched-doc.el b/macros/latex/contrib/rtsched/auto/rtsched-doc.el new file mode 100644 index 0000000000..c9a2cce849 --- /dev/null +++ b/macros/latex/contrib/rtsched/auto/rtsched-doc.el @@ -0,0 +1,20 @@ +(TeX-add-style-hook "rtsched-doc" + (lambda () + (LaTeX-add-labels + "fig:ex1" + "fig:ex1a" + "fig:ex1b" + "fig:ex1c" + "fig:resp-time" + "fig:ex2" + "fig:ex2a" + "fig:ex2b" + "fig:ex3a" + "fig:ex4") + (TeX-run-style-hooks + "url" + "rtsched" + "latex2e" + "art10" + "article"))) + diff --git a/macros/latex/contrib/rtsched/auto/rtsched.el b/macros/latex/contrib/rtsched/auto/rtsched.el new file mode 100644 index 0000000000..53eb4bfd6c --- /dev/null +++ b/macros/latex/contrib/rtsched/auto/rtsched.el @@ -0,0 +1,65 @@ +(TeX-add-style-hook "rtsched" + (lambda () + (LaTeX-add-environments + "RTGrid") + (TeX-add-symbols + '("TaskRespTime" ["argument"] 3) + '("TaskExecDelta" ["argument"] 3) + '("RowLabel" ["argument"] 2) + '("RTBox" ["argument"] 2) + '("Activation" ["argument"] 4) + '("Inherit" ["argument"] 3) + '("Label" ["argument"] 3) + '("TaskUnlock" ["argument"] 3) + '("TaskLock" ["argument"] 3) + '("TaskExecution" ["argument"] 3) + '("TaskDeadline" ["argument"] 2) + '("TaskArrDead" ["argument"] 3) + '("TaskArrival" ["argument"] 2) + '("RTSet" 1) + "sx" + "sy" + "hy" + "xx" + "yy" + "xxx" + "yyy" + "nsx" + "nsy" + "nhl" + "nvl" + "tmp" + "RTSetDefault" + "RTNullWindowHeight" + "RTDefTaskSymbol" + "RTDefNumberOffset" + "RTDefTaskFill" + "RTDefTaskColor" + "RTDefLineColor" + "RTDefXScale" + "RTDefWriteSymbols" + "RTDefGridInvisible" + "RTDefNumbersInvisible" + "RTDefRowLabelOffset" + "RTWindowHeight" + "RTWindowLength" + "RTTaskLabelSize" + "RTNumberLabelSize" + "RTTaskColor" + "RTLineColor" + "RTExecLabel" + "RTTaskFill" + "RTXScale" + "RTTaskSymbol" + "RTWriteSymbols" + "RTNumberOffset" + "RTGridInvisible" + "RTNumbersInvisible" + "RTRowLabelOffset" + "RTGridBegin" + "RTGridEnd") + (TeX-run-style-hooks + "keyval" + "pstricks" + "multido"))) + -- cgit v1.2.3