Search found 13 matches

by ychao
Sat Aug 18, 2012 5:19 pm
Forum: Scientific Word/Workplace
Topic: How to make all footnotes Double Spacing?
Replies: 0
Views: 24081

How to make all footnotes Double Spacing?

Dear all,

I'd like to make all footnotes, including those on the Title Page as well as in the text, to be double spacing in SWP.

Can anybody help?

BTW, I am using "article" (it is standard Latex blank article) class in Scientific Workplace.

Thanks.
by ychao
Sun Aug 12, 2012 12:48 am
Forum: Scientific Word/Workplace
Topic: Custom Footnote Symbols in Title Page (or Front Matter)
Replies: 4
Views: 97020

Re: Custom Footnote Symbols in Title Page (or Front Matter)

Thank you very much, Stefan. The linked topic does help.
by ychao
Sat Aug 11, 2012 3:09 am
Forum: Scientific Word/Workplace
Topic: Custom Footnote Symbols in Title Page (or Front Matter)
Replies: 4
Views: 97020

Re: Custom Footnote Symbols in Title Page (or Front Matter)

Thanks. I am using "article" class in Scientific Workplace.

What I need is to have the footnote symbol for the title as "*", while the footnote symbol for the author as "1".

Please let me know if you have any other questions.
by ychao
Fri Aug 10, 2012 8:09 pm
Forum: Scientific Word/Workplace
Topic: Custom Footnote Symbols in Title Page (or Front Matter)
Replies: 4
Views: 97020

Custom Footnote Symbols in Title Page (or Front Matter)

Dear all,

I know the default footnote symbols for Title Page is "asterisk-dagger" style.

But now I need to use "asterisk" to the title, while use number "1" to the authors.

Anyone knows how to do it? Thanks.
by ychao
Mon May 23, 2011 6:00 pm
Forum: BibTeX, biblatex and biber
Topic: How to remove the number in the context when using BIBTEX?
Replies: 0
Views: 1313

How to remove the number in the context when using BIBTEX?

Dear all,

I am using BIBTEX generating the bibliography now. But there is one issue: whenever I generate bibliography, there is a number next to the paper I cite in the context. For instance, "Smith (1989) (1)". What I'd like to have is "Smith (1989)".

Is there any suggestions on how I can fix it ...
by ychao
Mon May 16, 2011 8:56 pm
Forum: BibTeX, biblatex and biber
Topic: How to put first author's last name at first in Reference?
Replies: 1
Views: 2333

How to put first author's last name at first in Reference?

Hi, all,

I am currently use "abbrv" style for my BIBTEX. But there is a problem----in automatically generated Reference, the first Author's last name is not listed first. Instead, the abbreviated first name is listed as first.

For instance, it is shown in the Reference as this way: "R.K. Merton, K ...
by ychao
Mon May 16, 2011 5:35 am
Forum: Text Formatting
Topic: Footnote Spacing and Numbering on Title Page
Replies: 1
Views: 2409

Footnote Spacing and Numbering on Title Page

Dear all,

I have two questions on footnote:


On Title Page, I want the footnote I inserted next to the Author's name to be numbered from Arabic number 1, instead of an asterisk mark.

I set double spacing for my article using "setspace" package. But the footnotes remain single-spaced. And I'd ...
by ychao
Wed May 19, 2010 6:17 am
Forum: Text Formatting
Topic: How to insert Section in the middle of Proof?
Replies: 3
Views: 2632

Re: How to insert Section in the middle of Proof?

Sorry for the confusion.

Actually, I want to put the Section name on top of each page for a long proof, BUT not the first page of the proof. That's why I want to insert the Section name into the middle of proof.

Any ideas?
by ychao
Tue May 18, 2010 11:26 pm
Forum: Text Formatting
Topic: How to insert Section in the middle of Proof?
Replies: 3
Views: 2632

How to insert Section in the middle of Proof?

Dear all,

I need to insert Section name into the middle of Proof.

To be more specific,as the Proof takes multiple pages, I need to insert Section name on the top of each page, although it is still within the same proof.

Any suggestions?

Thanks a lot.
by ychao
Sun Apr 04, 2010 2:28 am
Forum: BibTeX, biblatex and biber
Topic: How to make it Single Spacing for Each Entry,?
Replies: 5
Views: 13300

How to make it Single Spacing for Each Entry,?

in the standard classes the environment thebibliography is defined internally by using a list, so you could simply modify the \itemsep length for that particular list. The following example shows this procedure in the case of the article document class (the line added was marked with the comment ...