Search found 9 matches

by farnaz
Wed Jun 27, 2012 3:59 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography does not appear
Replies: 1
Views: 1999

Bibliography does not appear

hi,

I have *.bib file and I add this command in my source before the end document.

Code: Select all

\bibliographystyle{IEEEtran}‎
‎\bibliography{DynamicReferences}‎‎
However the references are not shown. Moreover, citations is not work in PDF body. Whould any one help me?
by farnaz
Sun Apr 22, 2012 12:54 pm
Forum: Text Formatting
Topic: locating the place of two authors above of two columns
Replies: 1
Views: 1284

locating the place of two authors above of two columns

Hi,
I am preparing a conference paper. Its format is two-column. It is required that the name of each author should located in above of two columns. I mean:

Author1 Author2
Text Text

would you please help me?
by farnaz
Tue Apr 10, 2012 6:41 am
Forum: Fonts & Character Sets
Topic: Font Embedding in PDF
Replies: 0
Views: 1266

Font Embedding in PDF

Hi,

I am preparing a conference paper using TeX Live 2010. In the output PDF, Helvetica and Symbol font are not embedded. Recently I have read some comments about it. I can't remember it completely, but I think in updmap, pdftexDownloadBase14 true should be done. However, I can not find it. Would ...
by farnaz
Sun Nov 13, 2011 1:30 pm
Forum: Fonts & Character Sets
Topic: Font Size in Headings, Abstract, Thanks and other Parts
Replies: 4
Views: 18901

Re: Font Size in Headings, Abstract, Thanks and other Parts

Thanks for your practical and useful answer.
I will try it soon.
by farnaz
Sun Nov 13, 2011 7:08 am
Forum: Text Formatting
Topic: Align Abstract Title with Text
Replies: 4
Views: 9230

Align Abstract Title with Text

You could create your own abstract environment, or use \paragraph or any sectioning format for this, perhaps with a quote or quotation environment.

If you would like to get help in changing the template's abstract environment, you should post the template here as attachment. I guess it's not a ...
by farnaz
Sun Nov 13, 2011 6:47 am
Forum: Fonts & Character Sets
Topic: Font Size in Headings, Abstract, Thanks and other Parts
Replies: 4
Views: 18901

Font Size in Headings, Abstract, Thanks and other Parts

For example in author:

Code: Select all

\author{\fontsize{11}{13}...
The command \fontsize does not change font anyway.
Or in \section command, I put font size in optional part. However, it does not work:

Code: Select all

\section[12pt]{Kinematic Mode;}
by farnaz
Sat Nov 12, 2011 2:00 pm
Forum: Text Formatting
Topic: Align Abstract Title with Text
Replies: 4
Views: 9230

Align Abstract Title with Text

Hi,
When I use \begin{abstract} the abstract title appears in above of text. The file I use is a template. However, I want to align abstract title with its text. I mean that in output pdf abstract part is shown like following:
Abstract: In this paper...
Would any one help me?
by farnaz
Sat Nov 12, 2011 1:54 pm
Forum: Fonts & Character Sets
Topic: Font Size in Headings, Abstract, Thanks and other Parts
Replies: 4
Views: 18901

Font Size in Headings, Abstract, Thanks and other Parts

Hi,
I want to set font size in pt unit (not Large and ...) for heading, section, subsection, abstract.
However, I have 2 problem with them:
1-\fontsize is not working.
2- some of them have not optional part for setting font size.
can anyone help me?
by farnaz
Tue Nov 08, 2011 7:18 am
Forum: Text Formatting
Topic: Adjust Section Position
Replies: 1
Views: 1533

Adjust Section Position

Hi,
I have a question about section position.
I am trying to adjust section position in middle of column. whould any one help me?
sections are normally placed in left side. How can I modify them?