On 01/08/2014 10:58 PM, Jesse Alama wrote:
What I notice is that the text on the title page (title, author, date) is
* in red on a red background (quite hard to read), and * not centered (even though in the documentation for the simpleslides module and the examples it contains the content on the titleslide ought to be centered).
Oops, this was put in for debugging purposes and never removed. You can do either of these two things: 1. fix the file simpleslides-s-FuzzyFrame.tex with this patch: @@ -124,14 +124,14 @@ \bgroup}, \c!after={\egroup\vfill}, \c!title\c!style={\switchtobodyfont[\TitleSize]}, - \c!title\c!color=, - \c!title\c!align=,%\v!middle, + \c!title\c!color=simpleslides:backgroundcolor, + \c!title\c!align=\v!middle, \c!author\c!style=, - \c!author\c!color=, - \c!author\c!align=,%\v!middle, + \c!author\c!color=simpleslides:backgroundcolor, + \c!author\c!align=\v!middle, \c!date\c!style=, - \c!date\c!color=, - \c!date\c!align=,%\v!middle, + \c!date\c!color=simpleslides:backgroundcolor, + \c!date\c!align=\v!middle, \c!before\c!title=, \c!before\c!author=, \c!before\c!date=, 2. or set these things up in your file: \setupTitle[ titlealign=middle, titlecolor=simpleslides:backgroundcolor, authoralign=middle, authorcolor=simpleslides:backgroundcolor, datealign=middle, datecolor=simpleslides:backgroundcolor, title={Why is this red?}, author={You}, date={\date[y=2014,m=1,d=07]}, ] Sorry, will be fixed in next release. Thomas