I am trying to use the following commands to set a length variable that measures the height of specific text:
\newlength{\mytextheight}
\newsavebox{\mytext}
\savebox{\mytext}{ENTER TEXT HERE}
\settoheight{\mytextheight}{\usebox{\mytext}}
These commands work perfectly fine when there is a ...
Search found 4 matches
- Sun Feb 13, 2011 8:04 am
- Forum: Text Formatting
- Topic: Height of Multiple Lines of Text
- Replies: 2
- Views: 3658
- Tue Jan 04, 2011 1:16 am
- Forum: Text Formatting
- Topic: Part TOC with minitoc - Too Long to Fit
- Replies: 0
- Views: 2518
Part TOC with minitoc - Too Long to Fit
I am having a problem using minitoc for a part toc. It mostly works just fine, except for the fact that the table of contents is too long to fit on the page (it needs three pages) and so it puts as much as it can onto one page and then the rest is lost.
I tried to insert a page break within the ...
I tried to insert a page break within the ...
- Fri Dec 31, 2010 7:02 am
- Forum: Text Formatting
- Topic: AMS Book Conflict with \jot
- Replies: 3
- Views: 2307
Re: AMS Book Conflict with \jot
THANKS!!
Sorry for copying the same text twice. Glad to see it was clear what I intended.
Where can I see a list of lengths that are set by the \begin{document} command? Is it safe to always put my \setlength commands after \begin{document} or is that not necessary. I have all of them in the ...
Sorry for copying the same text twice. Glad to see it was clear what I intended.
Where can I see a list of lengths that are set by the \begin{document} command? Is it safe to always put my \setlength commands after \begin{document} or is that not necessary. I have all of them in the ...
- Fri Dec 31, 2010 4:42 am
- Forum: Text Formatting
- Topic: AMS Book Conflict with \jot
- Replies: 3
- Views: 2307
AMS Book Conflict with \jot
I need some help with an odd problem. I want to control the spacing between lines in multi-line equations and extensive research finally uncovered the command \setlength{\jot}{12pt}. This works perfectly, as shown below in the following test:
\documentclass{book}
\usepackage{amsmath}
\setlength ...
\documentclass{book}
\usepackage{amsmath}
\setlength ...