Kai–
Here is the script:
var find = [
// Old Testament
“(Genesis|Gen.?)”,
“(Exodus|Ex.?)”,
“(Leviticus|Lev.?)”,
“(Numbers|Num.?)”,
“(Deuteronomy|Deut.?)”,
“(Joshua|Josh.?)”,
“(Judges|Jud.?)”,
“(Ruth)”,
“([12] (Samuel|Sam.?))”,
“([12] (Kings|Kgs.?)”,
“([12] (Chronicles|Chron.?)”,
“(Ezra)”,
“(Nehemiah|Neh.?)”,
“(Esther)”,
“(Job)”,
“(Psalms|Ps.?)”,
“(Proverbs|Prov.?)”,
“(Ecclesiastes|Eccl.?)”,
“(Song of Solomon)”,
“(Isaiah|Isa.?)”,
“(Jeremiah|Jer.?)”,
“(Lamentations|Lam.?)”,
“(Ezekiel|Ezek.?)”,
“(Daniel|Dan.?)”,
“(Hosea|Hos.?)”,
“(Joel)”,
“(Amos)”,
“(Obadiah)”,
“(Jonah)”,
“(Micah)”,
“(Nahum)”,
“(Habakkuk)”,
“(Zephaniah)”,
“(Haggai)”,
“(Zechariah)”,
“(Malachi)”,
// New Testament
“(Matthew|Matt.?)”,
“(Mark)”,
“(Luke)”,
“(John)”,
“(Acts)”,
“(Romans)”,
“([12] Corinthians)”,
“(Galatians)”,
“(Ephesians)”,
“(Phillippians)”,
“(Colossians)”,
“([12] Thessalonians)”,
“([12] Timothy)”,
“(Titus)”,
“(Philemon)”,
“(Hebrews)”,
“(Proverbs)”,
“(James)”,
“([12] Peter)”,
“([12] John)”,
“(Jude)”,
“(Revelations)”,
// Book of Mormon
“([1234] (Nephi|Ne?.?))”,
“(Jacob|Jac.?)”,
“(Enos)”,
“(Jarom|Jar.?)”,
“(Omni)”,
“(Words of Mormon)”,
“(Mosiah|Mos.?)”,
“(Alma)”,
“(Helaman|Hel.?)”,
“(Mormon|Mor.?)”,
“(Ether|Eth.?)”,
“(Moroni|Mor.?)”,
// Doctrine & Covenants
“(Doctrine and Covenants|D&C)”,
// Pearl of Great Price
“(Moses)”,
“(Abraham|Abr.?)”,
“(Joseph Smith–Matthew|JS–M)”,
“(Joseph Smith–History|JS–H)”,
“(Articles of Faith)”,
//Other books
“(Documentary History of the Church|DHC)”,
“(History of the Church|HC)”,
];
//var prt = new Array(100);
var ln = “”;
app.findChangeGrepOptions = null;
app.findGrepPreferences = app.changeGrepPreferences = null;
app.findChangeGrepOptions.includeFootnotes = true;
for (var i = 0; i < find.length; i++)
{
ln = “(” + find[i] + ” d{1,3}[:–]d{1,3}([;–]d{1,3})?(, d{1,3})?(; d{1,3})?([:?]d{1,3})?)”;
app.findGrepPreferences.findWhat = ln;
app.changeGrepPreferences.fillColor = ‘C=0 M=100 Y=0 K=0’; //red
app.changeGrepPreferences.changeTo = “$1”;
app.activeDocument.changeGrep();
// prt[i] = $1;
}
// for(var i = 0; i<find.length; i++)
// alert(prt[i]);
and a sample of a file:
The collocation “refuse to be comforted,” as used here by Enoch, is abundantly attested throughout the Hebrew Bible. The Psalmist recalls, “In the day of my trouble I sought the Lord: my sore ran in the night, and ceased not: my soul refused to be comforted [m???nâ hinn???m napšî]” (Psalms 77:2 [MT 77:3]). Similarly, Jeremiah records the Babylonian destruction of Ramah in the tribal land of Benjamin, just north of Jerusalem at the time of the exile: “Thus saith the Lord; A voice was heard in Ramah, lamentation, and bitter weeping; Rahel [Rachel] weeping for her children refused to be comforted [m???nâ l?hinn???m] for her children, because they were not” (Jeremiah 31:15). Nearer the Noah story in Genesis, at the beginning of the Joseph cycle, we note Jacob’s making a similar declaration after his son Joseph’s apparent demise: “And all his sons and all his daughters rose up to comfort him [l?na??mô]; but he refused to be comforted [wa-y?m???n l?hitna??m]; and he said, For I will go down into the grave unto my son mourning. Thus his father wept for him” (Genesis 37:35).
In the context of the narrative, Enoch’s declaration “I will refuse to be comforted” clearly anticipates the formal etiology subsequently proffered in Genesis 5:29/Moses 8:9: “And he called his name Noah, saying: This [son] shall comfort us [Hebrew y?na??m?nû] concerning our work and toil of our hands, because of the ground which the Lord hath cursed” (see further below). Enoch’s “refus[al] to be comforted” thus frames Noah’s story in an entirely new way and helps us understand the “comfort” which Lamech foresees (and which the Lord shows Enoch) Noah will bring. Noah and his posterity — specifically his descendant Jesus Christ — will eventually bring “comfort” and “rest” to the earth in a manner that vastly transcends the idea that the patriarch Noah would merely give “comfort” as a winemaker (see below). Noah’s seed would include the Messiah, who would atone so that “all they that mourn may
Thanks for your help!
Regards,
Tim