- Example of output file and template
- Bilde_2024-08-28_231937418.png (86.47 KiB) Viewed 2238 times
Sample file: Dummy document.odt
Sample template:
- Dummy template.ott
- Anonymised sample template
- (39.34 KiB) Downloaded 43 times
Edit your first post and delete the upload yourself replacing it with a respective note.
I checked that, but the fixed line height is set in the template, and as the image shows, it works perfectly well in the template. I tried changing to e.g. 1.15 lines line heigh, but that changed nothing as well:floris v wrote: ↑Thu Aug 29, 2024 9:41 am Works for me, but I don't have your decorative font. Maybe you have that problem because of the line spacing set to Fixed instead of Single (which works in most cases if you don't insert formulas and the like in the body text) and a font size for the drop cap that doesn't fit in that space. Remember that the actual height of a letter with a certain font size can differ per font. Play with those settings.
I have now added the link to the correct document in the original post as well.
It might be related to the value of a configuration parameter called DropCapPunctuationCannedMan wrote: ↑Thu Aug 29, 2024 12:38 am I usually write from templates. For this specific one, I have an initial using EB Garamond Initial. In the template, it renders perfectly fine; in the output file, however, it is cut off for some reason, apparently being rendered as a three-line sized letter cut to the (desired) two-line height. What could cause this?
Code: Select all
<config:config-item config:name="DropCapPunctuation" config:type="boolean">false</config:config-item>
Code: Select all
<config:config-item config:name="DropCapPunctuation" config:type="boolean">true</config:config-item>
That is highly informative. Thanks!RoryOF wrote: ↑Thu Aug 29, 2024 5:19 pm There is a report here, with some illustrations, of problems with EB Garamond Initials
https://tex.stackexchange.com/questions ... d-initials
Perhaps there may be some help in it.
This, presumably, is the closest LO editing gets to TeX. I have begun messing around in the XML files every now and then. Thanks for this detailed information; I will give it a try.cwolan wrote: ↑Fri Aug 30, 2024 6:39 pm [ABRIDGED]
It might be related to the value of a configuration parameter called DropCapPunctuation
Unpack the template file "Dummy template.ott" and open the internal file "settings.xml". The entry in question reads:On the other hand, DropCapPunctuation stored in two other files ("Dømebrev.odt" and "Dummy letter.odt") is set to true.Code: Select all
<config:config-item config:name="DropCapPunctuation" config:type="boolean">false</config:config-item>
AFAICT DropCapPunctuation was introduced in LO version 7.5 [1].Code: Select all
<config:config-item config:name="DropCapPunctuation" config:type="boolean">true</config:config-item>
I did a test with 7.6.7.2 :