You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plain text (it's better to replace all other formating first):
.text-T1{ font-family:'Times New Roman'; }
<spanclass="text-T1">(.*?)</span>
-->
$1
Quotes:
Replace all double qoutes with singles: " --> '
Non-representable styles:
Manually check those styles marked as /* ODF styles with no properties representable as CSS: .dp1 .Footnote_20_Symbol .T51 .T52 .T53 .T55 .T56 .T65 .T66 .T72 .T75 .T76 .T77 .T78 .T80 .T81 .T82 .T84 .T87 .T89 { } */
Most of the time, these are just plain text, but strikings can be included here.
Caution
There can be mixed formattings like: .text-T83{ color:#0563c1; vertical-align:super; font-size:58%;text-decoration:underline; font-weight:bold; }.
These needs to be checked manually.
check for:
chains of <em> elements: </em><em>, </em> <em>, </em> <em>,
Formatting
Italics:
-->
Bold:
-->
Underline:
-->
Superscript/Subscript
-->
Link todo:
-->
Empty spans:
-->
Plain text (it's better to replace all other formating first):
-->
Quotes:
" --> '
Non-representable styles:
/* ODF styles with no properties representable as CSS: .dp1 .Footnote_20_Symbol .T51 .T52 .T53 .T55 .T56 .T65 .T66 .T72 .T75 .T76 .T77 .T78 .T80 .T81 .T82 .T84 .T87 .T89 { } */
Most of the time, these are just plain text, but strikings can be included here.
Caution
There can be mixed formattings like:
.text-T83{ color:#0563c1; vertical-align:super; font-size:58%;text-decoration:underline; font-weight:bold; }
.These needs to be checked manually.
check for:
<em>
elements:</em><em>
,</em> <em>
,</em> <em>
,<em>
elements:<em></em>
,<em> </em>
,<em> </em>
<strong>
elements:</strong><strong>
,</strong> <strong>
,</strong> <strong>
<strong>
elements:<strong></strong>
,<strong> </strong>
,<strong> </strong>
Apparatus
Inner link spans
-->
<a>
:-->
Links to app:
-->
In-text note refs:
-->
-->
Notes:
-->
-->
-->
-->
Note refs:
Anm. 10
/note 10
-->
bzw.
Glyphs
[a]
,[bb]
,[mf]
etc.-->
Paragraphs
<p class='paragraph-P2'> </p>
<!--Next 'div' was a 'text:p'.-->
div
top
:<div class='paragraph-P(\d)'>(.*?)</div>
--><p class='paragraph-P$1'>$2</p>
no-indent
,small
-->
spacebreak
to those paragraphs that start after a blank linecheck for:
</span></p>
,</span>
,</p>
The text was updated successfully, but these errors were encountered: