Search found 10 matches

by onewiki
Tue Nov 17, 2009 8:31 pm
Forum: Fonts & Character Sets
Topic: fine tune font size
Replies: 2
Views: 6985

Re: fine tune font size

Thank you! It works, though it is strange that I had to change the first number to 9 to get a fontsize between script and footnote.
by onewiki
Tue Nov 17, 2009 7:07 pm
Forum: Text Formatting
Topic: space between footnote mark and text
Replies: 3
Views: 18740

Re: space between footnote mark and text

It works! Thanks a lot.

I made a small change of the code. Instead of \renewcommand, I use \newcommand. Otherwise it works like a charm.

I have one more question though, out of curiosity, what is the difference between \renewcommand{\footnotemargin}{0.00001pt} and \renewcommand{\footnotemargin ...
by onewiki
Tue Nov 17, 2009 5:41 pm
Forum: Fonts & Character Sets
Topic: fine tune font size
Replies: 2
Views: 6985

fine tune font size

Hello,
Is there a way to fine tune font size other than using \scriptsize and \footnotesize, etc.? I ask this because it appears that the footnote size in Microsoft word appears right between \scriptsize and \footnotesize in Latex. Thanks.
by onewiki
Tue Nov 17, 2009 5:19 pm
Forum: Text Formatting
Topic: space between footnote mark and text
Replies: 3
Views: 18740

space between footnote mark and text

Hello,

could somebody please help me to get the following formatting for
footnotes (as required by the publisher):

1. The footnote text should start at a fixed place relative to the
left margin (equivalent to inserting a tab in MS Word). Thus the space
following the number 10 should be smaller ...
by onewiki
Tue Nov 17, 2009 7:12 am
Forum: Page Layout
Topic: reduce empty space btw title and top margin
Replies: 10
Views: 12147

Re: reduce empty space btw title and top margin

Thanks, I'll try it out. So far I ended up not using the special command \title at all. Just create a section \begin{center} ... \end{center} to contain the title/author. It is ugly but it at least works.

I have one more question though. Is there a way to fine tune font size other than using ...
by onewiki
Tue Nov 17, 2009 4:21 am
Forum: Page Layout
Topic: reduce empty space btw title and top margin
Replies: 10
Views: 12147

Re: reduce empty space btw title and top margin

I tried it, but changing the value of the \vskip command does nothing.
by onewiki
Tue Nov 17, 2009 3:32 am
Forum: Page Layout
Topic: reduce empty space btw title and top margin
Replies: 10
Views: 12147

Re: reduce empty space btw title and top margin

Here are some codes, just plain ones. Thanks.

\documentclass[12pt]{article}

............

\title{sometitle}
\author{me}
\maketitle
by onewiki
Tue Nov 17, 2009 1:19 am
Forum: Page Layout
Topic: reduce empty space btw title and top margin
Replies: 10
Views: 12147

Re: reduce empty space btw title and top margin

Is it possible to do that by changing the top margin for just this page? What's the best way to change margins for just one page? Thanks.
by onewiki
Mon Nov 16, 2009 6:17 am
Forum: Page Layout
Topic: reduce empty space btw title and top margin
Replies: 10
Views: 12147

Re: reduce empty space btw title and top margin

thanks for your reply, but is there an easier way since I only need to change the amount of space?
by onewiki
Mon Nov 16, 2009 4:56 am
Forum: Page Layout
Topic: reduce empty space btw title and top margin
Replies: 10
Views: 12147

reduce empty space btw title and top margin

Hi,
In the title page, there is a lot of space between the title and the top margin. How can I reduce it? Thank you very much.