Großschreibung im Titel funktioniert nur teilweise
Verfasst: Mo 13. Feb 2012, 13:49
Hallo verwende \documentclass{article} und bibstyle:unsrt und habe mehrere Quellen im selben Bib-File.
Bei manchen wird die teilweise Großschreibung mit "{ umgesetzt
@Article{madgraph,
author = "Alwall, Johan and others",
title = "{MadGraph/MadEvent v4: The New Web Generation}",
journal = "JHEP",
volume = "09",
year = "2007",
pages = "028",
eprint = "0706.2334",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = 0706.2334;%%",
doi = "10.1088/1126-6708/2007/09/028"
}
@MISC{lhc,
author= {K. Potter},
title="{Large Hadron Collider (LHC) project of CERN. LHC Project Report}",
year={1996}
}
@Article{PTDR2,
author = "{CMS Collaboration}",
title = "{CMS technical design report, volume II: Physics
performance}",
journal = "J. Phys.",
volume = "G34",
year = "2007",
pages = "995",
doi = "10.1088/0954-3899/34/6/S01",
SLACcitation = "%%CITATION = JPHGB,G34,995;%%"
}
...... aber bei den meisten nicht: ZB bei :
@article{muon_reco,
collaboration = "CMS",
title = "Muon reconstruction in the {CMS} detector",
journal = "CMS Note",
volume = "2008/097",
year = "2008"}
@ARTICLE{muon_id,
COLLABORATION = "CMS",
TITLE = "{Muon identification in CMS}",
JOURNAL = "CMS Note",
VOLUME = "2008/098",
YEAR = "2008"}
@misc{photon_id,
note="See: https://twiki.cern.ch/twiki/bin/view/CMS/PhotonID"
}
@ARTICLE{ref:Zwicky,
AUTHOR = "F. Zwicky",
TITLE = "{Die Rotverschiebung von extragalaktischen Nebeln}",
JOURNAL = "Helv.~Physica Acta",
VOLUME = "6",
YEAR = "1933",
pages = "110"}
Ich weiß nicht mehr was ich versuchen soll, weiß wer woran das liegen kann?? thx lg
Bei manchen wird die teilweise Großschreibung mit "{ umgesetzt
@Article{madgraph,
author = "Alwall, Johan and others",
title = "{MadGraph/MadEvent v4: The New Web Generation}",
journal = "JHEP",
volume = "09",
year = "2007",
pages = "028",
eprint = "0706.2334",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = 0706.2334;%%",
doi = "10.1088/1126-6708/2007/09/028"
}
@MISC{lhc,
author= {K. Potter},
title="{Large Hadron Collider (LHC) project of CERN. LHC Project Report}",
year={1996}
}
@Article{PTDR2,
author = "{CMS Collaboration}",
title = "{CMS technical design report, volume II: Physics
performance}",
journal = "J. Phys.",
volume = "G34",
year = "2007",
pages = "995",
doi = "10.1088/0954-3899/34/6/S01",
SLACcitation = "%%CITATION = JPHGB,G34,995;%%"
}
...... aber bei den meisten nicht: ZB bei :
@article{muon_reco,
collaboration = "CMS",
title = "Muon reconstruction in the {CMS} detector",
journal = "CMS Note",
volume = "2008/097",
year = "2008"}
@ARTICLE{muon_id,
COLLABORATION = "CMS",
TITLE = "{Muon identification in CMS}",
JOURNAL = "CMS Note",
VOLUME = "2008/098",
YEAR = "2008"}
@misc{photon_id,
note="See: https://twiki.cern.ch/twiki/bin/view/CMS/PhotonID"
}
@ARTICLE{ref:Zwicky,
AUTHOR = "F. Zwicky",
TITLE = "{Die Rotverschiebung von extragalaktischen Nebeln}",
JOURNAL = "Helv.~Physica Acta",
VOLUME = "6",
YEAR = "1933",
pages = "110"}
Ich weiß nicht mehr was ich versuchen soll, weiß wer woran das liegen kann?? thx lg