Search found 13 matches

by Pixer75
Mon Mar 17, 2014 10:22 am
Forum: BibTeX, biblatex and biber
Topic: Biber subsystem error
Replies: 0
Views: 3795

Biber subsystem error

I am getting an error when trying to generate my bibliography (Biblatex and biber) in a file I have been working on for weeks. I work on both Mac (office) and Ubuntu (home). On my Ubuntu machine I can generate the bibliography; on my Mac I no longer can. The problem arouse suddenly last Tuesday, up ...
by Pixer75
Wed Jan 08, 2014 2:18 pm
Forum: BibTeX, biblatex and biber
Topic: .bib file not found
Replies: 3
Views: 9050

.bib file not found

Well I managed to miss Johannes_B's last line. Sorry for that.
Here's the the .blg.

This is BibTeX, Version 0.99d (TeX Live 2012)
Capacity: max_strings=35307, hash_size=35307, hash_prime=30011
The top-level auxiliary file: Introduction.aux
The style file: biblatex.bst
I couldn't open database ...
by Pixer75
Wed Jan 08, 2014 10:22 am
Forum: BibTeX, biblatex and biber
Topic: .bib file not found
Replies: 3
Views: 9050

Re: .bib file not found

I don't understand quite well what you mean by by being "located at the same depth as the home folder". I have a very "hierarchical" (don't know how to call it) folder structure. I create a folder for each chapter of my thesis. So my .tex file is going to be in the respective chapter folder. The ...
by Pixer75
Wed Jan 08, 2014 9:47 am
Forum: BibTeX, biblatex and biber
Topic: .bib file not found
Replies: 3
Views: 9050

.bib file not found

Hi there,

I use LaTeX in both Ubuntu (Kile) and Mac (TeXMaker). In Ubuntu I can add a relative location to my .bib file. However, in Mac, the relative location does not work, which implies that I need to copy my .bib file in the folder where my .tex is compiling. This is not very practical. Does ...
by Pixer75
Thu Nov 17, 2011 10:41 am
Forum: Graphics, Figures & Tables
Topic: moderncv | Add a Photo to a CV
Replies: 13
Views: 50498

moderncv | Add a Photo to a CV

Well the `tweaklist' file is indeed in the folder. I upgraded my TeX ditribution with the package manager and it apparently worked. However, for some (to me) obscure reason, it didn't updated the moderncv package. That is why I did it manually.

Thanks again.
by Pixer75
Thu Nov 17, 2011 10:27 am
Forum: Graphics, Figures & Tables
Topic: moderncv | Add a Photo to a CV
Replies: 13
Views: 50498

moderncv | Add a Photo to a CV

what I mean by "issues" is that when I compile I got the following message:

!LaTeX Error: File `tweaklist.sty' not found.

Type X to quit or <RETURN> to proceed, or enter new name. (Default extensiion: sty)

Enter file name:

Then I type return a few times and the .pdf is generated.

But you're ...
by Pixer75
Wed Nov 16, 2011 7:45 pm
Forum: Graphics, Figures & Tables
Topic: moderncv | Add a Photo to a CV
Replies: 13
Views: 50498

Re: moderncv | Add a Photo to a CV

Although the previous answer provided a solution to my problem, I wanted to update the moderncv package. Upadating the TeX was not enough. I downloaded a new version (2006-2011) and (manually) replaced the old files with the new.

Although in the end I manage to generate my .pdf, there are some ...
by Pixer75
Wed Nov 16, 2011 2:52 pm
Forum: Graphics, Figures & Tables
Topic: moderncv | Add a Photo to a CV
Replies: 13
Views: 50498

Re: moderncv | Add a Photo to a CV

Indeed, it works.

Thank you!
by Pixer75
Wed Nov 16, 2011 12:03 pm
Forum: Graphics, Figures & Tables
Topic: moderncv | Add a Photo to a CV
Replies: 13
Views: 50498

Re: moderncv | Add a Photo to a CV

I am attaching the .log file after having added the line \listfiles at the beginning of my example.

Thanks again.
by Pixer75
Wed Nov 16, 2011 11:19 am
Forum: Graphics, Figures & Tables
Topic: moderncv | Add a Photo to a CV
Replies: 13
Views: 50498

moderncv | Add a Photo to a CV

Sorry for not providing the minimal example. It is here:


\documentclass[11pt,a4paper]{moderncv}

\moderncvtheme[blue]{classic}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[scale=0.8]{geometry}
\firstname{Name}
\familyname{Lastname}
\address{Address}{postcode}
\mobile ...