Search found 1300 matches

by phspaelti
2013-06-20 06:33:28
Forum: Nisus Writer Pro
Topic: A Feature Request
Replies: 6
Views: 11281

Re: A Feature Request

Here is a macro that will show how to extract various information about images and display the results in a new file. Ideally this should be adjusted to your own preferences, for both the desired info or display format. One shortcoming of this macro is that if the images are inside other floating co...
by phspaelti
2013-05-23 17:52:59
Forum: Nisus Writer Pro
Topic: Anchoring a line on both ends
Replies: 3
Views: 4682

Re: Anchoring a line on both ends

Well you could use a paragraph border...
by phspaelti
2013-05-10 00:09:51
Forum: Nisus Writer Pro
Topic: Can you build a table of authorities with Nisus Writer?
Replies: 9
Views: 20202

Re: Can you build a table of authorities with Nisus Writer?

A table of authorities technically speaking IS an index; an index of citations to be specific. Let's say you are writing your legal document and you refer to the case Smith v. Jones on four different pages. You need to list Smith v. Jones in the Cases section of your Table of Authorities (there's s...
by phspaelti
2013-05-08 16:19:20
Forum: Nisus Writer Pro
Topic: Graphics go wandering?
Replies: 4
Views: 5852

Re: Graphics go wandering?

Hello Bob, Inline graphics move several paragraphs? I can't offer real advice on this problem, but my general experience has been that the option "Position of Page with ¶" is the most reliable. Otherwise I can only point you to the following discussion: http://www.nisus.com/forum/viewtopic...
by phspaelti
2013-05-04 21:25:35
Forum: Nisus Writer Pro
Topic: Can you build a table of authorities with Nisus Writer?
Replies: 9
Views: 20202

Re: Can you build a table of authorities with Nisus Writer?

Hello Vanceone I don't know anything about the standards in legal writing, so excuse this naive question. How is a Table of Authorities different from a table of contents or an index? Would it be possible to use those features of Nisus to accomplish this? As far as the Nisus Macro language is concer...
by phspaelti
2013-05-02 18:31:06
Forum: Nisus Writer Pro
Topic: problem with table cells
Replies: 4
Views: 5787

Re: problem with table cells

So this is a stable problem? Does the lower line have a fixed line height by any chance?
Otherwise you should try sending your file to Nisus using the feedback option in Help.
by phspaelti
2013-05-02 18:24:36
Forum: Nisus Writer Pro
Topic: capitalization question
Replies: 4
Views: 6778

Re: capitalization question

The short answer to your question is: 'No'. The general problem is a linguistic one. As you say, you only want to un-capitalze words that "aren't names." How are we supposed to know that? What you can do is use the find dialog to make going through offending cases a little easier. This is ...
by phspaelti
2013-05-02 18:10:00
Forum: Nisus Writer Pro
Topic: how to use PowerFind to change words to italicized
Replies: 3
Views: 5634

Re: how to use PowerFind to change words to italicized

Hello Janice, you really have several options. The easiest is to use the find dialog as you are doing, and from there click on Find All . This will select all the instances in your document. If you send the find dialog to the back you can now apply the Italic to the selected parts all at once. The s...
by phspaelti
2013-05-02 03:50:40
Forum: Nisus Writer Pro Macros
Topic: Macro for SwordSearcher to USFM
Replies: 19
Views: 28503

Re: Macro for SwordSearcher to USFM

I found a problem with the way the refences are added to the footnotes (e.g., "1:4" in the footnote in Gen 1:4). There needs to be an ending marker \ft so it is "\fr ch:v \ft" (where "ch" is chapter digit(s) and "v" is verse digit(s). Otherwise, USFM thinks t...
by phspaelti
2013-05-02 02:01:20
Forum: Nisus Writer Pro Macros
Topic: Macro for SwordSearcher to USFM
Replies: 19
Views: 28503

Re: Macro for SwordSearcher to USFM

Hi Eric, check the last version (v5). I have changed things around, added comments, and added some formatting to make thing easier to read. The marker \p can be mid-verse – not necessarily at the beginning of the verse or at the beginning of the line. If it's mid-verse, it does not start on a new li...
by phspaelti
2013-05-01 20:15:00
Forum: Nisus Writer Pro Macros
Topic: Macro for SwordSearcher to USFM
Replies: 19
Views: 28503

Re: Macro for SwordSearcher to USFM

While the above should do most of what you wanted there is still a small problem with the Pilcrow. Right now the following: $$ Ge 1:1 ¶ In the beginning GOD created the heaven and the earth. Will be turned into: \id GEN \c 1 \v 1 \p In the beginning \nd God\nd* created the heaven and the earth. But ...
by phspaelti
2013-05-01 19:48:07
Forum: Nisus Writer Pro Macros
Topic: Macro for SwordSearcher to USFM
Replies: 19
Views: 28503

Re: Macro for SwordSearcher to USFM

And now version 4 also handles deity names (converting them from All-caps to Capitalized.
Bible v4.nwm
(20.78 KiB) Downloaded 883 times
by phspaelti
2013-05-01 17:44:25
Forum: Nisus Writer Pro Macros
Topic: Macro for SwordSearcher to USFM
Replies: 19
Views: 28503

Re: Macro for SwordSearcher to USFM

The "barebones" macro you made give this: \id Ge \c 1 \v 1 In the beginning God created the heaven and the earth. Based on the intent of changing only references, it actually should be this: \id Ge \c 1 \v 1 In the beginning God created the heaven and the earth. \v 2 And the earth was wit...
by phspaelti
2013-05-01 06:41:28
Forum: Nisus Writer Pro Macros
Topic: Macro for SwordSearcher to USFM
Replies: 19
Views: 28503

Re: Macro for SwordSearcher to USFM

Ok, so now here is an extended version of the previous macro. This adds a few things: It adds the change in abbreviations. In the macro this is done with a hash. This currently only covers the case of Ro -> ROM , but can easily be expanded. Ideally this expansion would also be done with a macro. Ask...
by phspaelti
2013-05-01 06:06:24
Forum: Nisus Writer Pro Macros
Topic: Macro for SwordSearcher to USFM
Replies: 19
Views: 28503

Re: Macro for SwordSearcher to USFM

Here a few explanations to my 'barebones' macro. The first line of the macro is: $doc = Document.active This creates a document object, since to do just about anything in Nisus macro language you need a document object. Pretty much any macro will start with a line like that. Find All '^\$\$ [123]?[A...