SVN repository
The URL of the
SVN repository is accessible both as
svn+ssh://svn.cern.ch/reps/higgsbook/trunk
and as
https://svn.cern.ch/reps/higgsbook/trunk
(the first will probably work better from a cern computer, the second might be easier to get working from a laptop).
There is one master latex file
ws-higgs.tex
(the one you should compile), one master file for the definitions
ws-higgs.sty
and one bib file
ws-higgs.bib
Then there is one directory per chapter, with:
- a
defs.tex
(to define symbols useful only in that chapter, if any)
- a
chapter.tex
which is the main latex file of that chapter, included by ws-higgs.tex
.
- a
figures
directory to put figures
For the figures, the current WS latex code works also for pdf files:
\begin{figure}
\centerline{\psfig{file=combination/figures/cms_limit.pdf,width=3.8cm}}
\caption{....} \label{...}
\end{figure}
Other information
- WS-kickoff.pdf: Slides presented (and partially updated) during the kickoff meeting of September 25th, 2012
- epsfsafe.tex: epsfsafe file, required by WS example file ws-rv9x6.tex
- ws-higgs.tex: Example of a master latex file for your article