Search found 24 matches

by tonguim
Tue Jul 12, 2016 4:13 pm
Forum: Text Formatting
Topic: IOS-Book-Article.cls: one author with multiple affiliation
Replies: 1
Views: 3842

IOS-Book-Article.cls: one author with multiple affiliation

Hallo all,

I've posted a question on tex.stackexchange but didn't get any answer. Can anyone here help me? Thank you.

I'm trying to set for an article the authors information. There is one author that has multiple affiliation and I have some difficulties to write the right code for that. Thank you ...
by tonguim
Tue Aug 05, 2014 5:03 pm
Forum: BibTeX, biblatex and biber
Topic: Chapterbib: same list of references after each chapter; why?
Replies: 2
Views: 3937

Chapterbib: same list of references after each chapter; why?

Hi all,

I have no error at compilation, but after each chapter, as bibliography, I have the same list of reference, what is not normal. I should have had a different list of references after each chapter. I dont' know what cause this problem. Here is the code of principal file:


\documentclass ...
by tonguim
Tue Aug 05, 2014 4:34 pm
Forum: TeX Live and MacTeX
Topic: Easy Installation of TeX Live on Ubuntu
Replies: 11
Views: 66836

Easy Installation of TeX Live on Ubuntu

I have updated TexLive on my Ubuntu 12.04 system yesterday.

After the updating process, when I tried to run the bibtex command, I got the following error
bibtex: Not writing to ../chap1_introduction/chap1_introduction.blg (openout_any = p).
I couldn't open file name `../chap1_introduction/chap1 ...
by tonguim
Tue Aug 05, 2014 4:20 pm
Forum: BibTeX, biblatex and biber
Topic: Compilation errors: memoir class
Replies: 3
Views: 5815

Compilation errors: memoir class

Ubuntu 12.04 contains a very old teXLive in its reps. You can either install a vanilla TeXLive from TUG. Or use a script (should be applicable to 2014 as well).


I have updated TexLive on my system using the script you gave. Thank you Johannes.

After the updating process, when I tried to run the ...
by tonguim
Mon Aug 04, 2014 3:47 am
Forum: BibTeX, biblatex and biber
Topic: Compilation errors: memoir class
Replies: 3
Views: 5815

Compilation errors: memoir class

Hallo all,

I'm having some compilation errors. My aim is to generate a bibliography at the end of each chapter.

The document class package file is attached to this message.

This is the main file code:
\documentclass[PhD,english,francais]{ulthese}
\ifxetex\else \usepackage[utf8]{inputenc} \fi ...
by tonguim
Mon Aug 04, 2014 2:58 am
Forum: BibTeX, biblatex and biber
Topic: Chapterbib with subdirectories does not compile
Replies: 7
Views: 10002

Chapterbib with subdirectories does not compile

Problem is fixed. I think errors came from the used document class package. Instead of

Code: Select all

\documentclass[phd]{theseUL}
I used this class package

Code: Select all

\documentclass[a4paper, 12pt]{report}
. Compilation run successfuly now.
Thank you Stefan_K for your support.
by tonguim
Sun Aug 03, 2014 11:54 pm
Forum: BibTeX, biblatex and biber
Topic: Chapterbib with subdirectories does not compile
Replies: 7
Views: 10002

Chapterbib with subdirectories does not compile

Hallo Stefan_K,

I did already tried both \include and \input but could not make the compilation works. I did already also saw the page you are referring to me. I took the time to look after Chapterbib reference on http://latex-community.org/ and else where. Today is my third day of search on the ...
by tonguim
Sun Aug 03, 2014 4:59 pm
Forum: BibTeX, biblatex and biber
Topic: Chapterbib with subdirectories does not compile
Replies: 7
Views: 10002

Chapterbib with subdirectories does not compile

Good day Johannes_B,

You tried to be verbose, which is good, but you did not provide a compilable minimal example . We need that to test and propose a solution.


What do you call «compilable minimal example»? I have posted the latex code I have written so that every one could test it and ...
by tonguim
Sun Aug 03, 2014 6:17 am
Forum: BibTeX, biblatex and biber
Topic: Chapterbib with subdirectories does not compile
Replies: 7
Views: 10002

Chapterbib with subdirectories does not compile

Hi all,

I'm using chapterbib package to generate a bibliography for each chapter. But the compilation fails.

Here is the content of my principal.tex file:


\documentclass[phd]{theseUL}

\usepackage{lmodern}
\usepackage[utf8]{inputenc}
%\usepackage[french]{babel}
\usepackage{fancyhdr}
\usepackage ...
by tonguim
Wed Jan 25, 2012 2:40 am
Forum: Document Classes
Topic: Beamer+amspset: error
Replies: 3
Views: 3162

Beamer+amspset: error

Thank you localghost for your answer. I choose then the replace Vaucason-g by tikz.


Nota bene:
You are using a non-standard class which besides is not listed on CTAN . It would be helpful if you attach it by upload to the forum server or at least give a link where to find it.
Thorsten

I'm ...