Text Formattingthumby package and vertical text

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Faust
Posts: 55
Joined: Thu Oct 29, 2009 12:45 pm

thumby package and vertical text

Post by Faust »

I'm using thumby package for tabs and it works fine. However, I'd like to use vertical text saying "chapter #"

Using the rotating package will result in errors trying to format the text.

I can use commands like \fontsize etc. to change the appearance.
Is there a way around this to get it vertical -a hack or a change in the style sheet-

Code: Select all

\usepackage{thumby}
\thumbySides{two}
\thumbyTotalChapters{10}
\thumbyPageHeight{795}
\thumbyThumbWidth{42.5}
\thumbyForeground{white}
\thumbyBackground{black}
\thumbyNumberFormat{\Huge\textbf{$chapter  number}}
\thumbySetup
Its a perltex package and I have no knowledge of Perl.
thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Faust
Posts: 55
Joined: Thu Oct 29, 2009 12:45 pm

thumby package and vertical text

Post by Faust »

stylesheet is included; how can I in an easy way modify it for support of vertical text?


Edit by localghost: Attaching a whole package file is not necessary at all in this case. And especially not in the code environment. A simple link to the thumby entry on CTAN is enough.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

thumby package and vertical text

Post by localghost »

Post Reply