authored manual working, yet to distribute the locators
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Mon, 29 Jun 2026 06:33:18 +0000 (06:33 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Mon, 29 Jun 2026 06:33:18 +0000 (06:33 +0000)
14 files changed:
developer/authored/Manuscript.copy/Document/RT-Manuscript_locator.js
developer/authored/Manuscript.copy/Document/manual.html
developer/authored/Manuscript.copy/Element/TOC.js
developer/authored/Manuscript.copy/Element/chapter.js
developer/authored/Manuscript.copy/Element/code.js
developer/authored/Manuscript.copy/Element/constraint.js
developer/authored/Manuscript.copy/Element/counter.js
developer/authored/Manuscript.copy/Element/crossref.js
developer/authored/Manuscript.copy/Element/endnote.js
developer/authored/Manuscript.copy/Element/math.js
developer/authored/Manuscript.copy/Element/symbol.js
developer/authored/Manuscript.copy/Element/term.js
developer/authored/Manuscript.copy/Element/theme_selector.js
developer/authored/Manuscript.copy/Element/title.js

index 87e0fe4..9f1669f 100644 (file)
@@ -1,7 +1,7 @@
 /*
   immediate.js
 
-  There are 4 variations for RT-Style-locator.js:
+  There are 4 variations for RT-Manuscript-locator.js:
 
   URL_only - used by websites
   indirect - used by Harmony projects, except for RT-Manuscript
@@ -14,5 +14,5 @@ window.RT = window.RT || {};
 
 (function() {
   window.RT.dirpr_library = "..";
-  document.write('<script src="' + window.RT.dirpr_library + '/Core/RT-Style_make.js"><\/script>');
+  document.write('<script src="' + window.RT.dirpr_library + '/Core/RT-Manuscript_make.js"><\/script>');
 })();
index 22da8cb..bf37759 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
   <head>
     <meta charset="UTF-8">
-    <title>RT Style System: Reference Manual</title>
+    <title>RT Manuscript: Reference Manual</title>
     <script src="RT-Manuscript_locator.js"></script>
     <script>
       window.RT.theme_preference('inverse_wheat');
index 494b90a..78d7daa 100644 (file)
@@ -21,7 +21,7 @@ Next heading 2                3
 (function() {
 
   if (!window.RT) {
-    console.error("RT not defined - was RT-Style_make run?");
+    console.error("RT not defined - was RT-Manuscript_make run?");
     return;
   }
   if (!window.RT.Element) {
index 3ff9860..2c7dcae 100644 (file)
@@ -6,7 +6,7 @@
 (function() {
 
   if (!RT) {
-    console.error("RT not defined – was RT-Style_make run?");
+    console.error("RT not defined – was RT-Manuscript_make run?");
     return;
   }
   if (!RT.Element) {
index 142a0be..9e589b9 100644 (file)
@@ -7,7 +7,7 @@
 (function(){
 
   if (!RT) {
-    console.error("RT not defined – was RT-Style_make run?");
+    console.error("RT not defined – was RT-Manuscript_make run?");
     return;
   }
   if (!RT.Element) {
index 9793f00..41b12c7 100644 (file)
@@ -2,7 +2,7 @@
 (function() {
 
   if (!RT) {
-    console.error("RT not defined – was RT-Style_make run?");
+    console.error("RT not defined – was RT-Manuscript_make run?");
     return;
   }
   if (!RT.Element) {
index 8590c80..08dd74f 100644 (file)
@@ -6,7 +6,7 @@
 (function() {
 
   if (!RT) {
-    console.error("RT not defined - was RT-Style_make run?");
+    console.error("RT not defined - was RT-Manuscript_make run?");
     return;
   }
   if (!RT.Element) {
@@ -89,7 +89,7 @@
       }
 
       if (isNaN(num) || num < 1) {
-        console.error(`RT-Style Layout Error: Type mismatch. Invalid 'on-first-step' value '${val_str}' for style '${style}' in counter '${counter_name}'.`);
+        console.error(`RT-Manuscript Layout Error: Type mismatch. Invalid 'on-first-step' value '${val_str}' for style '${style}' in counter '${counter_name}'.`);
         return 1;
       }
       return num;
           const depth = state.stack.length - 1;
 
           if (state.empty[depth]) {
-               console.error(`RT-Style Layout Error: Attempted to snapshot an empty counter '${counter_name}' at snapshot '${snapshot_name}'. A person must use <RT·Counter·step> before taking a snapshot.`);
+               console.error(`RT-Manuscript Layout Error: Attempted to snapshot an empty counter '${counter_name}' at snapshot '${snapshot_name}'. A person must use <RT·Counter·step> before taking a snapshot.`);
           } else {
                RT.dict_snapshot[snapshot_name] = clone_state(state);
           }
         reads[i].innerHTML = (value !== undefined) ? value : `[Missing key: ${key}]`;
       } else {
         reads[i].innerHTML = `[Unknown snapshot: ${snapshot_name}]`;
-        console.error(`RT-Style Layout Error: <RT·Counter·read> failed. No snapshot named '${snapshot_name}' found in the dictionary.`);
+        console.error(`RT-Manuscript Layout Error: <RT·Counter·read> failed. No snapshot named '${snapshot_name}' found in the dictionary.`);
       }
     }
   });
index 0047dcc..bf7cded 100644 (file)
@@ -6,7 +6,7 @@
 (function() {
 
   if (!window.RT) {
-    console.error("RT not defined - was RT-Style_make run?");
+    console.error("RT not defined - was RT-Manuscript_make run?");
     return;
   }
   if (!window.RT.Element) {
index 5c2b143..8b7b446 100644 (file)
@@ -6,7 +6,7 @@
 (function() {
 
   if (!window.RT) {
-    console.error("RT not defined - was RT-Style_make run?");
+    console.error("RT not defined - was RT-Manuscript_make run?");
     return;
   }
   if (!window.RT.Element) {
index 7b60b59..4df1446 100644 (file)
@@ -6,7 +6,7 @@
 (function() {
 
   if (!window.RT) {
-    console.error("RT not defined - was RT-Style_make run?");
+    console.error("RT not defined - was RT-Manuscript_make run?");
     return;
   }
   if (!window.RT.Element) {
index d1beb87..123d3ec 100644 (file)
@@ -6,7 +6,7 @@
 (function() {
 
   if (!window.RT) {
-    console.error("RT not defined - was RT-Style_make run?");
+    console.error("RT not defined - was RT-Manuscript_make run?");
     return;
   }
   if (!window.RT.Element) {
index 0d31402..f2594e0 100644 (file)
@@ -7,7 +7,7 @@
 (function() {
 
   if (!window.RT) {
-    console.error("RT not defined - was RT-Style_make run?");
+    console.error("RT not defined - was RT-Manuscript_make run?");
     return;
   }
   if (!window.RT.Element) {
index be6c805..2d65bb9 100644 (file)
@@ -6,7 +6,7 @@
 (function() {
 
   if (!window.RT) {
-    console.error("RT not defined - was RT-Style_make run?");
+    console.error("RT not defined - was RT-Manuscript_make run?");
     return;
   }
   if (!window.RT.Element) {
@@ -62,7 +62,7 @@
       container.addEventListener('change', (e) => {
         if(e.target.name === 'RT·theme') {
           // Saves 'inverse_wheat' to local storage
-          localStorage.setItem('RT-Style·theme_preference', e.target.value);
+          localStorage.setItem('RT-Manuscript·theme_preference', e.target.value);
           location.reload(); 
         }
       });
index 4c5e484..8dfccfa 100644 (file)
@@ -9,7 +9,7 @@
 (function() {
 
   if (!window.RT) {
-    console.error("RT not defined - was RT-Style_make run?");
+    console.error("RT not defined - was RT-Manuscript_make run?");
     return;
   }
   if (!window.RT.Element) {