{author} is about the formatting of the \author command
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}
...
...
10
votes
1answer
2k views
Using \author and \thanks
What is the correct way to use \author and \thanks when I want to have multiple authors having common affiliations? For instance, using
\author{ABC\thanks{XYZ} \and DEF\thanks{UVW} \and ...
4
votes
1answer
128 views
How to count the number of authors of a document?
I need to make a change to a Latex style (.sty) which contains the following line:
{\large {\boldCondensed\color{corporate3Color}\raggedright AUTHORS: \MakeUppercase \@author\par}}
The problem is ...
42
votes
1answer
18k views
What's the correct use of \author when multiple authors?
Working on a project, the article we are writing is written by me and someone else. How should I fill the \author?
What about \author{LASTNAME1, FIRSTNAME1 \& LASTNAME2, FIRSTNAME2}? It doesn't ...
24
votes
3answers
20k views
Where to put the institute information in the article document class?
I've seen in other document classes that one can input the authors' institutes via special commands, for example in revtex4 I can put
\title{Aggregation According to Classical Kinetics---From ...
5
votes
1answer
1k views
Disable author names in the bottom line of my LaTeX slides
In my presentation with LaTeX slides the author name appears in the bottom line of every slide. Is there a way, to disable the appearance of the name in the bottom line, whereas I want to put the ...
11
votes
2answers
677 views
How to make a new command similar to \author
I'm preparing a new template for our students' projects based on memoir. All this projects are supervised (directed) by one or more professors so I would like to declare a command like \author but ...
6
votes
1answer
551 views
Italicizing an Author in Biblatex
I would like to italicize the presenting author's name for conference papers in my bibliography. I am using biblatex and I don't know how to do it. (I also don't know how to do it with bibtex.)
I ...
5
votes
1answer
5k views
Multiple authors in a Journal style (llncs) Document
How to display multiple authors in a journal style e.g. \documentclass{llncs} document?
The solution suggested in What's the correct use of \author{} when multiple authors? does not work for me, ...
3
votes
1answer
122 views
Additional author informations
Is it possible to add additional informations like date of birth and death to an author index which is generated by makeindex? When possible, how can I do this?
3
votes
2answers
1k views
LyX: add multiple authors
In Lyx, I have to insert 3 authors in an article. For each one of them I will have to specify their email address and the university they belong to. Two belong to the same one:
author_a, ...
3
votes
1answer
319 views
How can I add a director name in line with author name in beamer?
I would like to write director name in line with author name in a beamer like:
\author{Made by:\\Author name}
\director{Directed by:\\Director name}
but if I try to define director:
...
3
votes
1answer
932 views
How to add an author name or copyright symbol on each page in memoir class?
I am using the memoir document class to write my first book in calculus. How I can display my name, for example, on each page?
3
votes
2answers
2k views
Left-aligning authors section in an article
I want to align the authors section of my article to the left. If there are more than one authors, each author should be aligned left in its own cell. I am using memoir's article class.
This is what ...
