Search found 9 matches

by ge0rg
Sat Sep 05, 2015 3:30 pm
Forum: BibTeX, biblatex and biber
Topic: biber - Quotation marks in bibliography
Replies: 6
Views: 9357

Re: biber - Quotation marks in bibliography

Johannes, great, that works. Thanks!
by ge0rg
Sat Sep 05, 2015 2:00 pm
Forum: BibTeX, biblatex and biber
Topic: biber - Quotation marks in bibliography
Replies: 6
Views: 9357

biber - Quotation marks in bibliography

Okay, now something weird happened. After I got the error after removing "english" again and compiling two times, I didn't get it anymore (it happened at "sortlocale=de_DE" in the bibtex initialization). So that seems okay now.

But quotation marks still like before.

EDIT:
Oh, sorry, you meant the ...
by ge0rg
Sat Sep 05, 2015 1:40 pm
Forum: BibTeX, biblatex and biber
Topic: biber - Quotation marks in bibliography
Replies: 6
Views: 9357

biber - Quotation marks in bibliography

Well, it has
\usepackage[ngerman, english]{babel}

If I remove the english bit, I get an error at:
\usepackage[
backend=biber,
style=authoryear-icomp,
sortlocale=de_DE,
natbib=true,
url=false,
doi=true,
eprint=false
]{biblatex}

but I don't know why.

I give you a "minimal" examlple, but ...
by ge0rg
Fri Sep 04, 2015 9:37 pm
Forum: BibTeX, biblatex and biber
Topic: biber - Quotation marks in bibliography
Replies: 6
Views: 9357

biber - Quotation marks in bibliography

Hello people,
When I thought that after my last paper I had LaTex set up perfectly for my needs, I overlooked the fact that I would have to write future papers - like the current one - in a different language, namely German.

Now, my biber configuration is a little off: The items all look like the ...
by ge0rg
Wed Jul 29, 2015 1:02 am
Forum: Text Formatting
Topic: Nested enumeration with brackets
Replies: 4
Views: 9251

Nested enumeration with brackets

Problem solved. In case it interest someone:

\begin{enumerate}[label=(\arabic*)]
\item
The Turing Test is decisive:
\begin{enumerate}[label=(\arabic{enumi}.\arabic*)]
\item If S passes the Turing Test, it has a mind.
\item If S does not pass the Turing Test, it does not have a mind.
\end ...
by ge0rg
Tue Jul 28, 2015 5:50 am
Forum: Text Formatting
Topic: Nested enumeration with brackets
Replies: 4
Views: 9251

Nested enumeration with brackets

Hello people of the internet,

I have the following question:

I would like to do the following (excerpt from my seminar paper):

(1) The Turing Test is decisive:
(1.1) If S passes the Turing Test, it has a mind.
(1.2) If S does not pass the Turing Test, it does not have a mind.

(2) The Turing ...
by ge0rg
Sat Jul 25, 2015 4:42 pm
Forum: BibTeX, biblatex and biber
Topic: Can't get Bibtex to work with Texworks (MikTex)
Replies: 4
Views: 12283

Re: Can't get Bibtex to work with Texworks (MikTex)

EDIT:

Okay, I don't know what happened now, but after I copied the contents of the files into new files in a new folder, everything seems to be working now! Yehay!

Thanks a lot for your help!
by ge0rg
Sat Jul 25, 2015 3:22 pm
Forum: BibTeX, biblatex and biber
Topic: Can't get Bibtex to work with Texworks (MikTex)
Replies: 4
Views: 12283

Can't get Bibtex to work with Texworks (MikTex)

Hey, yes, I do have a .blg file:
This is BibTeX, Version 0.99dThe top-level auxiliary file: untitled-7.aux
I couldn't open database file blabla.bib
---line 5 of file untitled-7.aux
: \bibdata{blabla
: }
I'm skipping whatever remains of this command
The style file: plain.bst
I found no database ...
by ge0rg
Sat Jul 25, 2015 7:18 am
Forum: BibTeX, biblatex and biber
Topic: Can't get Bibtex to work with Texworks (MikTex)
Replies: 4
Views: 12283

Can't get Bibtex to work with Texworks (MikTex)

Hello citiztens of the internet,

it is seven in the morning and I am still awake, trying to set up my tex document so that I can finally start working. Before I give up, I'd like to ask you guys what I am doing wrong.
I should note that I started using latex today, and so far everything works fine ...