Scientific Word/Workplaceproblem of setting body text point size

Information and discussion about Scientific Word and Scientific Workplace, two commercial WYSIWYG-like editors for Windows
Post Reply
luckygift2002
Posts: 1
Joined: Fri Feb 25, 2011 4:19 pm

problem of setting body text point size

Post by luckygift2002 »

Hi all,

I am wondering how to change the body text point size if Thesis(Harvard thesis)template is used. As there is no option for this. Any help would be appreciated. Thanks.
Jing

Recommended reading 2024:

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

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

Frits
Posts: 169
Joined: Wed Feb 02, 2011 6:02 pm

problem of setting body text point size

Post by Frits »

Please provide a minimal working example.
What documentclass does this template use? Mostly, you can just add an option to your documentclass to set the font size of the body text. Something like:

Code: Select all

\documentcall[11pt]{article}
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

problem of setting body text point size

Post by localghost »

Frits wrote:[…] Something like:

Code: Select all

\documentcall[11pt]{article}
I doubt that this will work.


Thorsten
Frits
Posts: 169
Joined: Wed Feb 02, 2011 6:02 pm

problem of setting body text point size

Post by Frits »

I meant

Code: Select all

\documentclass[11pt]{article}
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
sitex
Posts: 70
Joined: Sat May 09, 2009 12:37 pm

Re: problem of setting body text point size

Post by sitex »

Sorry I missed your post. Do you still need to know how this is done?

Tom Price
Post Reply