Skip to content

Commit

Permalink
Fix centering of title in presentation stylesheet #464
Browse files Browse the repository at this point in the history
  • Loading branch information
Otfried Cheong committed May 10, 2023
1 parent bdc086f commit a5f70cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/news.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Ipe 7.2.28

* Add "sequential text" option.

* Fix centering of title in presentation stylesheet (bug #464).

----------------------------------------------------------------------

Ipe 7.2.27 (2023-05-05)
Expand Down
2 changes: 1 addition & 1 deletion styles/presentation.isy
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@
\makeatother
</preamble>
<layout paper="1280 720" origin="32 0" frame="1216 648" skip="32" crop="no"/>
<titlestyle pos="640 674" size="large" color="title"
<titlestyle pos="608 674" size="large" color="title"
halign="center" valign="baseline"/>
</ipestyle>

0 comments on commit a5f70cf

Please sign in to comment.