...we are all subjugated to the whimsical nature of adobe.
Glad to hear it worked...
Cheers
Search found 7 matches
- Mon Aug 22, 2011 4:47 pm
- Forum: Document Classes
- Topic: revtex / affiliations
- Replies: 8
- Views: 19101
- Sun Aug 21, 2011 4:42 am
- Forum: Document Classes
- Topic: revtex / affiliations
- Replies: 8
- Views: 19101
Re: revtex / affiliations
Hi:
Not really sure what problems you are running into... all I did was simply replace the three files mentioned in the previous post... the only other thing I can think of is you need to run the command 'texhash' from your main directory. This command has the effect of updated the latex directory ...
Not really sure what problems you are running into... all I did was simply replace the three files mentioned in the previous post... the only other thing I can think of is you need to run the command 'texhash' from your main directory. This command has the effect of updated the latex directory ...
- Wed Mar 09, 2011 6:43 am
- Forum: Document Classes
- Topic: revtex / affiliations
- Replies: 8
- Views: 19101
revtex / affiliations
The problem is now solved... after looking closely through the list files, it was primarily my natbib.sty package that was out of date. I did not notice the problem for some time because other publications of mine did not require such an author order and revtex4-1 was working with natbib 8.31.
In ...
In ...
- Tue Mar 08, 2011 12:58 am
- Forum: Document Classes
- Topic: revtex / affiliations
- Replies: 8
- Views: 19101
revtex / affiliations
Thanks Thorsten:
Here is a list of the files that I am using:
*File List*
revtex4-1.cls 2009/10/08:11:23 4.1g (http://publish.aps.org/revtex4/ for doc
umentation)
aps4-1.rtx
aps10pt4-1.rtx
textcase.sty 2004/10/07 v0.07 Text only upper/lower case changing (DPC)
url.sty 2006/04/12 ver 3.3 Verb ...
Here is a list of the files that I am using:
*File List*
revtex4-1.cls 2009/10/08:11:23 4.1g (http://publish.aps.org/revtex4/ for doc
umentation)
aps4-1.rtx
aps10pt4-1.rtx
textcase.sty 2004/10/07 v0.07 Text only upper/lower case changing (DPC)
url.sty 2006/04/12 ver 3.3 Verb ...
- Mon Mar 07, 2011 10:05 pm
- Forum: Document Classes
- Topic: revtex / affiliations
- Replies: 8
- Views: 19101
revtex / affiliations
I am in the process of creating a paper for phys. rev. b and I have a problem with the author layout. In essence, I cannot get the order of the authors to match the given affiliation.
I am using TeX Live 2009/Debian on Ubuntu 10.04 with the following commands:
\documentclass[aps,prb ...
I am using TeX Live 2009/Debian on Ubuntu 10.04 with the following commands:
\documentclass[aps,prb ...
- Tue Dec 28, 2010 10:34 pm
- Forum: Graphics, Figures & Tables
- Topic: gnuplot infinity symbol with eps figures in latex
- Replies: 3
- Views: 13622
gnuplot infinity symbol with eps figures in latex
Thanks shadgrind,
It was just that an embedding problem... I also used
and
as well just to get back to eps format, which I prefer to use in the tex file.
Cheers
It was just that an embedding problem... I also used
Code: Select all
pdftops -eps
Code: Select all
ps2eps
as well just to get back to eps format, which I prefer to use in the tex file.
Cheers
- Tue Dec 28, 2010 8:51 pm
- Forum: Graphics, Figures & Tables
- Topic: gnuplot infinity symbol with eps figures in latex
- Replies: 3
- Views: 13622
gnuplot infinity symbol with eps figures in latex
Hi... I am running Ubuntu 10.04.1, Gnuplot Version 4.2 and texlive 2009
I have produced an eps image in gnuplot with:
set terminal postscript eps enhanced colour lw 4 "Times New Roman" 20
including the infinity symbol with:
{/Symbol \245}
and the initial output looks great. My problem is when I ...
I have produced an eps image in gnuplot with:
set terminal postscript eps enhanced colour lw 4 "Times New Roman" 20
including the infinity symbol with:
{/Symbol \245}
and the initial output looks great. My problem is when I ...