View Single Post
Old 08-11-2022, 12:55 PM   #1750
fromgdr
Enthusiast
fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.fromgdr is cognizant of many things which escape those who dream only by night.
 
Posts: 40
Karma: 103746
Join Date: Apr 2014
Device: kindle paperwhite
Ok, das hört sich interessant an, aber bevor ich das dem anderen verklickern kann, muß ich es selber erst verstehen. In der Beispieldatei (auf die ich noch zurückkomme), funktioniert es - natürlich! - gut.

in seinem - calibre erstellten - ePub hab ich Probleme - natürlich!



Leider kommt die Meldung:

Error: Missing Notes guide item. Use Add Semantics > Notes to mark the footnote definitions file.
Plugin terminated!
Please click OK to close the Plugin Runner window.


Ich habe versucht in dem von dir verwiesenen Post etwas in Erfahrung zu bringen ... leider ist der nicht-meine-Muttersprache, und Deepl hat mit einigen Phrase auch Probleme.

Im Quelltext für den Anker sieht es so aus:
PHP Code:
<class="calibre1"><span class="font1">Der Donkeyman</span><span class="font3"><sup class="calibre5">[1]</sup></span><span class="font1">...</span></p
Die dazugehörige Erklärung:
PHP Code:
<class="note">[1Matroseder die Dampfmaschine bedient </p
Und in der CSS:
PHP Code:
.calibre5 {
    
font-size0.75em;
    
line-heightnormal;
    
vertical-alignsuper
    
}

.
note {
    
font-size0.75em;
    
line-heightnormal;
    
vertical-alignsuper;
    
text-indent: -1em;
    
margin-left1em
Und jetzt nochmal zu deiner Beispieldatei ...
Da hast du die Überschrift in Kapitälchen - font-variant: small-caps - gesetzt.
Das hatte ich - vor Jahren - auch mal gemacht, aber auf irgendwelchen Ausgabegeräten Probleme mit der Anzeige, weil die das nicht konnten.
Seit dem mach ich die in zwei verschiedenen Schriftgrößen. Macht zwar Mehr-Arbeit, aber der Effekt ist derselbe, wird aber (meines Wissens) überall richtig angezeigt.
Meine Frage: wie sind hier die Erfahrungen mit font-variant: small-caps?
fromgdr is offline   Reply With Quote