evt-project / evt-builder

Edition Visualization Technology 1 - XSLT Builder
GNU General Public License v2.0
14 stars 5 forks source link

Display justified text, right aligned, left aligned or centered #19

Open federicaspinelli opened 4 years ago

federicaspinelli commented 4 years ago

The original text can be aligned on the left (as allowed by EVT) but also centered (EVT allows it, too), aligned on the right or fully justified.

gmarozzi commented 4 years ago

The original text can be aligned in the left (as allowed by EVT) but also centered (EVT allows it, too), aligned in the right or justified. The text could be encoded with the elements (e.g.) <lg place="left" or <lg rend="justified" / ="centered" and the XSLT could recap these features by using (e.g.)

RobertoRDT commented 4 years ago

EVT 1.3 does this with <head> elements, see the manual, perhaps it is possible to extend it to other elements.

federicaspinelli commented 4 years ago

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