0 votos
642 visualizações

We have a historical NT (from 1542) with extensive comments in footnotes to help modern readres to handle it. Is there a handy way to convert this into USFM so that the footnotes would become footnotes in USFM files, too?

Any help would be appreciated,

anon982572

Publicação antiga - exibida no idioma original
Paratext por (250 pontos) | 642 visualizações

4 Respostas

0 votos
Melhor resposta

anon982572,

There is a utility for converting RTF documents with styles to USFM. It is called RTF2SFM and you can find it at the link below
http://www-01.sil.org/computing/catalog/show_software.asp?id=103
I have used it in the past to import MS Word documents, but I don’t remember if it handles footnotes well or not. If MS Word uses a style for footnotes then it should work. Otherwise you might need to use RTF2SFM for the text and one of the other suggested methods to fix the footnotes.

anon044949

Publicação antiga - exibida no idioma original
por [Expert]
(2,9k pontos)
Publicação antiga - exibida no idioma original

There is another, GUI based, tool to convert Word files into USFM: SILAS is a Word template containing macros to convert both directions (designed in pre-Pathway times to offer tweakable print export from Paratext. I see that its last update is in 2013, designed for Word 2010, so I’m not sure what it does with more recent Word versions of footnotes… but I see that RTF2SFM’s latest version is 2009 so it’s probably not any better. SILAS is fairly easy to use, with its macros available via Menu items.

You might have to poke around a bit to find the Word-to-USFM macros but they are there. The macros change specific style names into USFM-marked text, so if your Word doc is not marked up with standard Scripture-based stylenames you will have to add these, or possibly modify existing stylenames in your Word document. But SILAS can handle a good range of stylename sets that have been hanging around since 2000 or before. If you need help tagging elements of a Word document with stylenames, write back to this group. Some of us group members can probably dig up instructions for getting about 90% of the styles attached semi-automatically.

SILAS is listed in the “Unsupported” section of software.sil.org/products, which links to

Admin edit: Fixed formatting from e-mail.

Publicação antiga - exibida no idioma original
0 votos

Hi anon982572,

I’m not sure if this answers your question, but I’ve been involved with
USFM-izing a couple of study Bibles which had extensive footnotes and cross
references. We used the \ef marker for extended footnotes and it works
well. It even carries over into the Android apps generated by scripture app
builder.

If you want to see the project in question and how things were handed, then
look at the Paratext resource project “English: Grace Ministries study
Bible”

Blessings,
Mark

Publicação antiga - exibida no idioma original
por (3,2k pontos)
0 votos

If you’re asking about a way to transfer text from a Word footnote into text in the body of the document where the reference was, I believe this code will do that. It also adds "\f + \ft " at the beginning of the footnote text and “\f*” at the end of the footnote text. It also deletes the word footnotes.

In Word 2013, you can put this code in a macro by going to View > Macros, then click VIew Macros, type a name for your macro, click Create, then click Edit. Paste the text below in the macro box between the first line and the “End sub” at the bottom.

Since there wouldn’t be an easy way to undo, make sure you keep an unchanged copy of your document before running this so you can always go back to that copy if this fails.

For Each fnote In ActiveDocument.Footnotes
   fnote.Reference.Select
   Selection.Collapse Direction:=wdCollapseEnd
   Selection.TypeText Text:="\f + \ft "
   Selection.TypeText Text:=fnote.Range.Text
   Selection.TypeText Text:="\f*"
   fnote.Reference.Select
   Selection.Delete

Next fnote
Publicação antiga - exibida no idioma original
por [Expert]
(3,3k pontos)
0 votos

I found this Macro code useful, as I often import translations from Word to Paratext, but had not found a way to handle footnotes.
I noticed that this properly places the footnotes where they belong, but the marker checks on Paratext complain about the missing footnote reference.
I went ahead and experimented with some regular expressions, and found that I can use RegEx Pal, (or the Regex function of Edit Pad lite) to insert the correct Footnote references in. In case anyone would find this useful, here are the search and replacement strings I used. For Edit Pad lite, the Dot function needs to be turned on.

Search String Edit Pad lite
(?<=\c (\d+).?\v (\d+(-\d+)?).?)\f + (?!\fr)

Search String RegExPal
(?s)(?<=\c (\d+).?\v (\d+(-\d+)?).?)\f + (?!\fr)

Replacement string
\f + \fr \1:\2 (there is a blank space at the end of the replacement string)
BEH

Publicação antiga - exibida no idioma original
por (418 pontos)

Perguntas relacionadas

0 votos
2 respostas 60 visualizações
Preciso converter um arquivo USX para USFM. Vejo uma opção no Paratext para fazer o processo inverso, mas não ... convertê-los para USFM facilite o processamento pelo Proskomma.
yeti 109 perguntada Mar 19
0 votos
0 respostas 133 visualizações
I need to convert Paratext Project Notes into footnotes. Does anyone have a python script or some other method of doing ... see if anyone has tried this in Paratext. Thanks, Stevan
anon659920 128 perguntada Jun 3, 2016
0 votos
0 respostas 159 visualizações
I understand when Concordance Builder was new, there was a known way to convert a Word Concordance into .cnc format, ... sounds great, but a few more specifics would really help.
Kent Spielmann 1,8k perguntada Jul 3, 2019
+1 voto
1 resposta 422 visualizações
Alguns projetos de tradução não desejam ter pontos no final de suas notas de rodapé. Simplesmente omiti-los fará com que ... notas de rodapé - Ajuda - Site de Suporte do Paratext
[Expert]
Jeff_Shrum
2,9k
perguntada Ago 30, 2022
0 votos
2 respostas 285 visualizações
Hi, I'm trying to change the short name of a Paratext 8 project using the Convert Project utility. During ... guidance about how to resolve the issue? Best wishes, anon980192
anon980192 119 perguntada Abr 13, 2018
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
And I tell you that you are Peter, and on this rock I will build my church, and the gates of Hades will not overcome it.
Matthew 16:18
3,051 perguntas
6,010 respostas
5,675 comentários
2,030 usuários