von Tomsn1 » Fr 29. Mär 2013, 14:13
Hallo! Ich bin latex-Anfänger und gerade dabei eine Projektarbeit mittels latex zu verfassen. Ich verwende derzeit den TEXstudio 2.4 und zum erstellen der bib.files Jabref 2.9.2. auf Windows 7
Der Umgang mit LaTEX funktioniert schon ganz gut, allerdings machen mich die bib.files gerade ein wenig Wahnsinnig. Wenn ich versuche das bib.file in TEXstudio zu öffnen, erhale ich folgende Fehlermeldungen:
Konnte Default Compiler:PdfLaTex:"C/:.........".tex nicht starten.
und
Logdatei nicht gefunden.
das kompilieren der Datei funktioniert einwandfrei, nur die Literaturverweis funktionieren gar nicht. Was mache ich falsch?
% Hier noch mein Code den ich verwendet habe:
\documentclass[a4paper, 12pt, parskip=half]{scrartcl}
%PACKAGES TO LOAD
\usepackage[utf8]{inputenc} %char set OF EDITOR! utf-8 contains all western-hemisphere chars like ƒ,÷,..
\usepackage[english]{babel} %set language here; contains spell checking and word-wrap as well
\usepackage{graphicx}
\usepackage[labelfont=bf, font=singlespacing]{caption}
\usepackage{setspace}
\usepackage{hyperref}
\usepackage{acronym} %acronym handler
\usepackage{subfigure} %subfigure environment Fig 4a,b,c...
\usepackage{url} %url formatting
\usepackage{multirow} %for multicol cell in table
\usepackage{mathtools}
\usepackage{rotating}
\renewcommand{\familydefault}{\sfdefault}
\author{Thomas Weisz, BSc}
\title{Comparing-Investigations On Precipitation Hardening In Aluminium 7xxx Alloys \\ \vspace{2cm}\centering \includegraphics[ width=0.7\textwidth]{Images/7_1_4_T4_quer_Phosphor_30min_x10} \vspace{2cm}}
\date{\today}
\makeindex
\bibliography{testbib}
\begin{document}
%=============================================================================================
\maketitle
\newpage
\setcounter{page}{1}
\include{Chapters/Introduction}
%=============================================================================================
\appendix % Appendix
\singlespacing % Normal line spacing
%\printglossary % Glossary
%\listoffigures % List of figures
\addcontentsline{toc}{section}{List of Figures}
\cleardoublepage
%\listoftables % List of tables
\addcontentsline{toc}{section}{List of Tables}
\cleardoublepage
%\printacronym % List of abbreviations
\cleardoublepage
%\bibliographystyle{plain} % Labels are numbers, sort according to position in text
%\bibliography{bibfile} % Reference list
\addcontentsline{toc}{section}{Literature}
%\thispagestyle{empty}
%\input{Chapters/Appendix} % All the bus people
%\addcontentsline{toc}{chapter}{Appendix}
%=============================================================================================
\end{document}
% Ende des Dokumentes
und hier das zugehörige bib.file
%
% This file was created with JabRef 2.9.2.
% Encoding: UTF8
@ARTICLE{gangshah04,
author = {Gang Sha, Alfred Cerezo},
title = {Early-stage precipitation in Al–Zn–Mg–Cu alloy (7050)},
journal = {Acta Materialia},
year = {2004},
volume = {52},
pages = {4503-4516},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@ARTICLE{Buha08,
author = {J. Buha, R.N. Lumley, A.G. Crosky},
title = {Secondary ageing in an aluminium alloy 7050},
journal = {Materials Science and Engineering A},
year = {2008},
volume = {492},
pages = {1-10},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@ARTICLE{Werenskiold00,
author = {J.C. Werenskiold, A. Deschamps *, Y. Bre´chet},
title = {Characterization and modeling of precipitation kinetics in an Al
– Zn – Mg alloy},
journal = {Materials Science and Engineering A},
year = {2000},
volume = {293},
pages = {267-274},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@BOOK{Kozeschnik13,
title = {Modeling Solid-State Precipitation},
publisher = {Momentum Press, LLC
New York},
year = {2013},
editor = {-},
author = {E. Kozeschnik},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@ARTICLE{MeiWu2010,
author = {Ling-Mei Wu, Martin Seyring, Markus Rettenmayr, Wen-Hsiung Wang},
title = {Characterization of precipitate evolution in an artificially aged
Al-Zn-Mg-Sc-Zr alloy},
journal = {Materials Science and Engineering A},
year = {2010},
volume = {527},
pages = {1068-1073},
owner = {Thomas Weisz},
timestamp = {2013.02.11}
}
@ARTICLE{Maloney99,
author = {S.K. Maloney, K. Hono, I.J. Polmear and S.P. Ringer},
title = {THE CHEMISTRY OF PRECIPITATES IN AN AGED Al-2.1Zn-1.7Mg at.% ALLOY},
journal = {Scripta Materialia},
year = {1999},
volume = {41},
pages = {1031-1038},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@MANUAL{TALAT1201,
title = {Training in Aluminium Application Technologies
TALAT Lecture 1201},
organization = {EAA - European Aluminium Association},
year = {1999},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@MANUAL{TALAT1202,
title = {Training in Aluminium Application Technologies
TALAT Lecture 1202},
organization = {EAA - European Aluminium Association},
year = {1999},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@MANUAL{TALAT1203,
title = {Training in Aluminium Application Technologies
TALAT Lecture 1203},
organization = {EAA - European Aluminium Association},
year = {1999},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@MANUAL{TALAT1204,
title = {Training in Aluminium Application Technologies
TALAT Lecture 1204},
organization = {EAA - European Aluminium Association},
year = {1999},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@MANUAL{TALAT1205,
title = {Training in Aluminium Application Technologies
TALAT Lecture 1205},
organization = {EAA - European Aluminium Association},
year = {1999},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
% Ende des Dokumentes
Danke Euch im Voraus!
LG
Hallo! Ich bin latex-Anfänger und gerade dabei eine Projektarbeit mittels latex zu verfassen. Ich verwende derzeit den TEXstudio 2.4 und zum erstellen der bib.files Jabref 2.9.2. auf Windows 7
Der Umgang mit LaTEX funktioniert schon ganz gut, allerdings machen mich die bib.files gerade ein wenig Wahnsinnig. Wenn ich versuche das bib.file in TEXstudio zu öffnen, erhale ich folgende Fehlermeldungen:
Konnte Default Compiler:PdfLaTex:"C/:.........".tex nicht starten.
und
Logdatei nicht gefunden.
das kompilieren der Datei funktioniert einwandfrei, nur die Literaturverweis funktionieren gar nicht. Was mache ich falsch?
[code]% Hier noch mein Code den ich verwendet habe:
\documentclass[a4paper, 12pt, parskip=half]{scrartcl}
%PACKAGES TO LOAD
\usepackage[utf8]{inputenc} %char set OF EDITOR! utf-8 contains all western-hemisphere chars like ƒ,÷,..
\usepackage[english]{babel} %set language here; contains spell checking and word-wrap as well
\usepackage{graphicx}
\usepackage[labelfont=bf, font=singlespacing]{caption}
\usepackage{setspace}
\usepackage{hyperref}
\usepackage{acronym} %acronym handler
\usepackage{subfigure} %subfigure environment Fig 4a,b,c...
\usepackage{url} %url formatting
\usepackage{multirow} %for multicol cell in table
\usepackage{mathtools}
\usepackage{rotating}
\renewcommand{\familydefault}{\sfdefault}
\author{Thomas Weisz, BSc}
\title{Comparing-Investigations On Precipitation Hardening In Aluminium 7xxx Alloys \\ \vspace{2cm}\centering \includegraphics[ width=0.7\textwidth]{Images/7_1_4_T4_quer_Phosphor_30min_x10} \vspace{2cm}}
\date{\today}
\makeindex
\bibliography{testbib}
\begin{document}
%=============================================================================================
\maketitle
\newpage
\setcounter{page}{1}
\include{Chapters/Introduction}
%=============================================================================================
\appendix % Appendix
\singlespacing % Normal line spacing
%\printglossary % Glossary
%\listoffigures % List of figures
\addcontentsline{toc}{section}{List of Figures}
\cleardoublepage
%\listoftables % List of tables
\addcontentsline{toc}{section}{List of Tables}
\cleardoublepage
%\printacronym % List of abbreviations
\cleardoublepage
%\bibliographystyle{plain} % Labels are numbers, sort according to position in text
%\bibliography{bibfile} % Reference list
\addcontentsline{toc}{section}{Literature}
%\thispagestyle{empty}
%\input{Chapters/Appendix} % All the bus people
%\addcontentsline{toc}{chapter}{Appendix}
%=============================================================================================
\end{document}
% Ende des Dokumentes [/code]
und hier das zugehörige bib.file
[code]%
% This file was created with JabRef 2.9.2.
% Encoding: UTF8
@ARTICLE{gangshah04,
author = {Gang Sha, Alfred Cerezo},
title = {Early-stage precipitation in Al–Zn–Mg–Cu alloy (7050)},
journal = {Acta Materialia},
year = {2004},
volume = {52},
pages = {4503-4516},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@ARTICLE{Buha08,
author = {J. Buha, R.N. Lumley, A.G. Crosky},
title = {Secondary ageing in an aluminium alloy 7050},
journal = {Materials Science and Engineering A},
year = {2008},
volume = {492},
pages = {1-10},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@ARTICLE{Werenskiold00,
author = {J.C. Werenskiold, A. Deschamps *, Y. Bre´chet},
title = {Characterization and modeling of precipitation kinetics in an Al
– Zn – Mg alloy},
journal = {Materials Science and Engineering A},
year = {2000},
volume = {293},
pages = {267-274},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@BOOK{Kozeschnik13,
title = {Modeling Solid-State Precipitation},
publisher = {Momentum Press, LLC
New York},
year = {2013},
editor = {-},
author = {E. Kozeschnik},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@ARTICLE{MeiWu2010,
author = {Ling-Mei Wu, Martin Seyring, Markus Rettenmayr, Wen-Hsiung Wang},
title = {Characterization of precipitate evolution in an artificially aged
Al-Zn-Mg-Sc-Zr alloy},
journal = {Materials Science and Engineering A},
year = {2010},
volume = {527},
pages = {1068-1073},
owner = {Thomas Weisz},
timestamp = {2013.02.11}
}
@ARTICLE{Maloney99,
author = {S.K. Maloney, K. Hono, I.J. Polmear and S.P. Ringer},
title = {THE CHEMISTRY OF PRECIPITATES IN AN AGED Al-2.1Zn-1.7Mg at.% ALLOY},
journal = {Scripta Materialia},
year = {1999},
volume = {41},
pages = {1031-1038},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@MANUAL{TALAT1201,
title = {Training in Aluminium Application Technologies
TALAT Lecture 1201},
organization = {EAA - European Aluminium Association},
year = {1999},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@MANUAL{TALAT1202,
title = {Training in Aluminium Application Technologies
TALAT Lecture 1202},
organization = {EAA - European Aluminium Association},
year = {1999},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@MANUAL{TALAT1203,
title = {Training in Aluminium Application Technologies
TALAT Lecture 1203},
organization = {EAA - European Aluminium Association},
year = {1999},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@MANUAL{TALAT1204,
title = {Training in Aluminium Application Technologies
TALAT Lecture 1204},
organization = {EAA - European Aluminium Association},
year = {1999},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
@MANUAL{TALAT1205,
title = {Training in Aluminium Application Technologies
TALAT Lecture 1205},
organization = {EAA - European Aluminium Association},
year = {1999},
owner = {Thomas Weisz},
timestamp = {2013.02.09}
}
% Ende des Dokumentes [/code]
Danke Euch im Voraus!
LG