{affiliation} is for questions dealing with author affiliation in TeX files.

learn more… | top users | synonyms

0
votes
0answers
12 views

I am using revtex for APS and the first author does not have an affiliation. How do I get it to not type a “1” after her name? [duplicate]

Possible Duplicate: Simple Author, affiliation and email example fails in RevTex4-1 I am using revtex for APS and the first author does not have an affiliation. How do I get it to not type ...
4
votes
1answer
353 views

IEEEtran authorrefmark and affiliation

How to change IEEEtran \IEEEauthorrefmark to numbered style 1, 2, 3... instead of the star and dagger marks and make the author affiliation as footnote in the first page?
0
votes
1answer
342 views

REVTEX author affiliation

Good morning I am triing to use RevTex to write an article to APS. I use this code for author affiliation. \documentclass[aps]{revtex4-1} \begin{document} \title{A title} \author{Author A} ...
1
vote
1answer
1k views

authors with multiple affiliations without packages

I'm trying to list an author with multiple affiliations for an article submission. I Googled around a little and discovered the authblk package which is pretty cool. Unfortunately it refuses to work ...
4
votes
1answer
253 views

Removing the 'and' from between two authors, revtex4-1

Basically I'm trying to separate multiple authors names using a comma instead of 'and', here's what I'm doing... \documentclass[aps,prl,a4paper,twocolumn,superscriptaddress,notitlepage]{revtex4-1} ...
3
votes
1answer
718 views

REVTeX affiliations without superscripts

I tried searching for this, but wasn't turning up anything. Maybe I missed something. I have multiple authors, all with the same affiliations. Is there a way I can get REVTeX to suppress ...
2
votes
1answer
534 views

How to add author an affiliation and their email address and all left aligned

How to add author an affiliation and their email address and all left aligned? title author 1, author 2, author 3 Authors affiliation author1 's email address abstract I'm using a single column ...
2
votes
1answer
1k views

Simple Author, affiliation and email example fails in RevTex4-1

I can't get the following simple author / email / affiliation code to function perfectly in a document for Journal of Mathematical Physics (JMP): \documentclass[aip,jmp,preprint]{revtex4-1} ... ...
7
votes
1answer
6k views

IEEE affiliation blocks

I'm using the IEEE format to write a paper. I have 4 authors from two institutions so I need blocks of affiliations. This is how I want it to look like: Author 1*, Author 2#, Author 3#, Author 4* ...
9
votes
2answers
5k views

Same affiliation for all authors without extra packages

I have a working paper with a colleague from the same institution, so we entered: \author{A B \and C d} how can I now add affiliation, so that its for both authors (centred), and not only for one ...
10
votes
1answer
11k views

Revtex 4.1 multiple affiliations

EDITED:11-23-2010 In case anyone stumbles upon this question and has a similar problem. The Ubuntu/Debian repositories have an old version of revtex that exhibit this bug. Until the repos are updated, ...
13
votes
2answers
6k views

Multiple \thanks that refer to same text

I'd like to have three authors that use the same footnote for their \thanks identifier (they are at the same university, and don't need separate affiliation notes). I've read one of the solutions ...