Search found 4 matches

by pythonscript
Sat Oct 23, 2010 7:05 pm
Forum: Text Formatting
Topic: how to get size 14pt font in an entire document?
Replies: 3
Views: 7984

Re: how to get size 14pt font in an entire document?

Thank you! This is also Times New Roman font as well?
by pythonscript
Sat Oct 23, 2010 6:34 pm
Forum: Text Formatting
Topic: how to get size 14pt font in an entire document?
Replies: 3
Views: 7984

how to get size 14pt font in an entire document?

Is there a way to easily get size 14pt Times New Roman font in an entire document? I know about using \Large and commands like that, but I'd like the entire document to be in the larger font size so I can still use math formatting, etc. Is there a standard package that I can import for this size and ...
by pythonscript
Sun Sep 12, 2010 10:12 pm
Forum: Math & Science
Topic: add descriptions to each line of a multiline equation?
Replies: 3
Views: 3368

Re: add descriptions to each line of a multiline equation?

Thank you! That was extremely helpful and exactly what I was looking for.
by pythonscript
Sun Sep 12, 2010 9:46 pm
Forum: Math & Science
Topic: add descriptions to each line of a multiline equation?
Replies: 3
Views: 3368

add descriptions to each line of a multiline equation?

I'm using eqnarray to create multi line equations that show the steps of a problem, but I'm wondering how I can add descriptions to the ends of those lines? I've been using eqnarray* on and off to suppress/add labels, but adding a short text description, non math mode, to the right side of each line ...