The editors, however, are happy for groups working together to trade pages: so that 6+6 might become 11+1 with the 1 being mainly a reference to the 11. Alternatively something like 8+4 is allowed.
\author{HPQCD collaboration}
without address
Another is just to add the collaboration in the author list.
This is information about the older class file, it is better to update. We have seen some problems with the PoS.cls class file with pdflatex and some recent versions of latex. Following Dirk Brömmel suggestion, you can get the file to latex if you add
\newcommand{\pdfannotlink}{\pdfstartlink}
to the preamble. This worked with pdflatex at Liverpool but
a lot of the hyperlinks were broken. PoS are working
on this. Note that pdflatex requires that the figures
are in PDF or JPEG format. This is inconvenient (and is the reason
that the PoS LOGO causes problems)! We recommend
that contributors don't use pdflatex (unless they really know
what they are doing).
What is more inconvenient is that some linux distribution actually hardwire a link in of the form:
/usr/bin/latex -> pdfetex
One way to force pdfetex to behave like
latex is to add the command
\let\pdfoutput\defined before the preamble.
\let\pdfoutput\defined
\documentclass{PoS}
(We thank Carsten Urbach for this tip.)
This will produce a standard dvi file that you can
convert into PDF using:
dvips -Ppdf -z -G0 LAT2005_skeleton.dvi -o ps2pdf -sPAPERSIZE=a4 LAT2005_skeleton.ps
There are different variants of the
ps2pdf
command that
produce different version of PDF. The above problems
are removed if the command
ANSWER
we suggest this way (here is the LaTeX code)
\author{First Author$^a$, Second Scientist$^{ab}$ and Third
Writer$^{b}$\\
\llap{$^a$}Department, University\\
Place, Country\\
\llap{$^b$}Departamento, Universidad\\
Ciudad, Pais\\
E-mail: \email{first@where.is}, \email{second@place.edu},
\email{third@place.edu}}
Note the editor will only require that the email of the speaker is included. More than one email addresses is allowed.
\usepackage{color}
\let\normalcolor\relax
%%
%%
We present \textcolor{red}{important} results
Please note that the editors will reject any paper
that uses coloured text in a over-enthusiastic or
inappropriate way.
dvips -Ppdf -z -G0 lattice2005.dvi -o ps2pdf -sPAPERSIZE=a4 lattice2005.psproduced corrupted output on his machine, even with the updated class file. However the commands below worked.
dvipdfm -p a4 lattice2005.dviThere is information on dvipdfm . Both the above commands worked at Liverpool.
The recommended style is the same as for the JHEP journal. Using the bibtex style file from JHEP makes the creation of the reference list easy. We recommend the use of bibtex, but you can of course do the references by hand (as long as they look like the standard format requested by POS). The output from bibtex needs some slight tweaking, particularly for capital letters. The output from SPIRES is not smart enough to deal with multiple collaboration names.
There is information from SPIRES on using bibtex.
We have created a simple example for new bibtex users.
Jonivar Skullerud has produced a modified version of the JHEP.bst file, which includes a couple of improvements on the original JHEP file.
ANSWER
Yes, you can refer to other contributions using the identification number
assigned to each of them. That is, PoS(LAT2005)nnn, where "nnn" stands for
the progressive number assigned to each contribution. Every author has its
own number, that can be seen from their personal page.
You can find this by clicking on LAT2005 (under the word "code")
on your personal page for the conference.
If you want to also hyper-link into the presentation you can try
@Article{MichaelCOLOR,
author ="C. Michael ",
journal="\href{http://pos.sissa.it/archive/conferences/020/008/LAT2005_008.pdf}{PoS(LAT2005)008}",
title = "Hadronic decays",
year="2005",
eprint = "hep-lat/0509023",
howpublished="Talk presented at International Symposium on Lattice Field Theory (Lattice 2005)",
}
The above is clearly a bit of a hack. In principle the .bst file
should be able to generate the href link from the
PoS number. No one at Liverpool had the enthusiasm to
implement this. In the above example the talk number at the
conference is 008. The best easist thing to do is take the
bibtex reference from SLAC and add
the journal entry in the above format. The above example
worked without the eprint field as well.
Or you can add the references by hand.
\bibitem{farchioni}
F.~Farchioni~et al.,
\href{http://pos.sissa.it/archive/conferences/020/072/LAT2005_072.pdf}{{
{\em PoS(LAT2005)072}}}.
The number of the conference is 20.