evt-project/evt-builder

Display a "graphic indent" coded as rend = "indent"

Opened this issue · 3 comments

In some verse forms, regular groupings of lines are often indicated by indentation. TEI allows the encoder show that by using, for example, <l rend="indent">, also specifying its size by adding the number of pixels to be used to indent them [<l rend="indent(-5)">].

In some verse forms, regular groupings of lines are often indicated by indentation. TEI allows the encoder show that by using, for example, <l rend=indent, also specifying its size by adding ...px [<l rend indent(...px)]. It could be useful the XSLT to handle this feature in order to show the indentation

Fixed adding a rule to evt_builder-custom-styles.css

Dear All,
I'm currently experiencing the same issue:
I need to display a text from right to left, and tried by adding a rule to the .css (including !important).
Any hints on how to fix this?