I Logos Bible Software går det att välja hur bibeltexten ser ut när du kopierar den från Logos till t.ex. Word.
Bild 1

Instruktioner
- Öppna Logos Bible Software och klicka på ”Verktyg / Tools” och sen ”Kopiera bibelverser”.
- Välj vilken bibelöversättning du vill kopiera från.
- Klicka på ”stilen” så får du upp ett antal olika stil-alternativ (se bild 2).
- Antingen väljer du en av dem eller så gör du en egen stil.
- Klicka på Skapa en ny stil.
- Namnge stilen
- Kopiera in denna text för att få samma stil som jag brukar använda (se bild 3):
%CopyAllText
%NoFootnotes
%NoCitation
%NoParFormatting
=Header
“ =ForEachVerse [VerseText] =Footer ” ([ShortPassageRef])
Bild 2

Bild 3

Kod
| %NoCharFormatting | remove character formatting, i.e., bold, italic, etc. |
| %NoParFormatting | remove paragraph formatting, i.e., poetry line breaks |
| %NoRedLetter | words of Christ will be in black text |
| %NoFootnotes | footnotes will not be copied |
| %NoCitation | bibliographic citations will not be copied |
| %UseBibleParagraphs | paragraphs will be copied as they appear in the Bible |
| %CopyAllText | all text will be copied, inc. cross-reference footnotes, verse numbers, etc. |
| %HeaderStyle = My Style Name | Word style for header |
| %ForEachVerseStyle = My Style Name | Word style for verse |
| %FooterStyle = My Style Name | Word style for footer |
| %FootnoteStyle = My Style Name | Word style for all footnotes, including citations |
| %CitationStyle = My Style Name | Word style for citation footnotes |
| [FullPassageRef] | e.g., John 3:16-18 |
| [ShortPassageRef] | e.g., Jn 3:16-18 |
| [FullBookName] | e.g., John |
| [ShortBookName] | e.g., Jn |
| [ChapterNum] | e.g., 3 |
| [VerseNum]* | e.g., 16 |
| [VerseNumInContext]* | e.g., no number (first verse), 16, or 4:1 (if passage spans chapters) |
| [FullVerseRef]* | e.g., John 3:16 |
| [ShortVerseRef]* | e.g., Jn 3:16 |
| [Version] | e.g., ESV |
| [VerseText]* | e.g., For God so loved … |
| <p>…</p> | paragraph |
| <tab> | tab |
| <b>…</b> | bold |
| <i>…</i> | italic |
| <u>…</u> | underline |
| <sup>…</sup> | superscript |
| <sub>…</sub> | subscript |
Här hittar du mer kod och instruktioner: Copy Bible Verses