Hello,
currently I am writing my Master Thesis with Lyx 1.6 on Mac OS X SL. I am using BibDesk, too.
I have a question that I have been trying to answer to myself the last few hours:
How can I change my Bibliography to German language?
I already changed everything in the Bibliography.lxy file where it said "language english" to "language german".
But it didn't help.
Also I do not understand how to load a "bibliographystyle" or where to find it at all...
Please help. Thank you very much!
LyX ⇒ ClassicThesis want to use German Bibliography
-
- Posts: 2
- Joined: Mon Jul 26, 2010 11:14 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.

ClassicThesis want to use German Bibliography
Hm ... maybe you should have taken a look into this whole bibliography thing before starting ... 
Anyway, here are two pages that can help you:
http://de.wikipedia.org/wiki/BibTeX#BibTeX-Stile or http://en.wikipedia.org/wiki/BibTeX
So you could use the babel-package with the option "ngerman" and set your document to German, meaning adding "german" as a global option. This usually helps for KOMA-classes. But you didn't mention any document class, so please take a look into the board "rules", especially section 2 please.
This would alos help with some other details you didn't mention.

Anyway, here are two pages that can help you:
http://de.wikipedia.org/wiki/BibTeX#BibTeX-Stile or http://en.wikipedia.org/wiki/BibTeX
So you could use the babel-package with the option "ngerman" and set your document to German, meaning adding "german" as a global option. This usually helps for KOMA-classes. But you didn't mention any document class, so please take a look into the board "rules", especially section 2 please.

This would alos help with some other details you didn't mention.
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
-
- Posts: 2
- Joined: Mon Jul 26, 2010 11:14 pm
ClassicThesis want to use German Bibliography
Hey Enrico,
thanks for your quick response. Now I have read the board rules. Thanks for that link.
What I already now is that I have to change the
This is how my complete Bibliography.lxy file looks like
But I dont know how to load a new bibliographystyle or where I can find it, especially one that suits my need for a German kind of bibliographystyle.
thanks for your quick response. Now I have read the board rules. Thanks for that link.
What I already now is that I have to change the
Code: Select all
\bibliographystyle{plainnat}
Code: Select all
#LyX 1.6.2 created this file. For more info see http://www.lyx.org/
\lyxformat 345
\begin_document
\begin_header
\textclass scrreprt
\begin_preamble
\usepackage{preamble}
\end_preamble
\options twoside,openright,titlepage,fleqn,pointlessnumbers,headinclude,10pt,a4paper,BCOR5mm,footinclude,cleardoubleempty
\use_default_options false
\language english
\inputencoding auto
\font_roman default
\font_sans default
\font_typewriter default
\font_default_family default
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\paperfontsize 10
\spacing single
\use_hyperref false
\papersize a4paper
\use_geometry false
\use_amsmath 1
\use_esint 0
\cite_engine natbib_numerical
\use_bibtopic false
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\papercolumns 1
\papersides 2
\paperpagestyle default
\tracking_changes false
\output_changes false
\author ""
\end_header
\begin_body
\begin_layout Standard
\begin_inset ERT
status open
\begin_layout Plain Layout
% work-around to have small caps also here in the headline
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status open
\begin_layout Plain Layout
\backslash
manualmark
\end_layout
\end_inset
\begin_inset ERT
status open
\begin_layout Plain Layout
\backslash
markboth{
\backslash
spacedlowsmallcaps{
\backslash
bibname}}{
\backslash
spacedlowsmallcaps{
\backslash
bibname}}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status open
\begin_layout Plain Layout
% work-around to have small caps also
\end_layout
\end_inset
\begin_inset ERT
status open
\begin_layout Plain Layout
\backslash
refstepcounter{dummy}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status open
\begin_layout Plain Layout
\backslash
addtocontents{toc}{
\backslash
protect
\backslash
vspace{
\backslash
beforebibskip}}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status open
\begin_layout Plain Layout
% to have the bib a bit from the rest in the toc
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status open
\begin_layout Plain Layout
\backslash
addcontentsline{toc}{chapter}{
\backslash
tocEntry{
\backslash
bibname}}
\end_layout
\end_inset
\begin_inset ERT
status open
\begin_layout Plain Layout
\backslash
bibliographystyle{plainnat}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset CommandInset label
LatexCommand label
name "app:bibliography"
\end_inset
\begin_inset CommandInset bibtex
LatexCommand bibtex
bibfiles "Bibliography"
options "plainnat"
\end_inset
\end_layout
\end_body
\end_document