Zitat von
rais
Moin moin,
..was hast Du noch geändert?
Habe über MiKTeX einige Pakete aktualisiert, welche kann ich nicht mehr nachvollziehen. Habe mittlerweile den alten Koma-Skript Ordner an die alte stelle kopiert - das Problem tritt trotzdem auf.
Evtl wird ja nur `myjureco.bst' nicht gefunden bzw. ist vom System verschwunden ... ?
Die bst-Datei liegt immer noch im Arbeitsordner.
Ansonsten poste bitte ein Minimalbeispiel incl. .blg- (BibTeX-) und .log- (LaTeX-Log-)Datei.
Code:
\documentclass[%
12pt,%
a4paper,%
english,%
ngerman,%
oneside,%
headinclude=on,%
openright]%
{scrreprt}%
\usepackage[latin1]{inputenc}%latin1,
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{jurabib}
\jurabibsetup{%
authorformat={and,year,firstnotreversed,smallcaps},%and,abbrv},
commabeforerest,
see,
pages=format,
dotafter=bibentry,
titleformat=commasep%,
%bibformat=hang,
}
%habe hier diverse Anpassungen des bib-styles ausgelassen
%
\begin{document}
Hier steht viel Text. Jetzt kommt eine Referenz \citep{bsp}.
Hier kommt noch mehr Text. Hier kommt noch mehr Text. Hier kommt noch mehr Text.
\bibliographystyle{myjureco}
\bibliography{literatur}
\end{document}%
und hier die bib. datei
Code:
@article{bsp,
title={{Ein Koma-Skript-Problem?}},
author={M. and Kramer, Bayer, K.},
journal={Applied TeXnology},
volume={53},
number={1},
pages={43--50},
year={1999},
publisher={Springer}
}
.blg
Code:
This is BibTeX, Version 0.99cThe top-level auxiliary file: C:\Dokumente und Einstellungen\******\Eigene Dateien\mrunix_minimal\minimal_komaproblem.aux
The style file: myjureco.bst
Database file #1: literatur.bib
.log
Code:
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <8> on input line 3875.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <6> on input line 3875.
LaTeX Info: Redefining \cite on input line 4187.
\jb@length@i=\skip58
\jb@length@ii=\skip59
\jb@length@iii=\skip60
\jb@temptoks=\toks18
\jbedwidth=\skip61
\jb@ta=\toks19
\jb@tb=\toks20
Package jurabib Info: *** Local config file `jurabib.cfg' used ***
("C:\Programme\MiKTeX 2.7\tex\latex\jurabib\jurabib.cfg"
File: jurabib.cfg jurabib local configuration file
))
(minimal_komaproblem.aux)
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 27.
LaTeX Font Info: ... okay on input line 27.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 27.
LaTeX Font Info: ... okay on input line 27.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 27.
LaTeX Font Info: ... okay on input line 27.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 27.
LaTeX Font Info: ... okay on input line 27.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 27.
LaTeX Font Info: ... okay on input line 27.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 27.
LaTeX Font Info: ... okay on input line 27.
("C:\Programme\MiKTeX 2.7\tex\latex\jurabib\dejbbib.ldf"
File: dejbbib.ldf jurabib German language definitions
)
LaTeX Info: Redefining \jbbtasep on input line 27.
LaTeX Info: Redefining \jbbfsasep on input line 27.
LaTeX Info: Redefining \jbbstasep on input line 27.
LaTeX Info: Redefining \bibbtasep on input line 27.
LaTeX Info: Redefining \bibbfsasep on input line 27.
LaTeX Info: Redefining \bibbstasep on input line 27.
LaTeX Info: Redefining \jbbtesep on input line 27.
LaTeX Info: Redefining \jbbfsesep on input line 27.
LaTeX Info: Redefining \jbbstesep on input line 27.
LaTeX Info: Redefining \bibbtesep on input line 27.
LaTeX Info: Redefining \bibbfsesep on input line 27.
LaTeX Info: Redefining \bibbstesep on input line 27.
Package jurabib Info: *** jurabib set up for babel ***
LaTeX Warning: Citation `bsp' on page 1 undefined on input line 28.
(minimal_komaproblem.bbl [1
{C:/Dokumente und Einstellungen/All Users/Anwendungsdaten/MiKTeX/2.7/pdftex/con
fig/pdftex.map}]
LaTeX Font Info: Try loading font information for T1+cmss on input line 4.
("C:\Programme\MiKTeX 2.7\tex\latex\base\t1cmss.fd"
File: t1cmss.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Warning: Empty `thebibliography' environment on input line 19.
) [2
] (minimal_komaproblem.aux)
LaTeX Warning: There were undefined references.
)
Here is how much of TeX's memory you used:
3738 strings out of 95304
53821 string characters out of 1183179
144867 words of memory out of 1500000
6935 multiletter control sequences out of 110000
10994 words of font info for 29 fonts, out of 3000000 for 5000
14 hyphenation exceptions out of 8191
36i,6n,52p,317b,168s stack positions out of 5000i,500n,10000p,200000b,50000s
{C:/Programme/MiKTeX 2.7/fonts/enc/dvips/cm-super/cm-super-t1.enc}
Output written on minimal_komaproblem.pdf (2 pages, 32889 bytes).
PDF statistics:
22 PDF objects out of 1000 (max. 8388607)
0 named destinations out of 1000 (max. 131072)
1 words of extra memory for PDF output out of 10000 (max. 10000000)
Hoffe, Du/oder jemand anderes kann/st das Problem lösen.
Beste Grüße,
murmel
Edit: .bst angehängt (hier nur die verwendung von et al. von ab drei auf einen autor umgestellt). Das Ganze funktioniert an meinem heimischen System problemlos (osx,texlive, texshop). Auf der Arbeit mit XP, miktex und texniccenter tritt das problem auf. Selbst bei einigen Arbeitskollegen geht's, bei anderen nicht.
Lesezeichen