Search found 4 matches

by abhijit_becs
Thu Jul 15, 2010 10:23 am
Forum: Math & Science
Topic: Multi-line in-line math equation
Replies: 2
Views: 6153

Multi-line in-line math equation

Hi everyone,

Is it possible to break multi-line inline equation so that it does not over flow the margins? I found that for display equation we can use \begin{multiline} etc. But, how inline equations can break evenly with the line? Some inline equations break automatically but some of them are ...
by abhijit_becs
Wed Jul 14, 2010 7:08 pm
Forum: Fonts & Character Sets
Topic: Font size does not change
Replies: 5
Views: 14196

Font size does not change

Hi,


Another problem is when I try to change the size of the font like
\documentclass[12pt]{report}
to
\documentclass[14pt]{report}
Surprisingly the font size in my thesis is reducing like 10pt scale.

you could use extreport, it allows base font sizes between 8 and 20pt, also 14pt.

I would ...
by abhijit_becs
Wed Jul 14, 2010 7:06 pm
Forum: Fonts & Character Sets
Topic: Font size does not change
Replies: 5
Views: 14196

Font size does not change

Take a look at the geometry package, that allows you to set the margins very easily.

As for you second issue, the standard classes only allow 10pt, 11pt or 12pt as a class option, 10pt being default. The memoir class on the other hand allows for other sizes.
Thanks!. I am working with the ...
by abhijit_becs
Wed Jul 14, 2010 6:49 pm
Forum: Fonts & Character Sets
Topic: Font size does not change
Replies: 5
Views: 14196

Font size does not change

Hi all,

While writing my PhD thesis, I found the following problems.

AS required by graduate office, I need to use 1.5 inch top and bottom margin on regular pages. I tried many many things including changing \textheight etc but didnt work that much. When I am able to make my bottom margin 1.5inch ...