A current book has a title that is too long to fit in the textwidth when set with expanded spacing. I want to set up the even page header like this: 101 Home Based Businesses for Pet Lovers \break doesn't work. Two backslashes don't work. Suggestions? -- John Culleton Able Typesetters and Indexers http://wexfordpress.com
Hi John, May be that the english manual at page 166 ff is offering a possible approach. If you look for the following: \def\HeadTitle#1#2 ... Kind regards Willi John Culleton wrote:
A current book has a title that is too long to fit in the textwidth when set with expanded spacing.
I want to set up the even page header like this:
101 Home Based Businesses for Pet Lovers
\break doesn't work. Two backslashes don't work. Suggestions?
you can try: \vbox{ \hbox to \textwidth{\hfill 101 Home Based Businesses\hfill} \hbox to \textwidth{\hfill for Pet Lovers\hfill} } Greetings Lutz John Culleton schrieb:
A current book has a title that is too long to fit in the textwidth when set with expanded spacing.
I want to set up the even page header like this:
101 Home Based Businesses for Pet Lovers
\break doesn't work. Two backslashes don't work. Suggestions?
participants (3)
-
John Culleton
-
Lutz Haseloff
-
Willi Egger