summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/rtsched/auto
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/rtsched/auto
Initial commit
Diffstat (limited to 'macros/latex/contrib/rtsched/auto')
-rw-r--r--macros/latex/contrib/rtsched/auto/rtexample.el19
-rw-r--r--macros/latex/contrib/rtsched/auto/rtsched-doc.el20
-rw-r--r--macros/latex/contrib/rtsched/auto/rtsched.el65
3 files changed, 104 insertions, 0 deletions
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")))
+