summaryrefslogtreecommitdiff
path: root/support/lsedit/environment
diff options
context:
space:
mode:
Diffstat (limited to 'support/lsedit/environment')
-rw-r--r--support/lsedit/environment/env.com83
-rw-r--r--support/lsedit/environment/latex.envbin0 -> 60433 bytes
-rw-r--r--support/lsedit/environment/latex_accents_and_symbols.lsebin0 -> 3452 bytes
-rw-r--r--support/lsedit/environment/latex_bibliography.lsebin0 -> 3810 bytes
-rw-r--r--support/lsedit/environment/latex_build.mmsbin0 -> 1842 bytes
-rw-r--r--support/lsedit/environment/latex_counters.lsebin0 -> 3276 bytes
-rw-r--r--support/lsedit/environment/latex_delimiters.lsebin0 -> 1038 bytes
-rw-r--r--support/lsedit/environment/latex_document_pagestyle.lsebin0 -> 4438 bytes
-rw-r--r--support/lsedit/environment/latex_environments.lsebin0 -> 13398 bytes
-rw-r--r--support/lsedit/environment/latex_footnotes.lsebin0 -> 1146 bytes
-rw-r--r--support/lsedit/environment/latex_general.lsebin0 -> 8592 bytes
-rw-r--r--support/lsedit/environment/latex_language.lsebin0 -> 834 bytes
-rw-r--r--support/lsedit/environment/latex_lengths.lsebin0 -> 1490 bytes
-rw-r--r--support/lsedit/environment/latex_line_and_page.lsebin0 -> 2978 bytes
-rw-r--r--support/lsedit/environment/latex_math.lsebin0 -> 19062 bytes
-rw-r--r--support/lsedit/environment/latex_new_definitions.lsebin0 -> 4382 bytes
-rw-r--r--support/lsedit/environment/latex_picture.lsebin0 -> 10054 bytes
-rw-r--r--support/lsedit/environment/latex_rebuild.lsebin0 -> 1040 bytes
-rw-r--r--support/lsedit/environment/latex_sectioning.lsebin0 -> 5738 bytes
-rw-r--r--support/lsedit/environment/latex_spaces_and_boxes.lsebin0 -> 7904 bytes
-rw-r--r--support/lsedit/environment/latex_styles.lsebin0 -> 6446 bytes
-rw-r--r--support/lsedit/environment/latex_tabbing.lsebin0 -> 3012 bytes
-rw-r--r--support/lsedit/environment/latex_tabular.lsebin0 -> 4472 bytes
-rw-r--r--support/lsedit/environment/latex_titlepage.lsebin0 -> 1278 bytes
-rw-r--r--support/lsedit/environment/latex_tocloflot.lsebin0 -> 2060 bytes
-rw-r--r--support/lsedit/environment/latex_typestyles_and_typefaces.lsebin0 -> 3474 bytes
-rw-r--r--support/lsedit/environment/slitex.lsebin0 -> 6554 bytes
27 files changed, 83 insertions, 0 deletions
diff --git a/support/lsedit/environment/env.com b/support/lsedit/environment/env.com
new file mode 100644
index 0000000000..4ca5fc8265
--- /dev/null
+++ b/support/lsedit/environment/env.com
@@ -0,0 +1,83 @@
+$ OPEN/WRITE INIT_FILE LATEX_REBUILD.LSE
+$ SOURCE_LIST = ""
+$ WRITE INIT_FILE "GOTO FILE LATEX_LANGUAGE.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_LANGUAGE.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_ACCENTS_AND_SYMBOLS.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_ACCENTS_AND_SYMBOLS.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_BIBLIOGRAPHY.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_BIBLIOGRAPHY.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_COUNTERS.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_COUNTERS.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_DELIMITERS.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_DELIMITERS.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_DOCUMENT_PAGESTYLE.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_DOCUMENT_PAGESTYLE.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_ENVIRONMENTS.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_ENVIRONMENTS.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_FOOTNOTES.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_FOOTNOTES.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_GENERAL.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_GENERAL.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_LENGTHS.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_LENGTHS.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_LINE_AND_PAGE.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_LINE_AND_PAGE.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_MATH.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_MATH.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_NEW_DEFINITIONS.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_NEW_DEFINITIONS.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_PICTURE.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_PICTURE.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_SECTIONING.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_SECTIONING.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_SPACES_AND_BOXES.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_SPACES_AND_BOXES.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_STYLES.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_STYLES.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_TABBING.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_TABBING.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_TABULAR.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_TABULAR.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_TITLEPAGE.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_TITLEPAGE.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_TOCLOFLOT.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_TOCLOFLOT.LSE "
+$ WRITE INIT_FILE "GOTO FILE LATEX_TYPESTYLES_AND_TYPEFACES.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "LATEX_TYPESTYLES_AND_TYPEFACES.LSE "
+$ WRITE INIT_FILE "GOTO FILE SLITEX.LSE"
+$ WRITE INIT_FILE "DO"
+$ SOURCE_LIST = SOURCE_LIST + "SLITEX.LSE "
+$ WRITE INIT_FILE "!CHECK LANGUAGE LATEX"
+$ WRITE INIT_FILE "!WRITE/BUF=$CHECK_LANGUAGE TT:"
+$ WRITE INIT_FILE "SAVE ENVIRONMENT/ALL LATEX.ENV"
+$ WRITE INIT_FILE "EXIT"
+$ CLOSE INIT_FILE
+$ ENV_FILE = F$SEARCH("LATEX.ENV")
+$ ENV_QUAL = "/ENVIRONMENT=''ENV_FILE'"
+$ IF ENV_FILE .EQS. "" THEN ENV_QUAL = "/NOENVIRONMENT"
+$ LSEDIT = "LSEDIT"
+$ WRITE SYS$OUTPUT "The list of changed source(s) is:"
+$ WRITE/symbol SYS$OUTPUT SOURCE_LIST
+$ LSEDIT /NODISPLAY/NOSYSTEM/SECTION=SYS$LIBRARY:LSE$SECTION/NOCOMMAND /INITIALIZATION=LATEX_REBUILD.LSE'ENV_QUAL' SYS$SCRATCH:DUMMY.FILE
diff --git a/support/lsedit/environment/latex.env b/support/lsedit/environment/latex.env
new file mode 100644
index 0000000000..2d427a1e08
--- /dev/null
+++ b/support/lsedit/environment/latex.env
Binary files differ
diff --git a/support/lsedit/environment/latex_accents_and_symbols.lse b/support/lsedit/environment/latex_accents_and_symbols.lse
new file mode 100644
index 0000000000..d920dd1ef0
--- /dev/null
+++ b/support/lsedit/environment/latex_accents_and_symbols.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_bibliography.lse b/support/lsedit/environment/latex_bibliography.lse
new file mode 100644
index 0000000000..9eabd8f2b9
--- /dev/null
+++ b/support/lsedit/environment/latex_bibliography.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_build.mms b/support/lsedit/environment/latex_build.mms
new file mode 100644
index 0000000000..0d20c12c46
--- /dev/null
+++ b/support/lsedit/environment/latex_build.mms
Binary files differ
diff --git a/support/lsedit/environment/latex_counters.lse b/support/lsedit/environment/latex_counters.lse
new file mode 100644
index 0000000000..a64b13bcfd
--- /dev/null
+++ b/support/lsedit/environment/latex_counters.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_delimiters.lse b/support/lsedit/environment/latex_delimiters.lse
new file mode 100644
index 0000000000..cd20ca11d4
--- /dev/null
+++ b/support/lsedit/environment/latex_delimiters.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_document_pagestyle.lse b/support/lsedit/environment/latex_document_pagestyle.lse
new file mode 100644
index 0000000000..b1fa6314dc
--- /dev/null
+++ b/support/lsedit/environment/latex_document_pagestyle.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_environments.lse b/support/lsedit/environment/latex_environments.lse
new file mode 100644
index 0000000000..0cc6435c00
--- /dev/null
+++ b/support/lsedit/environment/latex_environments.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_footnotes.lse b/support/lsedit/environment/latex_footnotes.lse
new file mode 100644
index 0000000000..06682ce7dd
--- /dev/null
+++ b/support/lsedit/environment/latex_footnotes.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_general.lse b/support/lsedit/environment/latex_general.lse
new file mode 100644
index 0000000000..55114fa6f4
--- /dev/null
+++ b/support/lsedit/environment/latex_general.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_language.lse b/support/lsedit/environment/latex_language.lse
new file mode 100644
index 0000000000..ecf2311d42
--- /dev/null
+++ b/support/lsedit/environment/latex_language.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_lengths.lse b/support/lsedit/environment/latex_lengths.lse
new file mode 100644
index 0000000000..4950e28b72
--- /dev/null
+++ b/support/lsedit/environment/latex_lengths.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_line_and_page.lse b/support/lsedit/environment/latex_line_and_page.lse
new file mode 100644
index 0000000000..a0c3c9ea63
--- /dev/null
+++ b/support/lsedit/environment/latex_line_and_page.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_math.lse b/support/lsedit/environment/latex_math.lse
new file mode 100644
index 0000000000..6628ed9056
--- /dev/null
+++ b/support/lsedit/environment/latex_math.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_new_definitions.lse b/support/lsedit/environment/latex_new_definitions.lse
new file mode 100644
index 0000000000..07f71c06c1
--- /dev/null
+++ b/support/lsedit/environment/latex_new_definitions.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_picture.lse b/support/lsedit/environment/latex_picture.lse
new file mode 100644
index 0000000000..1902ef080b
--- /dev/null
+++ b/support/lsedit/environment/latex_picture.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_rebuild.lse b/support/lsedit/environment/latex_rebuild.lse
new file mode 100644
index 0000000000..1ae6b28ed6
--- /dev/null
+++ b/support/lsedit/environment/latex_rebuild.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_sectioning.lse b/support/lsedit/environment/latex_sectioning.lse
new file mode 100644
index 0000000000..196a026252
--- /dev/null
+++ b/support/lsedit/environment/latex_sectioning.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_spaces_and_boxes.lse b/support/lsedit/environment/latex_spaces_and_boxes.lse
new file mode 100644
index 0000000000..01c1553816
--- /dev/null
+++ b/support/lsedit/environment/latex_spaces_and_boxes.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_styles.lse b/support/lsedit/environment/latex_styles.lse
new file mode 100644
index 0000000000..264d0cc173
--- /dev/null
+++ b/support/lsedit/environment/latex_styles.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_tabbing.lse b/support/lsedit/environment/latex_tabbing.lse
new file mode 100644
index 0000000000..17293d867c
--- /dev/null
+++ b/support/lsedit/environment/latex_tabbing.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_tabular.lse b/support/lsedit/environment/latex_tabular.lse
new file mode 100644
index 0000000000..bbe87221e1
--- /dev/null
+++ b/support/lsedit/environment/latex_tabular.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_titlepage.lse b/support/lsedit/environment/latex_titlepage.lse
new file mode 100644
index 0000000000..821c44ef87
--- /dev/null
+++ b/support/lsedit/environment/latex_titlepage.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_tocloflot.lse b/support/lsedit/environment/latex_tocloflot.lse
new file mode 100644
index 0000000000..82cb58339d
--- /dev/null
+++ b/support/lsedit/environment/latex_tocloflot.lse
Binary files differ
diff --git a/support/lsedit/environment/latex_typestyles_and_typefaces.lse b/support/lsedit/environment/latex_typestyles_and_typefaces.lse
new file mode 100644
index 0000000000..0675f84247
--- /dev/null
+++ b/support/lsedit/environment/latex_typestyles_and_typefaces.lse
Binary files differ
diff --git a/support/lsedit/environment/slitex.lse b/support/lsedit/environment/slitex.lse
new file mode 100644
index 0000000000..9194d82082
--- /dev/null
+++ b/support/lsedit/environment/slitex.lse
Binary files differ