Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
federicaspinelli opened this issue Mar 24, 2020 · 3 comments
Open

Comments

@federicaspinelli
Copy link
Contributor

federicaspinelli commented Mar 24, 2020

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
Copy link

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.) <xsl:when test="@rend='justified'">

@RobertoRDT
Copy link
Member

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

@federicaspinelli
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants