Emmanuel Porte | 10 Feb 13:25
Picon
Picon
Favicon
Gravatar

Texlive 2011 et Texstudio

Bonjour à tous, Je continue sur cette liste une discussion engagé avec Denis ici (https://groups.google.com/group/fr.comp.text.tex/browse_thread/thread/28600693b7ca2e20?hl=fr#) et qui m'a amené dernièrement à installer Texlive 2011. J'ai fais une installation en mode texte en suivant ce conseil de Denis : il est inutile de changer les chemins si on ajuste le PATH après coup ou, mieux, si on crée (si on fait créer) des liens symboliques à l'installation. Ça évite ce genre d'ajustements et règle le problème que tu rencontres ci-dessous. Je te recommande donc de recommencer l'installation (rapide à ce que j'ai vu : 8 minutes environ) et, avant de taper « I », de taper « O » pour accéder aux options et, là, de taper « L » pour « create symlinks in standard directories: » : http://www.tug.org/texlive/doc/texlive-fr/texlive-fr.html#x1-280003.2.4 Reviens ensuite au menu principal et installe au moyen de « I ». J'ai donc fait cela et installer la dernière version de Texstudio... Et là, ça ne fonctionne pas. Les outils de compilation ne sont pas détectés par défaut (ce qui était le but de l'opération si j'ai bien compris) et si je change le chemin en faisant pointer vers le dossier " \usr\local\bin\latex " (je suis sous Linux Debian Squeeze 32 bits), le problème demeure : Erreur : impossible de lancer la commande latex -src -interaction=nonstopmode "essai".tex Auriez-vous une idée d'où cela peut venir...? D'avance merci -- -- Emmanuel
Denis Bitouzé | 10 Feb 14:02
Picon

Re: Texlive 2011 et Texstudio

Le vendredi 10/02/12 à 13h25,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> Bonjour à tous,

Bonjour,

> Je continue sur cette liste une discussion engagé
> avec Denis ici
> (https://groups.google.com/group/fr.comp.text.tex/browse_thread/thread/28600693b7ca2e20?hl=fr#
> [1]) et qui m'a amené dernièrement à installer Texlive 2011. J'ai fais
> une installation en mode texte en suivant ce conseil de Denis :
> 
> [...]
> 
> J'ai donc fait cela et installer la dernière version de Texstudio...
> Et là, ça ne fonctionne pas. Les outils de compilation ne sont pas
> détectés par défaut (ce qui était le but de l'opération si j'ai bien
> compris) et si je change le chemin en faisant pointer vers le dossier
> " usrlocalbinlatex " (je suis sous Linux Debian Squeeze 32 bits), le
> problème demeure :
> 
> Erreur : impossible de lancer la commande latex -src
> -interaction=nonstopmode "essai".tex
>
> Auriez-vous une idée d'où cela
> peut venir...?

As-tu essayé de lancer dans un terminal :

latex

Que cela renvoie-t-il ?

> D'avance merci

Padkoi.
--

-- 
Denis

René Bastian | 15 Feb 16:41
Picon
Favicon

Re: Texlive 2011 et Texstudio

Le Fri, 10 Feb 2012 14:02:11 +0100,
Denis Bitouzé <dbitouze <at> wanadoo.fr> a écrit :

[...]
> 
> As-tu essayé de lancer dans un terminal :
> 
> latex
> 
> Que cela renvoie-t-il ?
> 
> > D'avance merci
>  
Comme on parle d'installation de TL2011, ce que j'ai fait,
le http://www.tug.org/texlive/doc/texlive-fr/texlive-fr.html#x1-690008.3
signale :
--------------------
Pour les shells dits « Bourne-compatible » tels que bash sous
GNU/Linux, le fichier à éditer peut être \$HOME/.bash_profile ou
\$HOME/.profile et les lignes à ajouter sont de la forme suivante :
PATH=/usr/local/texlive/2011/bin/i386-linux:$PATH; export PATH
MANPATH=/usr/local/texlive/2011/texmf/doc/man:$MANPATH; export MANPATH
INFOPATH=/usr/local/texlive/2011/texmf/doc/info:$INFOPATH; export INFOPATH
--------------------
mais il y a des cas où ça n'est pas le bon tuyau. J'utilise Debian 6.0
et là il faut insérer ces lignes (ou l'équivalent selon
l'installation) dans '.bashrc'.

Pour détecter d'éventuelles malfaçons, le conseil de Daniel Flipo :
$ which pdflatex 
est toujours valable : si le chemin donné en retour n'est pas
celui de la TL2011, il y a encore du travail à faire.

--

-- 
René Bastian
www.pythoneon.org

Emmanuel Porte | 15 Feb 16:48
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 15/02/2012 16:41, René Bastian a écrit :
> which pdflatex
>    
Bonjour,

Merci de votre réponse. Le retour de commande et le suivant :

%%%%%%%
root <at> Manu-laptop:/home/manu# which pdflatex
/usr/local/bin/pdflatex
%%%%%%%%%%

Denis Bitouzé | 15 Feb 16:48
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 16h48,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> root <at> Manu-laptop:/home/manu# which pdflatex
> /usr/local/bin/pdflatex

Et que donne :

ls -l /usr/local/bin/pdflatex
--

-- 
Denis

Emmanuel Porte | 15 Feb 16:53
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 15/02/2012 16:48, Denis Bitouzé a écrit :
> ls -l /usr/local/bin/pdflatex
Ceci

%%%%%%
lrwxrwxrwx 1 root staff 47 10 févr. 22:28 /usr/local/bin/pdflatex -> 
/usr/local/texlive/2011/bin/i386-linux/pdflatex
%%%%%%

Denis Bitouzé | 15 Feb 17:01
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 16h53,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> /usr/local/bin/pdflatex
> -> /usr/local/texlive/2011/bin/i386-linux/pdflatex

Parfait.
--

-- 
Denis

Denis Cardan | 10 Feb 18:19
Picon

Re: Texlive 2011 et Texstudio

Sur le site du vrai Texmaker, on peut trouver une page (
http://www.xm1math.net/texmaker/install_texlive2011_ubuntu.html ) qui
explique étape par étape comme installer simplement texlive 2011 sous
ubuntu (valable aussi pour debian et les autres distribs linux) et la
dernière version de Texmaker.

Le 10 février 2012 13:25, Emmanuel Porte
<emmanuel.porte <at> univ-lyon2.fr> a écrit :
> Bonjour à tous,
>
> Je continue sur cette liste une discussion engagé avec Denis ici
> (https://groups.google.com/group/fr.comp.text.tex/browse_thread/thread/28600693b7ca2e20?hl=fr#)
> et qui m'a amené dernièrement à installer Texlive 2011. J'ai fais une
> installation en mode texte en suivant ce conseil de Denis :
>
> il est inutile de changer les chemins si on ajuste le PATH après coup ou,
> mieux, si on crée (si on fait créer) des liens symboliques à
> l'installation. Ça évite ce genre d'ajustements et règle le problème
> que tu rencontres ci-dessous. Je te recommande donc de recommencer
> l'installation (rapide à ce que j'ai vu : 8 minutes environ) et, avant
> de taper « I », de taper « O » pour accéder aux options et, là, de
> taper « L » pour « create symlinks in standard directories: » :
>
> http://www.tug.org/texlive/doc/texlive-fr/texlive-fr.html#x1-280003.2.4
>
> Reviens ensuite au menu principal et installe au moyen de « I ».
>
>
>
> J'ai donc fait cela et installer la dernière version de Texstudio... Et là,
> ça ne fonctionne pas. Les outils de compilation ne sont pas détectés par
> défaut (ce qui était le but de l'opération si j'ai bien compris) et si je
> change le chemin en faisant pointer vers le dossier " \usr\local\bin\latex "
> (je suis sous Linux Debian Squeeze 32 bits), le problème demeure :
>
> Erreur : impossible de lancer la commande latex -src
> -interaction=nonstopmode "essai".tex
>
>
> Auriez-vous une idée d'où cela peut venir...? D'avance merci
>
> --
> Emmanuel

Denis Bitouzé | 10 Feb 18:48
Picon

Re: Texlive 2011 et Texstudio

Le vendredi 10/02/12 à 18h19,
Denis Cardan <dcardan <at> gmail.com> a écrit :

> Sur le site du vrai Texmaker, on peut trouver une page (
> http://www.xm1math.net/texmaker/install_texlive2011_ubuntu.html ) qui
> explique étape par étape comme installer simplement texlive 2011 sous
> ubuntu (valable aussi pour debian et les autres distribs linux) et la
> dernière version de Texmaker.

Très bonne initiative !
--

-- 
Denis

Denis Bitouzé | 10 Feb 18:56
Picon

Re: Texlive 2011 et Texstudio

Le vendredi 10/02/12 à 18h19,
Denis Cardan <dcardan <at> gmail.com> a écrit :

> qui explique étape par étape comme installer simplement texlive 2011
> sous ubuntu (valable aussi pour debian et les autres distribs linux)

Juste une remarque : il n'est pas nécessaire graver la TeX Live sur un
DVD. En effet, à l'étape n°3, on peut choisir « d'extraire ici » l'image
ISO sur le disque dur (étape instantanée) puis, en se rendant là où
l'image a été extraite, on peut reprendre la procédure à l'étape n°5.
--

-- 
Denis

Emmanuel Porte | 10 Feb 23:06
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio


On Fri, 10 Feb 2012 18:56:06 +0100, Denis Bitouzé wrote:
> Le vendredi 10/02/12 à 18h19,
> Denis Cardan <dcardan <at> gmail.com> a écrit :
>
>> qui explique étape par étape comme installer simplement texlive 2011
>> sous ubuntu (valable aussi pour debian et les autres distribs linux)
>
> Juste une remarque : il n'est pas nécessaire graver la TeX Live sur 
> un
> DVD. En effet, à l'étape n°3, on peut choisir « d'extraire ici » 
> l'image
> ISO sur le disque dur (étape instantanée) puis, en se rendant là où
> l'image a été extraite, on peut reprendre la procédure à l'étape n°5.

Merci de vos réactions. J'ai donc procédé à une nouvelle installation 
et j'ai récupéré l'usage de Texstudio. Les chemins semblent corrects et 
la compilation de document simple fonctionne de nouveau. Bonne nouvelle.
Je me suis donc essayé à la recompiler le document plus gros sur lequel 
j'avais le problème de "supprimer "dans" dans les citations d'article" 
et la création du fichier biblatex.cfg proposée par Denis fait son 
effet... ça fonctionne aussi ! Merci !

Dernière erreur qui demeure (sans compter les badboxes), j'ai un 
toujours une alerte liée à l'encodage :

%%%%%%%%%%
Package biblatex Info: Trying to load language 'francais'...
Package biblatex Info: ... file 'francais.lbx' not found.
Package biblatex Warning: Language 'francais' not supported.
%%%%%%%%%%

La classe Bredele que j'utilise est constituée comme suit (pour la 
partie qui concerne ce problème) :

%%%%%%%%%%

\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{bredele}[14/09/2010 v2.0]

\LoadClass[twoside,10pt,a4paper]{book}	% notez le "twoside", 
essentiellement pour alterner les en-tete et pieds de page gauche et 
droit si on veut utliser les fancyhead. Mais étant donné la marge de 3 
cm (cf plus bas), la reliure n'est pas à craindre.

\RequirePackage[utf8]{inputenc} % Merci à Jean-Marc Hamon pour rappeler 
qu'il faut faire attention à l'encodage :)
\RequirePackage{ifpdf, color}
\RequirePackage{textcomp}

\RequirePackage[T1]{fontenc} % permet de spécifier à LaTeX 
l'utilisation du codage de caractères T1, nouvelle norme LaTeX non 
utilisée par défaut pour des raisons de compatibilité avec les anciens 
documents LaTeX.
\RequirePackage{lmodern} % Assurer une bonne impression!

\normalfont
\DeclareFontShape{T1}{lmr}{bx}{sc} { <-> ssub * cmr/bx/sc }{}

\RequirePackage{tikz} % tikz est utilise pour tracer des boites, par 
exemple
\RequirePackage{fix-cm}
\RequirePackage[frenchb]{babel}
\RequirePackage{graphicx} % Pour insérer des images. Utiliser le format 
jpg pour plus de simplicité.
\RequirePackage{tabularx} % Paquetage pour les tableaux.

\RequirePackage{sectsty} % obligatoire, pour jouer avec l'apparence des 
titres
\RequirePackage{shorttoc} % pour le sommaire, au debut.
\RequirePackage{fancyhdr} % Afin de réaliser soi-même les en-têtes et 
pieds de page, voir chaque début de chapitre.
\RequirePackage{pifont} % Pour utiliser des symboles divers.
\RequirePackage[top=4 cm, bottom=4 cm, left=3 cm, right=3 cm]{geometry} 
% On peut modifier ces valeurs pour augmenter ou réduire les marges. 
Attention aux en-têtes de chapitres. J'ai pris le parti de ne pas 
respecter l'alternance page droite/page gauche propre au style [book] : 
pour une thèse qui s'imprimera uniquement en recto, cela n'a pas 
d'intérêt. Si vous désirez imprimer votre thèse à la manière d'un livre, 
il vous suffit d'ôter ce paquetage, ainsi que le suivant (setspace) et 
d'ôter les indications singlespace et doublespace dans le reste du 
document. Revoyez aussi les citations utilisant setspace.

\RequirePackage{setspace} % permet d'utiliser les commandes \spacing, 
doublespace (double interligne), singlespace (simple interligne) et 
onehalfspace (un interligne et demi)

\RequirePackage{hyperref} %Utiliser pour une bibliographie interfactive 
+ sommaire et TOC interactifs (pour une sortie PDF, par exemple).
\hypersetup{colorlinks=true, citecolor=black, filecolor=black, 
linkcolor=black, urlcolor=black} % Supp : bookmarks=true

% A ajouter dans hypersetup pour plus de visibilite dans les proprietes 
du document
%pdftitle={titre du document}, pdfauthor={auteur}, 
pdfcreator={PdfLaTeX}, pdfkeywords={mots-clé}, pdfsubject={sujet du 
document}

\onehalfspacing %Interligne 1,5

\RequirePackage[babel]{csquotes}% obtenir les guillemets francais

% francisation (avec frenchb, cf plus haut)
\selectlanguage{francais}
\frenchspacing
\FrenchFootnotes
%%%%%%%%%%%%%%%%%%%%%%%%%%%

Peut-être y a-t-il des imperfections dans l'ordre d'appel des 
différents packages....?
Qu'en dites-vous ?
Bonne soirée

--

-- 
Emmanuel Porte

Denis Bitouzé | 11 Feb 09:25
Picon

Re: Texlive 2011 et Texstudio

Le vendredi 10/02/12 à 22h06,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> \selectlanguage{francais}

\selectlanguage{french}

irait certainement mieux...
--

-- 
Denis

Emmanuel Porte | 11 Feb 11:46
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio


On Sat, 11 Feb 2012 09:25:19 +0100, Denis Bitouzé wrote:
> Le vendredi 10/02/12 à 22h06,
> Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :
>
>> \selectlanguage{francais}
>
> \selectlanguage{french}
>
> irait certainement mieux...

Ca va effectivement mieux pour une des erreurs mais il reste :

  Data encoding is 'utf8'.

J'ai essayé de lancer utrac, et il ne trouve pas le problème :

%%%%%%%%%
root <at> Manu-laptop:/home/manu/Universitaire/These/Manuscrit# utrac -i 
Manuscrit.tex
Filename: Manuscrit.tex
Charset (sure): UTF-8
EOL: LF (15 lines)
Size: 214
root <at> Manu-laptop:/home/manu/Universitaire/These/Manuscrit# utrac -i 
Chapitre1.tex
Filename: Chapitre1.tex
Charset (sure): UTF-8
EOL: LF (331 lines)
Size: 107640
%%%%%%%%%

Par ailleurs, pour donner un peu plus d'info, voici la structuration de 
mon fichier Bredele.cls actuelle :

%%%%%%%%%%%%%%%%%%

\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{bredele}[14/09/2010 v2.0]

\LoadClass[twoside,10pt,a4paper]{book}	% notez le "twoside", 
essentiellement pour alterner les en-tete et pieds de page gauche et 
droit si on veut utliser les fancyhead. Mais étant donné la marge de 3 
cm (cf plus bas), la reliure n'est pas à craindre.

\RequirePackage[utf8]{inputenc} % Merci à Jean-Marc Hamon pour rappeler 
qu'il faut faire attention à l'encodage :)
\RequirePackage{ifpdf, color}
\RequirePackage{textcomp}

\RequirePackage[T1]{fontenc} % permet de spécifier à LaTeX 
l'utilisation du codage de caractères T1, nouvelle norme LaTeX non 
utilisée par défaut pour des raisons de compatibilité avec les anciens 
documents LaTeX.
\RequirePackage{lmodern} % Assurer une bonne impression!

\normalfont
\DeclareFontShape{T1}{lmr}{bx}{sc} { <-> ssub * cmr/bx/sc }{}

\RequirePackage{tikz} % tikz est utilise pour tracer des boites, par 
exemple
\RequirePackage{fix-cm}
\RequirePackage[frenchb]{babel}
\RequirePackage{graphicx} % Pour insérer des images. Utiliser le format 
jpg pour plus de simplicité.
\RequirePackage{tabularx} % Paquetage pour les tableaux.

\RequirePackage{sectsty} % obligatoire, pour jouer avec l'apparence des 
titres
\RequirePackage{shorttoc} % pour le sommaire, au debut.
\RequirePackage{fancyhdr} % Afin de réaliser soi-même les en-têtes et 
pieds de page, voir chaque début de chapitre.
\RequirePackage{pifont} % Pour utiliser des symboles divers.
\RequirePackage[top=4 cm, bottom=4 cm, left=3 cm, right=3 cm]{geometry} 
% On peut modifier ces valeurs pour augmenter ou réduire les marges. 
Attention aux en-têtes de chapitres. J'ai pris le parti de ne pas 
respecter l'alternance page droite/page gauche propre au style [book] : 
pour une thèse qui s'imprimera uniquement en recto, cela n'a pas 
d'intérêt. Si vous désirez imprimer votre thèse à la manière d'un livre, 
il vous suffit d'ôter ce paquetage, ainsi que le suivant (setspace) et 
d'ôter les indications singlespace et doublespace dans le reste du 
document. Revoyez aussi les citations utilisant setspace.

\RequirePackage{setspace} % permet d'utiliser les commandes \spacing, 
doublespace (double interligne), singlespace (simple interligne) et 
onehalfspace (un interligne et demi)

\RequirePackage{hyperref} %Utiliser pour une bibliographie interfactive 
+ sommaire et TOC interactifs (pour une sortie PDF, par exemple).
\hypersetup{colorlinks=true, citecolor=black, filecolor=black, 
linkcolor=black, urlcolor=black} % Supp : bookmarks=true

% A ajouter dans hypersetup pour plus de visibilite dans les proprietes 
du document
%pdftitle={titre du document}, pdfauthor={auteur}, 
pdfcreator={PdfLaTeX}, pdfkeywords={mots-clé}, pdfsubject={sujet du 
document}

\onehalfspacing %Interligne 1,5

\RequirePackage[babel]{csquotes}% obtenir les guillemets francais

% francisation (avec frenchb, cf plus haut)
\selectlanguage{french}
\frenchspacing
\FrenchFootnotes

%%%%%%%%%%%%%% En-tete de chapitre %%%%%%%%%%%%%%%%%%
% Les lignes suivantes définissent l'esthetique des débuts de chapitre.
% Cette sequence a ete recuperee sur Internet, createur inconnu...
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makeatletter
\def\thickhrulefill{\leavevmode \leaders \hrule height 1ex \hfill \kern 
\z@}
\def\@makechapterhead#1{%
   \vspace*{-30\p@}%
   {\parindent \z@ \raggedleft \reset <at> font
             \scshape \@chapapp{} \thechapter
         \par\nobreak
         \interlinepenalty\@M
     \Huge \bfseries #1\par\nobreak
     %\vspace*{1\p@}%
     \hrulefill
     \par\nobreak
     \vskip 50\p@
   }}
\def\@makeschapterhead#1{%
  \vspace*{-50\p@}%
   {\parindent \z@ \raggedleft \reset <at> font
             \scshape \vphantom{\@chapapp{} \thechapter}
         \par\nobreak
         \interlinepenalty\@M
     \Huge \bfseries #1 \par\nobreak
     %\vspace*{1\p@}%
     \hrulefill
     \par\nobreak
     \vskip 30\p@
   }}

%%%%%%%%%%%%%%%%%%%% Fin en-tête de chapitre %%%%%%%%%%%%%%%%%%%

%%%%%%%%%%% Tete de parties %%%%%%%%%%%

\makeatletter
\newcommand*{\jolipart}[1]{%
	\begin{center}
		\begin{Huge}\color{black}
			#1
		\end{Huge}
		\end{center}
		\vspace{1cm}
	\begin{center}
%\begin{Huge}
		%\ding{167}
	%\end{Huge}
	\hrulefill
	\end{center}
	}

\parttitlefont{\jolipart}

\partnumberfont{\sc\normalsize}

%%%%%%%%%%%%%%%% COULEURS grises
\definecolor{grisfonce}{RGB}{49,49,49}
\definecolor{grisclair}{RGB}{111,111,111}
\definecolor{blanc}{RGB}{255,255,255}

%%%%%%%%%%%%%%%%%% REGLAGE DE LA BIBLIOGRAPHIE %%%%%%%%%%%%%%%%
%%%%%%%% ATTENTION, on utilise Biblatex %%%%%%%%%%
\RequirePackage[style=verbose-trad2,hyperref,citepages=omit]{biblatex}
% \RequirePackage[style=verbose-trad1,hyperref]{biblatex} PAR DEFAUT
%Pour le style biblatex avec gestion des mots clés des entrées 
bibliographiques + les abbréviations idem, ibidem, op cit. Nécessite de 
prévoir un fichier bib contenant ces mots-clés. Vous pouvez changer 
l'option verbose-trad1 pour une autre (cf. manuel de biblatex).

\bibliography{bibliographie} %Nom du fichier bibtex a utiliser 
(signaler ce point dans le mode d'emploi).

%\defbibheading{primary}{\section*{Sources primaires}} % Categorie 
(sous forme de section) pour le tri de la bibliographie.

%\defbibheading{secondary}{\section*{Sources secondaires}} % Categorie 
(sous forme de section) pour le tri de la bibliographie.

\renewcommand*{\newunitpunct}{\addcomma\space} % Virgule entre les 
parties d'une reference (merci a Josquin Debaz)

%%%% Ajustements pour la bibliographie
%\DeclareFieldFormat[article]{volume}{\textbf{#1}}  %Le numero de 
volume en gras
% \DeclareFieldFormat[article]{number}{\textit{#1}} %Le numero dans le 
volume en italique
\DeclareFieldFormat{pages}{page(s): #1} % page(s) en toutes lettres, 
plus elegant

%%% pour obtenir des virgules separant le lieu d'edition et la maison 
de publication, a la place des double points : (Merci à Robin!) %%%%%
%\renewbibmacro*{publisher+location+year}{%
%\printlist{location}%
%\iflistundef{publisher}
%{\setunit*{\addspace}}
%{\setunit*{\addcomma\space}}%
%\printlist{publisher}%
%\setunit*{\addcomma\space}%
%\printfield{year}%
%\newunit
%}

%%%%%%%%%%%% En-tetes %%%%%%%%%%
\pagestyle{fancy}
\fancyhf{}

%%%%%%%%%%%%%%%%%% Interligne simple pour citations et vers %%%%%%%%%
%% Environnements: QUOTE, QUOTATION, VERSE
% Copyright (C) 2002 Mike Nolta <mrnolta <at> princeton.edu>, GPL V. 2.0 and
% later version. 
http://www.physics.princeton.edu/cosmology/computing/PrincetonThesis.cls
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\let\orig <at> quote\quote
\let\endorig <at> quote\endquote
\renewenvironment*{quote}
	{\begin{orig <at> quote}\begin{singlespace}}
	{\end{singlespace}\end{orig <at> quote}}

\let\old <at> quotation\quotation
\let\endold <at> quotation\endquotation
\renewenvironment*{quotation}
	{\begin{old <at> quotation}\begin{singlespace}}
         {\end{singlespace}\end{old <at> quotation}}

\let\old <at> verse\verse
\let\endold <at> verse\endverse
\renewenvironment*{verse}
	{\begin{old <at> verse}\begin{singlespace}}
         {\end{singlespace}\end{old <at> verse}}

%%%%%%%%%%%%%%%% TITRE THESE PAGE DE GARDE %%%%%%%%%%%%%%%%

%logo universite

\newcommand*{\logouniversite}[1]{\gdef\@logouniversite{#1}}
\logouniversite{}

\newcommand*{\scalelogouniversite}[1]{\gdef\@scalelogouniversite{#1}}
\scalelogouniversite{}

% Logo Labo
\newcommand*{\logolabo}[1]{\gdef\@logolabo{#1}}
\logolabo{}

\newcommand*{\scalelogolabo}[1]{\gdef\@scalelogolabo{#1}}
\scalelogolabo{}

% Nom de l'universite
\newcommand*{\nomdeuniversite}[1]{\gdef\@nomdeuniversite{#1}}
\nomdeuniversite{}

%%%% Eventuel sous-titre
\newcommand{\lesoustitre}[1]{\gdef\@lesoustitre{#1}}
\lesoustitre{}

%%%% Discipline
\newcommand{\discipline}[1]{\gdef\@discipline{#1}}
\discipline{}

%%%% Nom du directeur de these
\newcommand{\dirdethese}[1]{\gdef\@dirdethese{#1}}
\dirdethese{}

%%%% Titre du directeur de these
\newcommand{\titredudirdethese}[1]{\gdef\@titredudirdethese{#1}}
\titredudirdethese{}

%%%% Jury
\newcommand{\jury}[1]{\gdef\@jury{#1}}
\jury{}

%%%% Laboratoire / department / unité
\newcommand{\unite}[1]{\gdef\@unite{#1}}
\unite{}

%%%%% Ecole doctorale
\newcommand{\ecoledoc}[1]{\gdef\@ecoledoc{#1}}
\ecoledoc{}

%%%%%%%%%%%% REMERCIEMENTS %%%%%%%%%%%%%

\newcommand{\remerciements}[1]{\gdef\@remerciements{#1}}
\remerciements{}

%%%%%%%% centerpage pour les remerciements%%%%

\newenvironment{vcenterpage}
{\newpage\vspace*{\fill}}
{\vspace*{\fill}\par\pagebreak}

%%%%%%%% fin centerpage %%%%%%%%

%%%%%%%%%% Page de remerciements %%%%%%

\newcommand{\merci}{
%\thispagestyle{empty}
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{\thepage}
\rfoot{}

\begin{vcenterpage}
\begin{center}
\begin{Huge}
Remerciements
\end{Huge}
\end{center}
\begin{quote}
\@remerciements
\end{quote}
\end{vcenterpage}
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%mise en page de la page de garde
\makeatletter
\def\maketitle{%
	\thispagestyle{empty}
	\clearpage
	\begin{tikzpicture}[remember picture,overlay,line width=0mm]
   \draw [draw=white,fill=white]
     (current page.north west) rectangle (\paperwidth,1);
   \node[xshift=0\paperwidth,yshift=2cm,text=white,font=\bf\Large] {
   \includegraphics[scale=\@scalelogouniversite]{\@logouniversite}
   };
   \node[xshift=.6\paperwidth,yshift=2cm,text=white,font=\bf\Large] {
   \includegraphics[scale=\@scalelogolabo]{\@logolabo}
   };
    \node at (current page.center)
{\parbox{13cm}{

	\begin{center}
		\sffamily\Large Thèse présentée pour obtenir le  grade de docteur \\ 
\@nomdeuniversite
	\end{center}
\begin{center}
\begin{huge}
\ding{167}
\end{huge}
\end{center}
\begin{center}
\@unite \\
\@ecoledoc
\end{center}
	\begin{center}
		\textbf{Discipline : \@discipline}
	\end{center}
\vspace{2cm}
\noindent\rule{13cm}{0.5mm}
	\begin{center}
		{\setlength{\baselineskip}{1.4\baselineskip}
		\begin{huge}
			\textbf{\@title}
		\end{huge}
		\par}
	\end{center}
	\begin{center}

		\textbf{\@lesoustitre}
	\end{center}
\noindent\rule{13cm}{0.5mm}
	\begin{flushright}
		\textsc{Par : \textbf{\@author}}
	\end{flushright}
%\vspace{1cm}
\bigskip
	\begin{flushleft}
		\textbf{Sous la direction de} \textsc{\@dirdethese}, 
\@titredudirdethese
	\end{flushleft}
	\textsc{Membres du jury:}
	\begin{footnotesize}
		\@jury
	\end{footnotesize}
	\begin{flushright}
		\textbf{Date de soutenance :} \@date
	\end{flushright}
}
};
\end{tikzpicture}
}

\makeatother

%%%%%%%%%%%%%%

Si vous avez des idées...

--

-- 
Emmanuel Porte

Denis Bitouzé | 11 Feb 18:29
Picon

Re: Texlive 2011 et Texstudio

Le samedi 11/02/12 à 11h46,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> Ca va effectivement mieux pour une des erreurs mais il reste :
> 
>   Data encoding is 'utf8'.

Peux-tu envoyer un ECM
(http://gte.univ-littoral.fr/members/dbitouze/pub/latex/webographie/#x1-160004.4.3) ?
--

-- 
Denis

Emmanuel Porte | 11 Feb 08:46
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio


On Fri, 10 Feb 2012 18:56:06 +0100, Denis Bitouzé wrote:
> Le vendredi 10/02/12 à 18h19,
> Denis Cardan <dcardan <at> gmail.com> a écrit :
>
>> qui explique étape par étape comme installer simplement texlive 2011
>> sous ubuntu (valable aussi pour debian et les autres distribs linux)
>
> Juste une remarque : il n'est pas nécessaire graver la TeX Live sur 
> un
> DVD. En effet, à l'étape n°3, on peut choisir « d'extraire ici » 
> l'image
> ISO sur le disque dur (étape instantanée) puis, en se rendant là où
> l'image a été extraite, on peut reprendre la procédure à l'étape n°5.

Merci de vos réactions. J'ai donc procédé à une nouvelle installation 
et j'ai récupéré l'usage de Texstudio. Les chemins semblent corrects et 
la compilation de document simple fonctionne de nouveau. Bonne nouvelle.
Je me suis donc essayé à la recompiler le document plus gros sur lequel 
j'avais le problème de "supprimer "dans" dans les citations d'article" 
et la création du fichier biblatex.cfg proposée par Denis fait son 
effet... ça fonctionne aussi ! Merci !

Dernière erreur qui demeure (sans compter les badboxes), j'ai un 
toujours une alerte liée à l'encodage :

%%%%%%%%%%
Package biblatex Info: Trying to load language 'francais'...
Package biblatex Info: ... file 'francais.lbx' not found.
Package biblatex Warning: Language 'francais' not supported.
%%%%%%%%%%

La classe Bredele que j'utilise est constituée comme suit (pour la 
partie qui concerne ce problème) :

%%%%%%%%%%

\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{bredele}[14/09/2010 v2.0]

\LoadClass[twoside,10pt,a4paper]{book}	% notez le "twoside", 
essentiellement pour alterner les en-tete et pieds de page gauche et 
droit si on veut utliser les fancyhead. Mais étant donné la marge de 3 
cm (cf plus bas), la reliure n'est pas à craindre.

\RequirePackage[utf8]{inputenc} % Merci à Jean-Marc Hamon pour rappeler 
qu'il faut faire attention à l'encodage :)
\RequirePackage{ifpdf, color}
\RequirePackage{textcomp}

\RequirePackage[T1]{fontenc} % permet de spécifier à LaTeX 
l'utilisation du codage de caractères T1, nouvelle norme LaTeX non 
utilisée par défaut pour des raisons de compatibilité avec les anciens 
documents LaTeX.
\RequirePackage{lmodern} % Assurer une bonne impression!

\normalfont
\DeclareFontShape{T1}{lmr}{bx}{sc} { <-> ssub * cmr/bx/sc }{}

\RequirePackage{tikz} % tikz est utilise pour tracer des boites, par 
exemple
\RequirePackage{fix-cm}
\RequirePackage[frenchb]{babel}
\RequirePackage{graphicx} % Pour insérer des images. Utiliser le format 
jpg pour plus de simplicité.
\RequirePackage{tabularx} % Paquetage pour les tableaux.

\RequirePackage{sectsty} % obligatoire, pour jouer avec l'apparence des 
titres
\RequirePackage{shorttoc} % pour le sommaire, au debut.
\RequirePackage{fancyhdr} % Afin de réaliser soi-même les en-têtes et 
pieds de page, voir chaque début de chapitre.
\RequirePackage{pifont} % Pour utiliser des symboles divers.
\RequirePackage[top=4 cm, bottom=4 cm, left=3 cm, right=3 cm]{geometry} 
% On peut modifier ces valeurs pour augmenter ou réduire les marges. 
Attention aux en-têtes de chapitres. J'ai pris le parti de ne pas 
respecter l'alternance page droite/page gauche propre au style [book] : 
pour une thèse qui s'imprimera uniquement en recto, cela n'a pas 
d'intérêt. Si vous désirez imprimer votre thèse à la manière d'un livre, 
il vous suffit d'ôter ce paquetage, ainsi que le suivant (setspace) et 
d'ôter les indications singlespace et doublespace dans le reste du 
document. Revoyez aussi les citations utilisant setspace.

\RequirePackage{setspace} % permet d'utiliser les commandes \spacing, 
doublespace (double interligne), singlespace (simple interligne) et 
onehalfspace (un interligne et demi)

\RequirePackage{hyperref} %Utiliser pour une bibliographie interfactive 
+ sommaire et TOC interactifs (pour une sortie PDF, par exemple).
\hypersetup{colorlinks=true, citecolor=black, filecolor=black, 
linkcolor=black, urlcolor=black} % Supp : bookmarks=true

% A ajouter dans hypersetup pour plus de visibilite dans les proprietes 
du document
%pdftitle={titre du document}, pdfauthor={auteur}, 
pdfcreator={PdfLaTeX}, pdfkeywords={mots-clé}, pdfsubject={sujet du 
document}

\onehalfspacing %Interligne 1,5

\RequirePackage[babel]{csquotes}% obtenir les guillemets francais

% francisation (avec frenchb, cf plus haut)
\selectlanguage{francais}
\frenchspacing
\FrenchFootnotes
%%%%%%%%%%%%%%%%%%%%%%%%%%%

Peut-être y a-t-il des imperfections dans l'ordre d'appel des 
différents packages....?
Qu'en dites-vous ?
Bonne soirée

-- 
Emmanuel Porte

--

-- 
Emmanuel Porte
Doctorant en science politique
Université Lyon 2 / Triangle (UMR 5206)

Emmanuel Porte | 13 Feb 17:39
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

En voici un (fonctionne avec la classe Bredele.cls envoyé dans le mail 
précédent

%%%%%%%%%%

\documentclass{bredele}

\title{Le titre global}

\author{Emmanuel}

\date{Peu importe}

\begin{document}

\chapter{Le titre du chapitre}

\lhead{}
\chead{\textsc{Chapitre} \thechapter , \textsc{Section} \thesection}
\rhead{}
\lfoot{}
\cfoot{\thepage}
\rfoot{}
\doublespace

\section{Le titre de la partie}

Je commence ici à taper mon texte sans que le fait d'avoir ou non une 
référence bibliographique insérée change quelque chose

\end{document}

%%%%%%%%%%%%

D'avance merci pour le énième coup de main.
Bonne soirée.

On Sat, 11 Feb 2012 18:29:53 +0100, Denis Bitouzé wrote:
> Le samedi 11/02/12 à 11h46,
> Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :
>
>> Ca va effectivement mieux pour une des erreurs mais il reste :
>>
>>   Data encoding is 'utf8'.
>
> Peux-tu envoyer un ECM
> 
> (http://gte.univ-littoral.fr/members/dbitouze/pub/latex/webographie/#x1-160004.4.3)
> ?

--

-- 
Emmanuel Porte
Doctorant en science politique
Université Lyon 2 / Triangle (UMR 5206)

Denis Bitouzé | 14 Feb 22:30
Picon

Re: Texlive 2011 et Texstudio

Le lundi 13/02/12 à 17h39,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> En voici un

Il ne pose aucun problème chez moi.

As-tu mis la TeX Live à jour ? Sinon, tu peux consulter le document
suivant :

http://www.gutenberg.eu.org/Maintenance-de-l-installation

Peux-tu envoyer la « *File List* » qui figure à la fin du fichier de
.log si tu ajoutes :

\listfiles

à la toute première ligne de ton source .tex (avant \documentclass) ?

> (fonctionne avec la classe Bredele.cls envoyé dans le
> mail précédent

Mais tu n'as pas envoyé le contenu complet de la classe. D'ailleurs,
plutôt que l'envoyer, le mieux serait de donner un lien où on puisse la
télécharger.
--

-- 
Denis

Emmanuel Porte | 15 Feb 14:19
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 14/02/2012 22:30, Denis Bitouzé a écrit :
Le lundi 13/02/12 à 17h39, Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :
En voici un
Il ne pose aucun problème chez moi. As-tu mis la TeX Live à jour ? Sinon, tu peux consulter le document suivant : http://www.gutenberg.eu.org/Maintenance-de-l-installation Peux-tu envoyer la « *File List* » qui figure à la fin du fichier de .log si tu ajoutes : \listfiles à la toute première ligne de ton source .tex (avant \documentclass) ?
(fonctionne avec la classe Bredele.cls envoyé dans le mail précédent
Mais tu n'as pas envoyé le contenu complet de la classe. D'ailleurs, plutôt que l'envoyer, le mieux serait de donner un lien où on puisse la télécharger.
Bonjour,

Voici la "file list" :

%%%%%%%%%
p, li { white-space: pre-wrap; }

*File List*

bredele.cls 14/09/2010 v2.0

book.cls 2007/10/19 v1.4h
Standard LaTeX document class

bk10.clo 2007/10/19 v1.4h
Standard LaTeX file (size option)

inputenc.sty 2008/03/30 v1.1d
Input encoding file

utf8.def 2008/04/05 v1.1m
UTF-8 support for inputenc

t1enc.dfu 2008/04/05 v1.1m
UTF-8 support for inputenc

ot1enc.dfu 2008/04/05 v1.1m
UTF-8 support for inputenc

omsenc.dfu 2008/04/05 v1.1m
UTF-8 support for inputenc

ifpdf.sty 2011/01/30 v2.3
Provides the ifpdf switch (HO)

color.sty 1999/02/16

color.cfg 2007/01/18 v1.5
color configuration of teTeX/TeXLive

pdftex.def 2011/05/27 v0.06d
Graphics/color for pdfTeX

infwarerr.sty 2010/04/08 v1.3
Providing info/warning/message (HO)

ltxcmds.sty 2011/04/18 v1.20
LaTeX kernel commands for general use (HO)

textcomp.sty 2005/09/27
v1.99g Standard LaTeX package

ts1enc.def 2001/06/05 v3.0e
(jk/car/fm) Standard LaTeX file

ts1enc.dfu 2008/04/05 v1.1m
UTF-8 support for inputenc

fontenc.sty

t1enc.def 2005/09/27 v1.99g
Standard LaTeX file

lmodern.sty 2009/10/30 v1.6
Latin Modern Fonts

t1lmr.fd 2009/10/30 v1.6 Font
defs for Latin Modern

tikz.sty 2010/10/13 v2.10
(rcs-revision 1.76)

pgf.sty 2008/01/15 v2.10
(rcs-revision 1.12)

pgfrcs.sty 2010/10/25 v2.10
(rcs-revision 1.24)

everyshi.sty 2001/05/15 v3.00
EveryShipout Package (MS)

pgfrcs.code.tex

pgfcore.sty 2010/04/11 v2.10
(rcs-revision 1.7)

graphicx.sty 1999/02/16 v1.0f
Enhanced LaTeX Graphics (DPC,SPQR)

keyval.sty 1999/03/16 v1.13
key=value parser (DPC)

graphics.sty 2009/02/05 v1.0o
Standard LaTeX Graphics (DPC,SPQR)

trig.sty 1999/03/16 v1.09 sin
cos tan (DPC)

graphics.cfg 2010/04/23 v1.9
graphics configuration of TeX Live

pgfsys.sty 2010/06/30 v2.10
(rcs-revision 1.37)

pgfsys.code.tex

pgfsyssoftpath.code.tex
2008/07/18 (rcs-revision 1.7)

pgfsysprotocol.code.tex
2006/10/16 (rcs-revision 1.4)

xcolor.sty 2007/01/21 v2.11
LaTeX color extensions (UK)

color.cfg 2007/01/18 v1.5
color configuration of teTeX/TeXLive

pgfcore.code.tex

pgfcomp-version-0-65.sty
2007/07/03 v2.10 (rcs-revision 1.7)

pgfcomp-version-1-18.sty
2007/07/23 v2.10 (rcs-revision 1.1)

pgffor.sty 2010/03/23 v2.10
(rcs-revision 1.18)

pgfkeys.sty pgfkeys.code.tex

pgffor.code.tex

tikz.code.tex

fix-cm.sty 2006/09/13 v1.1m
fixes to LaTeX

ts1enc.def 2001/06/05 v3.0e
(jk/car/fm) Standard LaTeX file

babel.sty 2008/07/06 v3.8l
The Babel package

frenchb.ldf 2009/03/16 v2.3d
French support from the babel system

frenchb.cfg

scalefnt.sty tabularx.sty
1999/01/07 v2.07 `tabularx' package (DPC)

array.sty 2008/09/09 v2.4c
Tabular extension package (FMi)

sectsty.sty 2002/02/25 v2.0.2
Commands to change all sectional heading styl

es

shorttoc.sty 2002/08/20 v1.3
Short table of contents (JPFD)

fancyhdr.sty pifont.sty
2005/04/12 PSNFSS-v9.2a Pi font support (SPQR) upzd.fd 2001/06/04 font
definitions for U/pzd.

upsy.fd 2001/06/04 font
definitions for U/psy.

geometry.sty 2010/09/12 v5.6
Page Geometry

ifvtex.sty 2010/03/01 v1.5
Switches for detecting VTeX and its modes (HO)

ifxetex.sty 2010/09/12 v0.6
Provides ifxetex conditional

setspace.sty 2000/12/01 6.7
Contributed and Supported LaTeX2e package

hyperref.sty 2011/04/17
v6.82g Hypertext links for LaTeX

hobsub-hyperref.sty
2011/04/23 v1.4 Bundle oberdiek, subset hyperref (HO)

hobsub-generic.sty 2011/04/23
v1.4 Bundle oberdiek, subset generic (HO)

hobsub.sty 2011/04/23 v1.4
Subsetting bundle oberdiek (HO)

ifluatex.sty 2010/03/01 v1.3
Provides the ifluatex switch (HO)

intcalc.sty 2007/09/27 v1.1
Expandable integer calculations (HO)

etexcmds.sty 2011/02/16 v1.5
Prefix for e-TeX command names (HO)

kvsetkeys.sty 2011/04/07
v1.13 Key value parser (HO)

kvdefinekeys.sty 2011/04/07
v1.3 Defining keys (HO)

pdftexcmds.sty 2011/04/22
v0.16 Utilities of pdfTeX for LuaTeX (HO)

pdfescape.sty 2011/04/04
v1.12 Provides string conversions (HO)

bigintcalc.sty 2011/01/30
v1.2 Expandable big integer calculations (HO)

bitset.sty 2011/01/30 v1.1
Data type bit set (HO)

uniquecounter.sty 2011/01/30
v1.2 Provides unlimited unique counter (HO)

letltxmacro.sty 2010/09/02
v1.4 Let assignment for LaTeX macros (HO)

hopatch.sty 2011/01/30 v1.0
Wrapper for package hooks (HO)

xcolor-patch.sty 2011/01/30
xcolor patch

atveryend.sty 2011/04/23 v1.7
Hooks at very end of document (HO)

atbegshi.sty 2011/01/30 v1.15
At begin shipout hook (HO)

refcount.sty 2010/12/01 v3.2
Data extraction from references (HO)

hycolor.sty 2011/01/30 v1.7
Color options of hyperref/bookmark (HO)

kvoptions.sty 2010/12/23
v3.10 Keyval support for LaTeX options (HO)

pd1enc.def 2011/04/17 v6.82g
Hyperref: PDFDocEncoding definition (HO)

hyperref.cfg 2002/06/06 v1.2
hyperref configuration of TeXLive

url.sty 2006/04/12 ver 3.3
Verb mode for urls, etc.

hpdftex.def 2011/04/17 v6.82g
Hyperref driver for pdfTeX

rerunfilecheck.sty 2011/04/15
v1.7 Rerun checks for auxiliary files (HO)

csquotes.sty 2011/03/25 v5.1c
context-sensitive quotations

etoolbox.sty 2011/01/03 v2.1
e-TeX tools for LaTeX

etex.sty 1998/03/26 v2.0 eTeX
basic definition package (PEB)

csquotes.def 2011/03/25 v5.1c
csquotes generic definitions

csquotes.cfg biblatex.sty
2011/06/08 v1.5 programmable bibliographies

logreq.sty 2010/08/04 v1.0
xml request logger

logreq.def 2010/08/04 v1.0
logreq spec v1.0

ifthen.sty 2001/05/26 v1.1c
Standard LaTeX ifthen package (DPC)

blx-compat.def 2011/06/08
v1.5 biblatex generic compatibility

biblatex.def 2011/06/08 v1.5
biblatex generic definitions

standard.bbx 2011/06/08 v1.5
biblatex bibliography style

authortitle.bbx 2011/06/08
v1.5 biblatex bibliography style

verbose-trad2.bbx 2011/06/08
v1.5 biblatex bibliography style

verbose-trad2.cbx 2011/06/08
v1.5 biblatex citation style

biblatex.cfg french.lbx
2011/06/08 v1.5 biblatex localization

supp-pdf.mkii

epstopdf-base.sty 2010/02/09
v2.5 Base part for package epstopdf

grfext.sty 2010/08/19 v1.1
Managing graphics extensions (HO)

epstopdf-sys.cfg 2010/07/13
v1.3 Configuration of (r)epstopdf for TeX Live

nameref.sty 2010/04/30 v2.40
Cross-referencing by name of section

gettitlestring.sty 2010/12/03
v1.4 Cleanup title references (HO)

Test.out

Test.out

Test.bbl

***********

Package atveryend Info:
Executing hook `AtEndAfterFileList' on input line 28.

Package rerunfilecheck Info:
File `Test.out' has not changed.

(rerunfilecheck) Checksum:
73D97DA428F54B891055163D3D3B5A03;122.

Package logreq Info: Writing
requests to 'Test.run.xml'.

\openout1 = `Test.run.xml'.

Package atveryend Info: Empty
hook `AtVeryVeryEnd' on input line 28.

)

(\end occurred inside a group
at level 1)

### semi simple group (level
1) entered at line 20 (\begingroup)

### bottom level Here is how
much of TeX's memory you used:

20654 strings out of 493633

360526 string characters out
of 3143398

507103 words of memory out of
3000000

23580 multiletter control
sequences out of 15000+200000

20360 words of font info for
23 fonts, out of 3000000 for 9000

831 hyphenation exceptions
out of 8191

63i,5n,57p,910b,1231s stack
positions out of 5000i,500n,10000p,200000b,50000s

{/usr/local/texlive/2011/texmf-dist/fonts/enc/dvips/lm/lm-ec.en

c}{/usr/local/texlive/2011/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc}

</usr/local/texlive/2011/texmf-dist/fonts/type1/public/lm/lmbx12.pfb></usr/loca

l/texlive/2011/texmf-dist/fonts/type1/public/lm/lmcsc10.pfb></usr/local/texlive

/2011/texmf-dist/fonts/type1/public/lm/lmr10.pfb></usr/local/texlive/2011/texmf

-dist/fonts/type1/public/cm-super/sfxc1200.pfb>

Output written on Test.pdf (1
page, 81666 bytes).

PDF statistics:

43 PDF objects out of 1000
(max. 8388607)

35 compressed objects within
1 object stream

4 named destinations out of
1000 (max. 500000)

29 words of extra memory for
PDF output out of 10000 (max. 10000000)

%%%%%%%%%%%%

Et voici un lien vers le fichier bredele.cls
https://www.memotoo.com/filePublic.php?uid=134ec6ba7e89d912af54b486ce701c64&key=yu8PotysFKIYi89DcDo1JaUU4fy3FrfVB3vm654sCNo%3D

Et pour ce qui est de la mise à jour, j'ai toujours un problème avec perl-tk :

%%%%%%
root <at> Manu-laptop:/home/manu# tlmgr -gui &
[1] 7230
root <at> Manu-laptop:/home/manu# No protocol specified
perl/Tk unusable, cannot create main windows.
That could be a consequence of not having X Windows installed or started!
Error message from creating MainWindow:
  couldn't connect to display ":0" at /usr/lib/perl5/Tk/MainWindow.pm line 55.
Tk::MainWindow->new() at /usr/local/bin/tlmgr line 3641


[1]+  Exit 1                  tlmgr -gui
%%%%%%

.... on va y arriver.

Denis Bitouzé | 15 Feb 14:56
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 14h19,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> Bonjour,

Bonjour,

> Voici la "file list" :
> 
> %%%%%%%%%
> 
> *File List*
> 
> [...]
> 
> ***********

OK, ça sent la TL 2011 d'origine, non mise à jour. Il serait bien que tu
le fasses (cf. ci-dessous).

Au fait, attention : dans ton ECM figure :

\doublespace

qui est responsable de l'avertissement :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(\end occurred inside a group
at level 1)

### semi simple group (level
1) entered at line 20 (\begingroup)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Il faut le remplacer par :

\doublespacing

Plus de détails par exemple ici :

http://gte.univ-littoral.fr/members/dbitouze/pub/latex/diapositives-cours-d/conference-n-9/downloadFile/file/en-ligne9.pdf

> Et pour ce qui est de la mise à jour, j'ai toujours un problème avec 
> perl-tk :
> 
> %%%%%%
> root <at> Manu-laptop:/home/manu# tlmgr -gui &
> [1] 7230
> root <at> Manu-laptop:/home/manu# No protocol specified
> perl/Tk unusable, cannot create main windows.
> That could be a consequence of not having X Windows installed or
> started! Error message from creating MainWindow:
>    couldn't connect to display ":0"
> at /usr/lib/perl5/Tk/MainWindow.pm line 55.
> Tk::MainWindow->new() at /usr/local/bin/tlmgr line 3641

Serai-ce dû au fait que le tlmgr est lancé en tant que root (ce qu'il
faut normalement faire, de toutes façons, puisque tu as installé la TL
en tant que root) ? Que donne, en tant qu'utilisateur non root, la même
commande :

tlmgr -gui &

> .... on va y arriver.

;)

Pour s'aider, on va mettre la TL à jour en ligne de commande (c'est
ainsi que je procède quotidiennement) : tu peux mettre à jour, sous
root, en lançant :

tlmgr update --self --all

Autre chose à laquelle je songe au sujet de l'erreur de codage que tu
rencontres. La classe bredele exige un codage d'entrée en UTF-8.
TeXstudio (ton éditeur, si j'ai bien compris) est-il bien réglé en
UTF-8 ? Le codage d'entrée de TeXstudio est indiqué en bas à droite de
la fenêtre, à gauche de « Prêt ». Si celui indiqué n'est pas l'UTF-8,
confirme le codage en te rendant dans le menu Idéfix -> Sélectionner le
codage d'entrée.
--

-- 
Denis

Emmanuel Porte | 15 Feb 15:10
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 15/02/2012 14:56, Denis Bitouzé a écrit :
> tlmgr -gui&
>    
Alors si je lance la commande sans être en root, j'ai effectivement un 
fenetre qui s'ouvre mais avec un avertissement que je n'ai pas tout les 
droits. Le terminal dit ça :

%%%%%%%%
manu <at> Manu-laptop:~$ tlmgr -gui &
[1] 7613
manu <at> Manu-laptop:~$ Chargement de la base de données TeX Live locale en 
cours
Ceci peut prendre du temps, veuillez patienter !
You don't have permission to change the installation in any way,
specifically, the directory /usr/local/texlive/2011/tlpkg/ is not writable.
Please run this program as administrator, or contact your local admin.
Terminé.

[1]+  Exit 1                  tlmgr -gui
%%%%%%%%%

Si je lance en root et en ligne de commande :

%%%%%%%%
root <at> Manu-laptop:/home/manu# tlmgr update --self --all
tlmgr: package repository /mnt
Cannot load TeX Live database from /mnt at /usr/local/bin/tlmgr line 4615.
%%%%%%%%

Cela veut-il dire qu'il faut que je remonte l'image iso avant de lancer ça ?

Enfin, l'encodage dans Texstudio est correct : UTF8 partout

...!?

Denis Bitouzé | 15 Feb 15:25
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 15h10,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> Alors si je lance la commande sans être en root, j'ai effectivement
> un fenetre qui s'ouvre mais avec un avertissement que je n'ai pas
> tout les droits.

Oui, ça, c'est normal, j'aurais dû te prévenir.

> Si je lance en root et en ligne de commande :
> 
> %%%%%%%%
> root <at> Manu-laptop:/home/manu# tlmgr update --self --all
> tlmgr: package repository /mnt
> Cannot load TeX Live database from /mnt at /usr/local/bin/tlmgr line
> 4615. %%%%%%%%
> 
> Cela veut-il dire qu'il faut que je remonte l'image iso avant de
> lancer ça ?

Oups, j'avais oublié que tu n'as pas encore spécifié de dépôt distant.
Fais-le au moyen de :

tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet

(cf.
http://www.tug.org/texlive/doc/texlive-fr/texlive-fr.html#x1-340003.4.3)

puis mets à  jour :

tlmgr update --self --all

> Enfin, l'encodage dans Texstudio est correct : UTF8 partout
> 
> ...!?

On verra après la mise à jour.
--

-- 
Denis

Emmanuel Porte | 15 Feb 16:27
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 15/02/2012 15:25, Denis Bitouzé a écrit :
Le mercredi 15/02/12 à 15h10, Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :
Alors si je lance la commande sans être en root, j'ai effectivement un fenetre qui s'ouvre mais avec un avertissement que je n'ai pas tout les droits.
Oui, ça, c'est normal, j'aurais dû te prévenir.
Si je lance en root et en ligne de commande : %%%%%%%% root <at> Manu-laptop:/home/manu# tlmgr update --self --all tlmgr: package repository /mnt Cannot load TeX Live database from /mnt at /usr/local/bin/tlmgr line 4615. %%%%%%%% Cela veut-il dire qu'il faut que je remonte l'image iso avant de lancer ça ?
Oups, j'avais oublié que tu n'as pas encore spécifié de dépôt distant. Fais-le au moyen de : tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet (cf. http://www.tug.org/texlive/doc/texlive-fr/texlive-fr.html#x1-340003.4.3) puis mets à jour : tlmgr update --self --all
Enfin, l'encodage dans Texstudio est correct : UTF8 partout ...!?
On verra après la mise à jour.

Alors la mise à jour est terminée. J'ai essayé de fermer texstudio, de le relancer, de recompiler le fichier Test.tex... même problème sur l'encodage :

%%%%%%%%%
p, li { white-space: pre-wrap; }p, li { white-space: pre-wrap; }

*File List*

bredele.cls 14/09/2010 v2.0

book.cls 2007/10/19 v1.4h Standard LaTeX document class

bk10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)

inputenc.sty 2008/03/30 v1.1d Input encoding file

utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc

t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc

ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc

omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc

ifpdf.sty 2011/01/30 v2.3 Provides the ifpdf switch (HO)

color.sty 1999/02/16

color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive

pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX

infwarerr.sty 2010/04/08 v1.3 Providing info/warning/message (HO)

ltxcmds.sty 2011/04/18 v1.20 LaTeX kernel commands for general use (HO)

textcomp.sty 2005/09/27 v1.99g Standard LaTeX package

ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file

ts1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc

fontenc.sty

t1enc.def 2005/09/27 v1.99g Standard LaTeX file

lmodern.sty 2009/10/30 v1.6 Latin Modern Fonts

t1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern

tikz.sty 2010/10/13 v2.10 (rcs-revision 1.76)

pgf.sty 2008/01/15 v2.10 (rcs-revision 1.12)

pgfrcs.sty 2010/10/25 v2.10 (rcs-revision 1.24)

everyshi.sty 2001/05/15 v3.00 EveryShipout Package (MS)

pgfrcs.code.tex

pgfcore.sty 2010/04/11 v2.10 (rcs-revision 1.7)

graphicx.sty 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

keyval.sty 1999/03/16 v1.13 key=value parser (DPC)

graphics.sty 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)

trig.sty 1999/03/16 v1.09 sin cos tan (DPC)

graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live

pgfsys.sty 2010/06/30 v2.10 (rcs-revision 1.37)

pgfsys.code.tex

pgfsyssoftpath.code.tex 2008/07/18 (rcs-revision 1.7)

pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)

xcolor.sty 2007/01/21 v2.11 LaTeX color extensions (UK)

color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive

pgfcore.code.tex

pgfcomp-version-0-65.sty 2007/07/03 v2.10 (rcs-revision 1.7)

pgfcomp-version-1-18.sty 2007/07/23 v2.10 (rcs-revision 1.1)

pgffor.sty 2010/03/23 v2.10 (rcs-revision 1.18)

pgfkeys.sty pgfkeys.code.tex

pgffor.code.tex

tikz.code.tex

fix-cm.sty 2006/09/13 v1.1m fixes to LaTeX

ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file

babel.sty 2008/07/08 v3.8m The Babel package

frenchb.ldf 2010/08/21 v2.5a French support from the babel system

frenchb.cfg

scalefnt.sty tabularx.sty 1999/01/07 v2.07 `tabularx' package (DPC)

array.sty 2008/09/09 v2.4c Tabular extension package (FMi)

sectsty.sty 2002/02/25 v2.0.2 Commands to change all sectional heading styl

es

shorttoc.sty 2002/08/20 v1.3 Short table of contents (JPFD)

fancyhdr.sty pifont.sty 2005/04/12 PSNFSS-v9.2a Pi font support (SPQR) upzd.fd 2001/06/04 font definitions for U/pzd.

upsy.fd 2001/06/04 font definitions for U/psy.

geometry.sty 2010/09/12 v5.6 Page Geometry

ifvtex.sty 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO)

ifxetex.sty 2010/09/12 v0.6 Provides ifxetex conditional

setspace.sty 2011/12/19 v6.7a set line spacing

hyperref.sty 2012/02/06 v6.82o Hypertext links for LaTeX

hobsub-hyperref.sty 2011/04/23 v1.4 Bundle oberdiek, subset hyperref (HO)

hobsub-generic.sty 2011/04/23 v1.4 Bundle oberdiek, subset generic (HO)

hobsub.sty 2011/04/23 v1.4 Subsetting bundle oberdiek (HO)

ifluatex.sty 2010/03/01 v1.3 Provides the ifluatex switch (HO)

intcalc.sty 2007/09/27 v1.1 Expandable integer calculations (HO)

etexcmds.sty 2011/02/16 v1.5 Prefix for e-TeX command names (HO)

kvsetkeys.sty 2011/04/07 v1.13 Key value parser (HO)

kvdefinekeys.sty 2011/04/07 v1.3 Defining keys (HO)

pdftexcmds.sty 2011/04/22 v0.16 Utilities of pdfTeX for LuaTeX (HO)

pdfescape.sty 2011/04/04 v1.12 Provides string conversions (HO)

bigintcalc.sty 2011/01/30 v1.2 Expandable big integer calculations (HO)

bitset.sty 2011/01/30 v1.1 Data type bit set (HO)

uniquecounter.sty 2011/01/30 v1.2 Provides unlimited unique counter (HO)

letltxmacro.sty 2010/09/02 v1.4 Let assignment for LaTeX macros (HO)

hopatch.sty 2011/01/30 v1.0 Wrapper for package hooks (HO)

xcolor-patch.sty 2011/01/30 xcolor patch

atveryend.sty 2011/04/23 v1.7 Hooks at very end of document (HO)

atbegshi.sty 2011/01/30 v1.15 At begin shipout hook (HO)

refcount.sty 2010/12/01 v3.2 Data extraction from references (HO)

hycolor.sty 2011/01/30 v1.7 Color options of hyperref/bookmark (HO)

kvoptions.sty 2010/12/23 v3.10 Keyval support for LaTeX options (HO)

pd1enc.def 2012/02/06 v6.82o Hyperref: PDFDocEncoding definition (HO)

hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive

url.sty 2006/04/12 ver 3.3 Verb mode for urls, etc.

hpdftex.def 2012/02/06 v6.82o Hyperref driver for pdfTeX

rerunfilecheck.sty 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)

csquotes.sty 2011/10/22 v5.1d context-sensitive quotations

etoolbox.sty 2011/01/03 v2.1 e-TeX tools for LaTeX

etex.sty 1998/03/26 v2.0 eTeX basic definition package (PEB)

csquotes.def 2011/10/22 v5.1d csquotes generic definitions

csquotes.cfg biblatex.sty 2011/11/13 v1.7 programmable bibliographies

logreq.sty 2010/08/04 v1.0 xml request logger

logreq.def 2010/08/04 v1.0 logreq spec v1.0

ifthen.sty 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)

blx-compat.def 2011/11/13 v1.7 biblatex generic compatibility

biblatex.def 2011/11/13 v1.7 biblatex generic definitions

standard.bbx 2011/11/13 v1.7 biblatex bibliography style

authortitle.bbx 2011/11/13 v1.7 biblatex bibliography style

verbose-trad2.bbx 2011/11/13 v1.7 biblatex bibliography style

verbose-trad2.cbx 2011/11/13 v1.7 biblatex citation style

biblatex.cfg french.lbx 2011/11/13 v1.7 biblatex localization

supp-pdf.mkii

epstopdf-base.sty 2010/02/09 v2.5 Base part for package epstopdf

grfext.sty 2010/08/19 v1.1 Managing graphics extensions (HO)

epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live

nameref.sty 2010/04/30 v2.40 Cross-referencing by name of section

gettitlestring.sty 2010/12/03 v1.4 Cleanup title references (HO)

Test.out

Test.out

Test.bbl

***********

Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 27.

Package rerunfilecheck Info: File `Test.out' has not changed.

(rerunfilecheck) Checksum: 73D97DA428F54B891055163D3D3B5A03;122.

Package logreq Info: Writing requests to 'Test.run.xml'.

\openout1 = `Test.run.xml'.

) Here is how much of TeX's memory you used:

20822 strings out of 493629

363322 string characters out of 3143344

511981 words of memory out of 3000000

23752 multiletter control sequences out of 15000+200000

20360 words of font info for 23 fonts, out of 3000000 for 9000

831 hyphenation exceptions out of 8191

63i,5n,57p,865b,1190s stack positions out of 5000i,500n,10000p,200000b,50000s

{/usr/local/texlive/2011/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc}{/usr/local/

texlive/2011/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc}</usr/local/te

xlive/2011/texmf-dist/fonts/type1/public/lm/lmbx12.pfb></usr/local/texlive/2011

/texmf-dist/fonts/type1/public/lm/lmcsc10.pfb></usr/local/texlive/2011/texmf-di

st/fonts/type1/public/lm/lmr10.pfb></usr/local/texlive/2011/texmf-dist/fonts/ty

pe1/public/cm-super/sfxc1200.pfb>

Output written on Test.pdf (1 page, 81640 bytes).

PDF statistics:

43 PDF objects out of 1000 (max. 8388607)

35 compressed objects within 1 object stream

4 named destinations out of 1000 (max. 500000)

29 words of extra memory for PDF output out of 10000 (max. 10000000)

%%%%%%%%

Pourtant, la mise à jour semble s'être bien passée.



Denis Bitouzé | 15 Feb 16:45
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 16h27,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> Pourtant, la mise à jour semble s'être bien passée.

Le problème que tu rencontres n'est pas forcément lié à un package
obsolète. La mise à jour permet :

  -- de bénéficier des dernières fonctionnalités de biblatex/biber dont
  tu as besoin si je me souviens bien ;

  -- de m'assurer que tu travailles avec la même installation de LaTeX
  que moi :)

Bon, on va donc y aller progressivement.

1. Comme tu as modifié la classe bredele, il est préférable (voire
imposé par la licence) de lui donner un nouveau nom. On va l'appeler
par exemple bredele et donc renommer le fichier bredele.cls en
bredele_new.cls

2. Puisque tu vas travailler en UTF-8 tant pour les sources .tex que
pour les fichier .bib, il va falloir utiliser biber :

  a) as-tu configuré TeXstudio pour cela ?

  b) il faut modifier la classe bredele dans ce sens en remplaçant :

  \RequirePackage[style=verbose-trad2,hyperref,citepages=omit]{biblatex}

  par :

  \RequirePackage[style=verbose-trad2,hyperref,citepages=omit,backend=biber]{biblatex}

3. Peux-tu compiler le document suivant sans erreur ? Sinon, en
supprimant \listfiles désormais inutile, envoie-nous son .log.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{bredele}
\begin{document}
Bonjour monde!
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

4. Peux-tu compiler le document suivant sans erreur ? Sinon, en
supprimant \listfiles désormais inutile, envoie-nous son .log.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{bredele}
\begin{document}
éèçàù
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

5 Peux-tu compiler le document suivant sans erreur ? Sinon, en
supprimant \listfiles désormais inutile, envoie-nous son .log.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{bredele}

\title{Le titre global}

\author{Emmanuel}

\date{Peu importe}

\begin{document}

\chapter{Le titre du chapitre}

\lhead{}
\chead{\textsc{Chapitre} \thechapter , \textsc{Section} \thesection}
\rhead{}
\lfoot{}
\cfoot{\thepage}
\rfoot{}
\doublespacing

\section{Le titre de la partie}

Je commence ici à taper mon texte sans que le fait d'avoir ou non une 
référence bibliographique insérée change quelque chose

\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--

-- 
Denis

Denis Bitouzé | 15 Feb 16:50
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 16h45,
Denis Bitouzé <dbitouze <at> wanadoo.fr> a écrit :

> On va l'appeler par exemple bredele

bredele_new

voulais-je dire.
--

-- 
Denis

Pétiard François | 15 Feb 17:07
Picon
Favicon

Re: Texlive 2011 et Texstudio

Une seule petite remarque : il ne faudrait pas remplacer 
\documentclass{bredele} par \documentclass{bredele_new} ?

François

Le 15/02/2012 16:45, Denis Bitouzé a écrit :
> Le mercredi 15/02/12 à 16h27,
> Emmanuel Porte<emmanuel.porte <at> univ-lyon2.fr>  a écrit :
>
>> Pourtant, la mise à jour semble s'être bien passée.
>
> Le problème que tu rencontres n'est pas forcément lié à un package
> obsolète. La mise à jour permet :
>
>    -- de bénéficier des dernières fonctionnalités de biblatex/biber dont
>    tu as besoin si je me souviens bien ;
>
>    -- de m'assurer que tu travailles avec la même installation de LaTeX
>    que moi :)
>
> Bon, on va donc y aller progressivement.
>
> 1. Comme tu as modifié la classe bredele, il est préférable (voire
> imposé par la licence) de lui donner un nouveau nom. On va l'appeler
> par exemple bredele et donc renommer le fichier bredele.cls en
> bredele_new.cls
>
> 2. Puisque tu vas travailler en UTF-8 tant pour les sources .tex que
> pour les fichier .bib, il va falloir utiliser biber :
>
>    a) as-tu configuré TeXstudio pour cela ?
>
>    b) il faut modifier la classe bredele dans ce sens en remplaçant :
>
>    \RequirePackage[style=verbose-trad2,hyperref,citepages=omit]{biblatex}
>
>    par :
>
>    \RequirePackage[style=verbose-trad2,hyperref,citepages=omit,backend=biber]{biblatex}
>
> 3. Peux-tu compiler le document suivant sans erreur ? Sinon, en
> supprimant \listfiles désormais inutile, envoie-nous son .log.
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \documentclass{bredele}
> \begin{document}
> Bonjour monde!
> \end{document}
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> 4. Peux-tu compiler le document suivant sans erreur ? Sinon, en
> supprimant \listfiles désormais inutile, envoie-nous son .log.
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \documentclass{bredele}
> \begin{document}
> éèçàù
> \end{document}
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> 5 Peux-tu compiler le document suivant sans erreur ? Sinon, en
> supprimant \listfiles désormais inutile, envoie-nous son .log.
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \documentclass{bredele}
>
> \title{Le titre global}
>
> \author{Emmanuel}
>
> \date{Peu importe}
>
> \begin{document}
>
> \chapter{Le titre du chapitre}
>
> \lhead{}
> \chead{\textsc{Chapitre} \thechapter , \textsc{Section} \thesection}
> \rhead{}
> \lfoot{}
> \cfoot{\thepage}
> \rfoot{}
> \doublespacing
>
>
>
> \section{Le titre de la partie}
>
> Je commence ici à taper mon texte sans que le fait d'avoir ou non une
> référence bibliographique insérée change quelque chose
>
> \end{document}
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

--

-- 
francois.petiard <at> univ-fcomte.fr

Emmanuel Porte | 15 Feb 17:11
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Oui, c'est ce que j'ai fais en tout cas...

Le 15/02/2012 17:07, Pétiard François a écrit :
> Une seule petite remarque : il ne faudrait pas remplacer 
> \documentclass{bredele} par \documentclass{bredele_new} ?
>
> François
>
> Le 15/02/2012 16:45, Denis Bitouzé a écrit :
>> Le mercredi 15/02/12 à 16h27,
>> Emmanuel Porte<emmanuel.porte <at> univ-lyon2.fr>  a écrit :
>>
>>> Pourtant, la mise à jour semble s'être bien passée.
>>
>> Le problème que tu rencontres n'est pas forcément lié à un package
>> obsolète. La mise à jour permet :
>>
>>    -- de bénéficier des dernières fonctionnalités de biblatex/biber dont
>>    tu as besoin si je me souviens bien ;
>>
>>    -- de m'assurer que tu travailles avec la même installation de LaTeX
>>    que moi :)
>>
>> Bon, on va donc y aller progressivement.
>>
>> 1. Comme tu as modifié la classe bredele, il est préférable (voire
>> imposé par la licence) de lui donner un nouveau nom. On va l'appeler
>> par exemple bredele et donc renommer le fichier bredele.cls en
>> bredele_new.cls
>>
>> 2. Puisque tu vas travailler en UTF-8 tant pour les sources .tex que
>> pour les fichier .bib, il va falloir utiliser biber :
>>
>>    a) as-tu configuré TeXstudio pour cela ?
>>
>>    b) il faut modifier la classe bredele dans ce sens en remplaçant :
>>
>>    
>> \RequirePackage[style=verbose-trad2,hyperref,citepages=omit]{biblatex}
>>
>>    par :
>>
>>    
>> \RequirePackage[style=verbose-trad2,hyperref,citepages=omit,backend=biber]{biblatex} 
>>
>>
>> 3. Peux-tu compiler le document suivant sans erreur ? Sinon, en
>> supprimant \listfiles désormais inutile, envoie-nous son .log.
>>
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>> \documentclass{bredele}
>> \begin{document}
>> Bonjour monde!
>> \end{document}
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>>
>> 4. Peux-tu compiler le document suivant sans erreur ? Sinon, en
>> supprimant \listfiles désormais inutile, envoie-nous son .log.
>>
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>> \documentclass{bredele}
>> \begin{document}
>> éèçàù
>> \end{document}
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>>
>> 5 Peux-tu compiler le document suivant sans erreur ? Sinon, en
>> supprimant \listfiles désormais inutile, envoie-nous son .log.
>>
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>> \documentclass{bredele}
>>
>> \title{Le titre global}
>>
>> \author{Emmanuel}
>>
>> \date{Peu importe}
>>
>> \begin{document}
>>
>> \chapter{Le titre du chapitre}
>>
>> \lhead{}
>> \chead{\textsc{Chapitre} \thechapter , \textsc{Section} \thesection}
>> \rhead{}
>> \lfoot{}
>> \cfoot{\thepage}
>> \rfoot{}
>> \doublespacing
>>
>>
>>
>> \section{Le titre de la partie}
>>
>> Je commence ici à taper mon texte sans que le fait d'avoir ou non une
>> référence bibliographique insérée change quelque chose
>>
>> \end{document}
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
>

Denis Bitouzé | 15 Feb 17:26
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 17h07,
Pétiard François <francois.petiard <at> univ-fcomte.fr> a écrit :

> Une seule petite remarque : il ne faudrait pas remplacer 
> \documentclass{bredele} par \documentclass{bredele_new} ?

Si, si, bien sûr...
--

-- 
Denis

Emmanuel Porte | 15 Feb 17:31
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 15/02/2012 17:26, Denis Bitouzé a écrit :
> Le mercredi 15/02/12 à 17h07,
> Pétiard François<francois.petiard <at> univ-fcomte.fr>  a écrit :
>
>    
>> Une seule petite remarque : il ne faudrait pas remplacer
>> \documentclass{bredele} par \documentclass{bredele_new} ?
>>      
> Si, si, bien sûr...
>    
Bon, réponses aux questions posées  ici
:

https://www.memotoo.com/filePublic.php?uid=134ec6ba7e89d912af54b486ce701c64&key=8TuVjf188zj8piBOqKbGH2HsO4TK%2B2FT8WmxHS0Tz5fcU%3D 
<https://www.memotoo.com/filePublic.php?uid=134ec6ba7e89d912af54b486ce701c64&key=8TuVjf188zj8piBOqKbGH2HsO4TK%2B2FT8WmxHS0Tz5fcU%3D>

Denis Bitouzé | 15 Feb 17:38
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 17h31,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> Bon, réponses aux questions posées  ici :

Il est préférable que tu répondes aux questions dans le corps du mail
(sauf pour les fichiers trop volumineux dont tu ne peux pas faire de
copié-collé, comme le .log dans le cas présent) : ainsi d'autres
pourront suivre le fil complet des échanges dans les archives.
--

-- 
Denis

Emmanuel Porte | 15 Feb 17:18
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 15/02/2012 16:45, Denis Bitouzé a écrit :
> Le mercredi 15/02/12 à 16h27,
> Emmanuel Porte<emmanuel.porte <at> univ-lyon2.fr>  a écrit :
>
>    
>> Pourtant, la mise à jour semble s'être bien passée.
>>      
> Le problème que tu rencontres n'est pas forcément lié à un package
> obsolète. La mise à jour permet :
>
>    -- de bénéficier des dernières fonctionnalités de biblatex/biber dont
>    tu as besoin si je me souviens bien ;
>
>    -- de m'assurer que tu travailles avec la même installation de LaTeX
>    que moi :)
>
> Bon, on va donc y aller progressivement.
>
> 1. Comme tu as modifié la classe bredele, il est préférable (voire
> imposé par la licence) de lui donner un nouveau nom. On va l'appeler
> par exemple bredele et donc renommer le fichier bredele.cls en
> bredele_new.cls
>
> 2. Puisque tu vas travailler en UTF-8 tant pour les sources .tex que
> pour les fichier .bib, il va falloir utiliser biber :
>
>    a) as-tu configuré TeXstudio pour cela ?
>
>    b) il faut modifier la classe bredele dans ce sens en remplaçant :
>
>    \RequirePackage[style=verbose-trad2,hyperref,citepages=omit]{biblatex}
>
>    par :
>
>    \RequirePackage[style=verbose-trad2,hyperref,citepages=omit,backend=biber]{biblatex}
>
> 3. Peux-tu compiler le document suivant sans erreur ? Sinon, en
> supprimant \listfiles désormais inutile, envoie-nous son .log.
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \documentclass{bredele}
> \begin{document}
> Bonjour monde!
> \end{document}
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> 4. Peux-tu compiler le document suivant sans erreur ? Sinon, en
> supprimant \listfiles désormais inutile, envoie-nous son .log.
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \documentclass{bredele}
> \begin{document}
> éèçàù
> \end{document}
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> 5 Peux-tu compiler le document suivant sans erreur ? Sinon, en
> supprimant \listfiles désormais inutile, envoie-nous son .log.
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \documentclass{bredele}
>
> \title{Le titre global}
>
> \author{Emmanuel}
>
> \date{Peu importe}
>
> \begin{document}
>
> \chapter{Le titre du chapitre}
>
> \lhead{}
> \chead{\textsc{Chapitre} \thechapter , \textsc{Section} \thesection}
> \rhead{}
> \lfoot{}
> \cfoot{\thepage}
> \rfoot{}
> \doublespacing
>
>
>
> \section{Le titre de la partie}
>
> Je commence ici à taper mon texte sans que le fait d'avoir ou non une
> référence bibliographique insérée change quelque chose
>
> \end{document}
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>    

Quelle partie du log faut-il que j'envoie (maintenant que \listfiles est 
enlevé) pour que ça ne soit pas trop long ? Sinon, mon envoie ne passe 
pas sur la liste pour cause de taille...

Denis Bitouzé | 15 Feb 17:33
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 17h18,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> Sinon, mon envoie ne passe pas sur la liste pour cause de taille...

Mets-le en ligne comme tu l'as fait pour la classe.
--

-- 
Denis

Emmanuel Porte | 15 Feb 17:38
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 15/02/2012 17:33, Denis Bitouzé a écrit :
> Le mercredi 15/02/12 à 17h18,
> Emmanuel Porte<emmanuel.porte <at> univ-lyon2.fr>  a écrit :
>
>    
>> Sinon, mon envoie ne passe pas sur la liste pour cause de taille...
>>      
> Mets-le en ligne comme tu l'as fait pour la classe.
>    
  C'est fait (les messages se sont croisés) :
>
https://www.memotoo.com/filePublic.php?uid=134ec6ba7e89d912af54b486ce701c64&key=8TuVjf188zj8piBOqKbGH2HsO4TK%2B2FT8WmxHS0Tz5fcU%3D 
>
<https://www.memotoo.com/filePublic.php?uid=134ec6ba7e89d912af54b486ce701c64&key=8TuVjf188zj8piBOqKbGH2HsO4TK%2B2FT8WmxHS0Tz5fcU%3D> 

Denis Bitouzé | 15 Feb 17:41
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 17h38,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

>   C'est fait (les messages se sont croisés) :

Mais, au fait, y a-t-il des erreurs de compilation ?
--

-- 
Denis

Emmanuel Porte | 15 Feb 17:45
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 15/02/2012 17:41, Denis Bitouzé a écrit :
> Le mercredi 15/02/12 à 17h38,
> Emmanuel Porte<emmanuel.porte <at> univ-lyon2.fr>  a écrit :
>
>    
>>    C'est fait (les messages se sont croisés) :
>>      
> Mais, au fait, y a-t-il des erreurs de compilation ?
>    
Oui, une seule qui dit :

%%%%%%%%
  You have requested document class `bredele_new',but the document class 
provides `bredele'.
%%%%%%%%

Mais je ne suis pas sur que ça soit une erreur...

Denis Bitouzé | 15 Feb 18:16
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 17h45,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> Oui, une seule qui dit :
>  
> %%%%%%%%
>   You have requested document class `bredele_new',but the document
> class provides `bredele'.
> %%%%%%%%
> 
> Mais je ne suis pas sur que ça soit une erreur...

Effectivement, ce n'en est pas vraiment une : pour la régler, il suffit
de remplacer, dans le fichier bredele.cls :

\ProvidesClass{bredele}[14/09/2010 v2.0]

par :

\ProvidesClass{bredele_new}[<ce que tu veux ici, par exemple rien>]

donc :

\ProvidesClass{bredele_new}

Mais, mais... au fait, il n'y a plus d'erreur donc youpi : tu vas enfin
pouvoir commencer à travailler normalement et, notamment, voir
si ce que je t'avais conseillé sur fctt (pour répondre à ta question
initiale concernant la bibliographie) fonctionne comme prévu. Ou bien
ai-je raté quelque chose ?
--

-- 
Denis

Emmanuel Porte | 15 Feb 18:40
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 15/02/2012 18:16, Denis Bitouzé a écrit :
> Le mercredi 15/02/12 à 17h45,
> Emmanuel Porte<emmanuel.porte <at> univ-lyon2.fr>  a écrit :
>
>    
>> Oui, une seule qui dit :
>>
>> %%%%%%%%
>>    You have requested document class `bredele_new',but the document
>> class provides `bredele'.
>> %%%%%%%%
>>
>> Mais je ne suis pas sur que ça soit une erreur...
>>      
> Effectivement, ce n'en est pas vraiment une : pour la régler, il suffit
> de remplacer, dans le fichier bredele.cls :
>
> \ProvidesClass{bredele}[14/09/2010 v2.0]
>
> par :
>
> \ProvidesClass{bredele_new}[<ce que tu veux ici, par exemple rien>]
>
> donc :
>
> \ProvidesClass{bredele_new}
>
> Mais, mais... au fait, il n'y a plus d'erreur donc youpi : tu vas enfin
> pouvoir commencer à travailler normalement et, notamment, voir
> si ce que je t'avais conseillé sur fctt (pour répondre à ta question
> initiale concernant la bibliographie) fonctionne comme prévu. Ou bien
> ai-je raté quelque chose ?
>    

Il reste une bricole visiblement. Je n'ai plus de problème sur les 
fichiers test, mais lorsque j'essaie de compiler un chapitre, j'ai un 
problème. Cela suppose un enchaînement de commande (pdflatex puis bibtex 
puis pdflatex puis viewpdf)... et ça plante sur bibtex. Cela ne 
pourrait-il pas venir du fait que ma commande "pdflatex" est définit 
comme suit :

pdflatex -synctex=1 -interaction=nonstopmode %.tex

Et log donne ça :

%%%%%%%%%%%%%%%%%%%%%%%%%%
  Citation 'Valles-Bachelier-1950' on page 1 undefined on input line 23. 
Citation 'Valles-Bachelier-1950' on page 1 undefined
  Citation 'briand_action_1993' on page 1 undefined on input line 28.
  Citation 'Ihl_Merite-2007' on page 1 undefined on input line 28.
  Citation 'Foucault_archeologie_1969' on page 1 undefined on input line 
33. Citation 'Foucault_archeologie_1969' on page 1 undefined
  Citation 'borella-1957' on page 2 undefined on input line 37.
  Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 3 undefined on input line 48. Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 3 undefined
  Citation 'Histoire-des-universite-QSJ-1994' on page 3 undefined on 
input line 48.
  Citation 'Histoire-des-universite-QSJ-1994' on page 3 undefined on 
input line 48.
Underfull \vbox (badness 10000) has occurred while \output is active []
  Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 4 undefined on input line 52. Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 4 undefined
  Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 4 undefined on input line 52. Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 4 undefined
  Citation 'Morder_RegardsjuridiquessurlesstrcuturesdelUNEF-1998' on 
page 4 undefined on input line 52.
  Citation 'Moulinier_2002' on page 4 undefined on input line 52.
  Citation 'Moulinier_2002' on page 4 undefined on input line 52.
  Citation 'Moulinier_2002' on page 4 undefined on input line 52.
  Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 4 undefined on input line 52. Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 4 undefined
  Citation 'Morder_RegardsjuridiquessurlesstrcuturesdelUNEF-1998' on 
page 4 undefined on input line 52.
  Citation 'Moulinier_2002' on page 4 undefined on input line 52.
  Citation 
'Caron_Generationsromantiques.LesetudiantsdeParisetleQuartierlatin(1814-1851)-1991' 
on page 5 undefined on input line 56. Citation 
'Caron_Generationsromantiques.LesetudiantsdeParisetleQuartierlatin(1814-1851)-1991' 
on page 5 undefined
  Citation 
'Caron_Generationsromantiques.LesetudiantsdeParisetleQuartierlatin(1814-1851)-1991' 
on page 5 undefined on input line 56. Citation 
'Caron_Generationsromantiques.LesetudiantsdeParisetleQuartierlatin(1814-1851)-1991' 
on page 5 undefined
  Citation 'Cents-ans-2007' on page 5 undefined on input line 56.
Underfull \hbox (badness 10000) in paragraph
  Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 5 undefined on input line 56. Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 5 undefined
  Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 5 undefined on input line 56. Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 5 undefined
  Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 5 undefined on input line 56. Citation 
'Monchablon_LanaissancedesassociationsgeneralesdetudiantsetlaconstitutiondelUNEF-1998' 
on page 5 undefined
  Citation 'Monchablon_100ans(1876-1919)' on page 6 undefined on input 
line 72. Citation 'Monchablon_100ans(1876-1919)' on page 6 undefined
  Citation 'Monchablon_100ans(1876-1919)' on page 6 undefined on input 
line 72. Citation 'Monchablon_100ans(1876-1919)' on page 6 undefined
  Citation 'These-Ducrocq-1897' on page 6 undefined on input line 72.
  Citation 'Monchablon_100ans(1876-1919)' on page 6 undefined on input 
line 72. Citation 'Monchablon_100ans(1876-1919)' on page 6 undefined
  Citation 'Condette_2007' on page 7 undefined on input line 76.
  Citation 'Histoire-des-universite-QSJ-1994' on page 7 undefined on 
input line 76.
  Citation 'Monchablon_100ans(1876-1919)' on page 7 undefined on input 
line 76. Citation 'Monchablon_100ans(1876-1919)' on page 7 undefined
  Citation 'Condette_2007' on page 7 undefined on input line 76.
  Citation 'bouneau_socialisme_2009' on page 7 undefined on input line 76.
  Citation 'Moulinier_2002' on page 8 undefined on input line 80.
  Citation 'Moulinier_2002' on page 8 undefined on input line 80.
  Citation 'Moulinier_2002' on page 8 undefined on input line 80.
Underfull \vbox (badness 1917) has occurred while \output is active []
  Citation 'Fischer_Lanaissancedesassociationsgeneralesdetudiants-1998' 
on page 10 undefined on input line 95. Citation 
'Fischer_Lanaissancedesassociationsgeneralesdetudiants-1998' on page 10 
undefined
  Citation 'Fischer_Lanaissancedesassociationsgeneralesdetudiants-1998' 
on page 10 undefined on input line 95. Citation 
'Fischer_Lanaissancedesassociationsgeneralesdetudiants-1998' on page 10 
undefined
  Citation 
'Ory_LesintellectuelsenFrance:delaffaireDreyfusanosjours-2004' on page 
10 undefined on input line 95. Citation 
'Ory_LesintellectuelsenFrance:delaffaireDreyfusanosjours-2004' on page 
10 undefined
  Citation 'Moulinier_2002' on page 10 undefined on input line 95.
  Citation 'Czerny_2007' on page 10 undefined on input line 95.
  Citation 'Chatriot_Laluttecontrelechomageintellectuel-2006' on page 10 
undefined on input line 112. Citation 
'Chatriot_Laluttecontrelechomageintellectuel-2006' on page 10 undefined
  Citation 'Fischer_100ans' on page 11 undefined on input line 116. 
Citation 'Fischer_100ans' on page 11 undefined
  Citation 'Pechoux_AGE-Dijon-1998' on page 11 undefined on input line 116.
  Citation 'Cents-ans-2007' on page 11 undefined on input line 119. 
Citation 'Cents-ans-2007' on page 11 undefined
  Citation 'Pechoux_AGE-Dijon-1998' on page 12 undefined on input line 122.
  Citation 'Fischer_100ans' on page 12 undefined on input line 126. 
Citation 'Fischer_100ans' on page 12 undefined
  Citation 'Pechoux_AGE-Dijon-1998' on page 12 undefined on input line 126.
  Citation 'Merceron_Oeuvres-2003' on page 12 undefined on input line 
126. Citation 'Merceron_Oeuvres-2003' on page 12 undefined
  Citation 'Fischer_100ans' on page 12 undefined on input line 126. 
Citation 'Fischer_100ans' on page 12 undefined
  Citation 'FSEF-Sana-2010' on page 13 undefined on input line 129. 
Citation 'FSEF-Sana-2010' on page 13 undefined
  Citation 'FSEF-Sana-2010' on page 13 undefined on input line 129. 
Citation 'FSEF-Sana-2010' on page 13 undefined
  Citation 'FSEF-Sana-2010' on page 13 undefined on input line 129. 
Citation 'FSEF-Sana-2010' on page 13 undefined
  Citation 'FSEF-Sana-2010' on page 13 undefined on input line 129. 
Citation 'FSEF-Sana-2010' on page 13 undefined
  Citation 'FSEF-Sana-2010' on page 13 undefined on input line 129. 
Citation 'FSEF-Sana-2010' on page 13 undefined
  Citation 'bouneau_socialisme_2009' on page 15 undefined on inputline 
133. Citation 'bouneau_socialisme_2009' on page 15 undefined
Underfull \vbox (badness 2865) has occurred while \output is active []
  Citation 'Fischer_violence-etudiante-1999' on page 16 undefined on 
input line 157.
Underfull \vbox (badness 10000) has occurred while \output is active []
  Citation 'bouneau_socialisme_2009' on page 17 undefined on inputline 
162. Citation 'bouneau_socialisme_2009' on page 17 undefined
  Citation 'Vavasseur-Desperriers_droite-2008' on page 17 undefined on 
input line 162. Citation 'Vavasseur-Desperriers_droite-2008' on page 17 
undefined
  Citation 'Varin_UFE-1998' on page 17 undefined on input line 163. 
Citation 'Varin_UFE-1998' on page 17 undefined
  Citation 'Sanchez_HP-2008' on page 17 undefined on input line 163. 
Citation 'Sanchez_HP-2008' on page 17 undefined
  Citation 'Moulinier_2002' on page 17 undefined on input line 163. 
Citation 'Moulinier_2002' on page 17 undefined
  Citation 'Leschi_LePartisocialfrancais-1998' on page 18 undefined on 
input line 167. Citation 'Leschi_LePartisocialfrancais-1998' on page 18 
undefined
  Citation 'Leschi_LePartisocialfrancais-1998' on page 18 undefined on 
input line 167. Citation 'Leschi_LePartisocialfrancais-1998' on page 18 
undefined
  Citation 'Lyautey_rolesocialdelofficier-2009' on page 18 undefined on 
input line 167. Citation 'Lyautey_rolesocialdelofficier-2009' on page 18 
undefined
  Citation 'Leschi_LePartisocialfrancais-1998' on page 19 undefined on 
input line 172. Citation 'Leschi_LePartisocialfrancais-1998' on page 19 
undefined
  Citation 'Leschi_LePartisocialfrancais-1998' on page 19 undefined on 
input line 177. Citation 'Leschi_LePartisocialfrancais-1998' on page 19 
undefined
  Citation 'Leschi_LePartisocialfrancais-1998' on page 19 undefined on 
input line 177. Citation 'Leschi_LePartisocialfrancais-1998' on page 19 
undefined
  Citation 'Moulinier_2002' on page 21 undefined on input line 216. 
Citation 'Moulinier_2002' on page 21 undefined
  Citation 'Moulinier_2002' on page 21 undefined on input line 216. 
Citation 'Moulinier_2002' on page 21 undefined
  Citation 'Moulinier_2002' on page 21 undefined on input line 216. 
Citation 'Moulinier_2002' on page 21 undefined
  Citation 'Moulinier_2002' on page 21 undefined on input line 216. 
Citation 'Moulinier_2002' on page 21 undefined
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 3657) in paragraph
Underfull \hbox (badness 7796) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 1127) in paragraph
Underfull \hbox (badness 1189) in paragraph
Underfull \hbox (badness 5970) in paragraph
Underfull \hbox (badness 1360) in paragraph
Underfull \hbox (badness 1675) in paragraph
Underfull \hbox (badness 3428) in paragraph
Underfull \hbox (badness 1009) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 6157) in paragraph
Underfull \hbox (badness 1406) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 1199) in paragraph
Underfull \hbox (badness 1406) in paragraph
Underfull \hbox (badness 2096) in paragraph
Underfull \hbox (badness 4467) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 6157) in paragraph
Underfull \hbox (badness 1406) in paragraph
Underfull \hbox (badness 4193) in paragraph
Underfull \hbox (badness 4266) in paragraph
Underfull \hbox (badness 4254) in paragraph
  Float too large for page by 29.57513pt on input line 248.
  Citation 'Ihl_Merite-2007' on page 22 undefined on input line 252. 
Citation 'Ihl_Merite-2007' on page 22 undefined
  Citation 'Moulinier_2002' on page 22 undefined on input line 252. 
Citation 'Moulinier_2002' on page 22 undefined
  Citation 'Costechareire_2011' on page 22 undefined on input line252.
  Citation 'Moulinier_2002' on page 22 undefined on input line 252. 
Citation 'Moulinier_2002' on page 22 undefined
  Citation 'Ihl_Merite-2007' on page 22 undefined on input line 252. 
Citation 'Ihl_Merite-2007' on page 22 undefined
  Citation 'Topalov-Chomeur-1994' on page 22 undefined on input line 
252. Citation 'Topalov-Chomeur-1994' on page 22 undefined
  Citation 'Simmel_Lespauvres-2002' on page 22 undefined on input line 252.
  Citation 'Borne_1976' on page 24 undefined on input line 256.
  Citation 'Fischer_100ans' on page 24 undefined on input line 256. 
Citation 'Fischer_100ans' on page 24 undefined
  Citation 'Pechoux_AGE-Dijon-1998' on page 24 undefined on input line 256.
  Citation 'Hochard_100ans' on page 24 undefined on input line 256. 
Citation 'Hochard_100ans' on page 24 undefined
  Citation 'perrin_histoire_2004' on page 25 undefined on input line 
260. Citation 'perrin_histoire_2004' on page 25 undefined
  Citation 
'Poingnant_LaplanificationdelexpansiondelenseignementenFrance-1960' on 
page 26 undefined on input line 269. Citation 
'Poingnant_LaplanificationdelexpansiondelenseignementenFrance-1960' on 
page 26 undefined
  Citation 'Loubes_Dundrapeaulautre.JeanZay-2001' on page 26 undefined 
on input line 269. Citation 'Loubes_Dundrapeaulautre.JeanZay-2001' on 
page 26 undefined
  Citation 'Merceron_Annees30ouUNEFchangedecap-1998' on page 26 
undefined on input line 273. Citation 
'Merceron_Annees30ouUNEFchangedecap-1998' on page 26 undefined
  Citation 'Merceron_Annees30ouUNEFchangedecap-1998' on page 26 
undefined on input line 273. Citation 
'Merceron_Annees30ouUNEFchangedecap-1998' on page 26 undefined
  Citation 
'Ory_LesintellectuelsenFrance:delaffaireDreyfusanosjours-2004' on page 
26 undefined on input line 273. Citation 
'Ory_LesintellectuelsenFrance:delaffaireDreyfusanosjours-2004' on page 
26 undefined
  Citation 'julliard_souvenirs_1945' on page 26 undefined on inputline 
273. Citation 'julliard_souvenirs_1945' on page 26 undefined
  Citation 'Merceron_Annees30ouUNEFchangedecap-1998' on page 26 
undefined on input line 273. Citation 
'Merceron_Annees30ouUNEFchangedecap-1998' on page 26 undefined
  Citation 'Merceron_Annees30ouUNEFchangedecap-1998' on page 27 
undefined on input line 276. Citation 
'Merceron_Annees30ouUNEFchangedecap-1998' on page 27 undefined
  Citation 'Fischer_100ans' on page 27 undefined on input line 279. 
Citation 'Fischer_100ans' on page 27 undefined
  Citation 'Chatriot_Laluttecontrelechomageintellectuel-2006' on page 27 
undefined on input line 279. Citation 
'Chatriot_Laluttecontrelechomageintellectuel-2006' on page 27 undefined
  Citation 'Merceron_Annees30ouUNEFchangedecap-1998' on page 27 
undefined on input line 279. Citation 
'Merceron_Annees30ouUNEFchangedecap-1998' on page 27 undefined
  Citation 'FSEF-Sana-2010' on page 28 undefined on input line 283. 
Citation 'FSEF-Sana-2010' on page 28 undefined
  Citation 'Fischer_100ans' on page 28 undefined on input line 283. 
Citation 'Fischer_100ans' on page 28 undefined
Underfull \vbox (badness 1655) has occurred while \output is active []
  Citation 'fischer_monde_1996' on page 30 undefined on input line295.
  Citation 'Dreyfus_Liberteegalitemutualite' on page 30 undefined on 
input line 295.
  Citation 'Colon2008' on page 30 undefined on input line 299.
  There were undefined references.
  Please (re)run Biber on the file:(biblatex) Manuscrit(biblatex) and 
rerun LaTeX afterwards.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Denis Bitouzé | 15 Feb 18:48
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 18h40,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> et ça plante sur bibtex.

C'est normal, c'est biber qui doit être lancé. Donc, va dans le menu
Options -> Configurer TeXstudio... -> Commandes et, dans la zone de
saisie « BibTeX », remplace :

bibtex %.aux

par :

biber %

Recommence alors la compilation « pdflatex puis bibtex 
puis pdflatex puis viewpdf ».
--

-- 
Denis

Emmanuel Porte | 15 Feb 22:10
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 15/02/2012 18:48, Denis Bitouzé a écrit :
> biber %
ALors je viens d'essayer la modif mais ça ne marche pas. Le log est le 
suivant.

%%%%%%%%%%%%%%%%%%%%%
This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2011) 
(format=pdflatex 2012.2.15) 15 FEB 2012 22:08
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**Manuscrit.tex
(./Manuscrit.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, 
nohyphenation, ge
rman-x-2011-07-01, ngerman-x-2011-07-01, afrikaans, ancientgreek, 
ibycus, arabi
c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, 
czech, danis
h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, 
finnis
h, french, galician, german, ngerman, swissgerman, monogreek, greek, 
hungarian,
icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, 
marathi, or
iya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian, 
kurmanji,
lao, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, 
nynorsk, pol
ish, portuguese, romanian, russian, sanskrit, serbian, serbianc, slovak, 
sloven
ian, spanish, swedish, turkish, turkmen, ukrainian, uppersorbian, welsh, 
loaded
.
(./bredele_new.cls
Document Class: bredele_new 
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/book.cls
Document Class: book 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/bk10.clo
File: bk10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c <at> part=\count79
\c <at> chapter=\count80
\c <at> section=\count81
\c <at> subsection=\count82
\c <at> subsubsection=\count83
\c <at> paragraph=\count84
\c <at> subparagraph=\count85
\c <at> figure=\count86
\c <at> table=\count87
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc <at> prehook=\toks14
\inpenc <at> posthook=\toks15
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/utf8.def
File: utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc
Now handling font encoding OML ...
... no UTF-8 mapping file for font encoding OML
Now handling font encoding T1 ...
... processing UTF-8 mapping file for font encoding T1
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/t1enc.dfu
File: t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
defining Unicode char U+00A1 (decimal 161)
defining Unicode char U+00A3 (decimal 163)
defining Unicode char U+00AB (decimal 171)
defining Unicode char U+00BB (decimal 187)
defining Unicode char U+00BF (decimal 191)
defining Unicode char U+00C0 (decimal 192)
defining Unicode char U+00C1 (decimal 193)
defining Unicode char U+00C2 (decimal 194)
defining Unicode char U+00C3 (decimal 195)
defining Unicode char U+00C4 (decimal 196)
defining Unicode char U+00C5 (decimal 197)
defining Unicode char U+00C6 (decimal 198)
defining Unicode char U+00C7 (decimal 199)
defining Unicode char U+00C8 (decimal 200)
defining Unicode char U+00C9 (decimal 201)
defining Unicode char U+00CA (decimal 202)
defining Unicode char U+00CB (decimal 203)
defining Unicode char U+00CC (decimal 204)
defining Unicode char U+00CD (decimal 205)
defining Unicode char U+00CE (decimal 206)
defining Unicode char U+00CF (decimal 207)
defining Unicode char U+00D0 (decimal 208)
defining Unicode char U+00D1 (decimal 209)
defining Unicode char U+00D2 (decimal 210)
defining Unicode char U+00D3 (decimal 211)
defining Unicode char U+00D4 (decimal 212)
defining Unicode char U+00D5 (decimal 213)
defining Unicode char U+00D6 (decimal 214)
defining Unicode char U+00D8 (decimal 216)
defining Unicode char U+00D9 (decimal 217)
defining Unicode char U+00DA (decimal 218)
defining Unicode char U+00DB (decimal 219)
defining Unicode char U+00DC (decimal 220)
defining Unicode char U+00DD (decimal 221)
defining Unicode char U+00DE (decimal 222)
defining Unicode char U+00DF (decimal 223)
defining Unicode char U+00E0 (decimal 224)
defining Unicode char U+00E1 (decimal 225)
defining Unicode char U+00E2 (decimal 226)
defining Unicode char U+00E3 (decimal 227)
defining Unicode char U+00E4 (decimal 228)
defining Unicode char U+00E5 (decimal 229)
defining Unicode char U+00E6 (decimal 230)
defining Unicode char U+00E7 (decimal 231)
defining Unicode char U+00E8 (decimal 232)
defining Unicode char U+00E9 (decimal 233)
defining Unicode char U+00EA (decimal 234)
defining Unicode char U+00EB (decimal 235)
defining Unicode char U+00EC (decimal 236)
defining Unicode char U+00ED (decimal 237)
defining Unicode char U+00EE (decimal 238)
defining Unicode char U+00EF (decimal 239)
defining Unicode char U+00F0 (decimal 240)
defining Unicode char U+00F1 (decimal 241)
defining Unicode char U+00F2 (decimal 242)
defining Unicode char U+00F3 (decimal 243)
defining Unicode char U+00F4 (decimal 244)
defining Unicode char U+00F5 (decimal 245)
defining Unicode char U+00F6 (decimal 246)
defining Unicode char U+00F8 (decimal 248)
defining Unicode char U+00F9 (decimal 249)
defining Unicode char U+00FA (decimal 250)
defining Unicode char U+00FB (decimal 251)
defining Unicode char U+00FC (decimal 252)
defining Unicode char U+00FD (decimal 253)
defining Unicode char U+00FE (decimal 254)
defining Unicode char U+00FF (decimal 255)
defining Unicode char U+0102 (decimal 258)
defining Unicode char U+0103 (decimal 259)
defining Unicode char U+0104 (decimal 260)
defining Unicode char U+0105 (decimal 261)
defining Unicode char U+0106 (decimal 262)
defining Unicode char U+0107 (decimal 263)
defining Unicode char U+010C (decimal 268)
defining Unicode char U+010D (decimal 269)
defining Unicode char U+010E (decimal 270)
defining Unicode char U+010F (decimal 271)
defining Unicode char U+0110 (decimal 272)
defining Unicode char U+0111 (decimal 273)
defining Unicode char U+0118 (decimal 280)
defining Unicode char U+0119 (decimal 281)
defining Unicode char U+011A (decimal 282)
defining Unicode char U+011B (decimal 283)
defining Unicode char U+011E (decimal 286)
defining Unicode char U+011F (decimal 287)
defining Unicode char U+0130 (decimal 304)
defining Unicode char U+0131 (decimal 305)
defining Unicode char U+0132 (decimal 306)
defining Unicode char U+0133 (decimal 307)
defining Unicode char U+0139 (decimal 313)
defining Unicode char U+013A (decimal 314)
defining Unicode char U+013D (decimal 317)
defining Unicode char U+013E (decimal 318)
defining Unicode char U+0141 (decimal 321)
defining Unicode char U+0142 (decimal 322)
defining Unicode char U+0143 (decimal 323)
defining Unicode char U+0144 (decimal 324)
defining Unicode char U+0147 (decimal 327)
defining Unicode char U+0148 (decimal 328)
defining Unicode char U+014A (decimal 330)
defining Unicode char U+014B (decimal 331)
defining Unicode char U+0150 (decimal 336)
defining Unicode char U+0151 (decimal 337)
defining Unicode char U+0152 (decimal 338)
defining Unicode char U+0153 (decimal 339)
defining Unicode char U+0154 (decimal 340)
defining Unicode char U+0155 (decimal 341)
defining Unicode char U+0158 (decimal 344)
defining Unicode char U+0159 (decimal 345)
defining Unicode char U+015A (decimal 346)
defining Unicode char U+015B (decimal 347)
defining Unicode char U+015E (decimal 350)
defining Unicode char U+015F (decimal 351)
defining Unicode char U+0160 (decimal 352)
defining Unicode char U+0161 (decimal 353)
defining Unicode char U+0162 (decimal 354)
defining Unicode char U+0163 (decimal 355)
defining Unicode char U+0164 (decimal 356)
defining Unicode char U+0165 (decimal 357)
defining Unicode char U+016E (decimal 366)
defining Unicode char U+016F (decimal 367)
defining Unicode char U+0170 (decimal 368)
defining Unicode char U+0171 (decimal 369)
defining Unicode char U+0178 (decimal 376)
defining Unicode char U+0179 (decimal 377)
defining Unicode char U+017A (decimal 378)
defining Unicode char U+017B (decimal 379)
defining Unicode char U+017C (decimal 380)
defining Unicode char U+017D (decimal 381)
defining Unicode char U+017E (decimal 382)
defining Unicode char U+200C (decimal 8204)
defining Unicode char U+2013 (decimal 8211)
defining Unicode char U+2014 (decimal 8212)
defining Unicode char U+2018 (decimal 8216)
defining Unicode char U+2019 (decimal 8217)
defining Unicode char U+201A (decimal 8218)
defining Unicode char U+201C (decimal 8220)
defining Unicode char U+201D (decimal 8221)
defining Unicode char U+201E (decimal 8222)
defining Unicode char U+2030 (decimal 8240)
defining Unicode char U+2031 (decimal 8241)
defining Unicode char U+2039 (decimal 8249)
defining Unicode char U+203A (decimal 8250)
defining Unicode char U+2423 (decimal 9251)
)
Now handling font encoding OT1 ...
... processing UTF-8 mapping file for font encoding OT1
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/ot1enc.dfu
File: ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
defining Unicode char U+00A1 (decimal 161)
defining Unicode char U+00A3 (decimal 163)
defining Unicode char U+00B8 (decimal 184)
defining Unicode char U+00BF (decimal 191)
defining Unicode char U+00C5 (decimal 197)
defining Unicode char U+00C6 (decimal 198)
defining Unicode char U+00D8 (decimal 216)
defining Unicode char U+00DF (decimal 223)
defining Unicode char U+00E6 (decimal 230)
defining Unicode char U+00EC (decimal 236)
defining Unicode char U+00ED (decimal 237)
defining Unicode char U+00EE (decimal 238)
defining Unicode char U+00EF (decimal 239)
defining Unicode char U+00F8 (decimal 248)
defining Unicode char U+0131 (decimal 305)
defining Unicode char U+0141 (decimal 321)
defining Unicode char U+0142 (decimal 322)
defining Unicode char U+0152 (decimal 338)
defining Unicode char U+0153 (decimal 339)
defining Unicode char U+2013 (decimal 8211)
defining Unicode char U+2014 (decimal 8212)
defining Unicode char U+2018 (decimal 8216)
defining Unicode char U+2019 (decimal 8217)
defining Unicode char U+201C (decimal 8220)
defining Unicode char U+201D (decimal 8221)
)
Now handling font encoding OMS ...
... processing UTF-8 mapping file for font encoding OMS
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/omsenc.dfu
File: omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
defining Unicode char U+00A7 (decimal 167)
defining Unicode char U+00B6 (decimal 182)
defining Unicode char U+00B7 (decimal 183)
defining Unicode char U+2020 (decimal 8224)
defining Unicode char U+2021 (decimal 8225)
defining Unicode char U+2022 (decimal 8226)
)
Now handling font encoding OMX ...
... no UTF-8 mapping file for font encoding OMX
Now handling font encoding U ...
... no UTF-8 mapping file for font encoding U
defining Unicode char U+00A9 (decimal 169)
defining Unicode char U+00AA (decimal 170)
defining Unicode char U+00AE (decimal 174)
defining Unicode char U+00BA (decimal 186)
defining Unicode char U+02C6 (decimal 710)
defining Unicode char U+02DC (decimal 732)
defining Unicode char U+200C (decimal 8204)
defining Unicode char U+2026 (decimal 8230)
defining Unicode char U+2122 (decimal 8482)
defining Unicode char U+2423 (decimal 9251)
))
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in PDF mode is detected.
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/color.sty
Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC)
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package color Info: Driver file: pdftex.def on input line 130.
(/usr/local/texlive/2011/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/message (HO)
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2011/04/18 v1.20 LaTeX kernel commands for general use (HO)
)
\Gread <at> gobject=\count88
))
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2005/09/27 v1.99g Standard LaTeX package
Package textcomp Info: Sub-encoding information:
(textcomp) 5 = only ISO-Adobe without \textcurrency
(textcomp) 4 = 5 + \texteuro
(textcomp) 3 = 4 + \textohm
(textcomp) 2 = 3 + \textestimated + \textcurrency
(textcomp) 1 = TS1 - \textcircled - \t
(textcomp) 0 = TS1 (full)
(textcomp) Font families with sub-encoding setting implement
(textcomp) only a restricted character set as indicated.
(textcomp) Family '?' is the default used for unknown fonts.
(textcomp) See the documentation for details.
Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71.
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
Now handling font encoding TS1 ...
... processing UTF-8 mapping file for font encoding TS1
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/ts1enc.dfu
File: ts1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
defining Unicode char U+00A2 (decimal 162)
defining Unicode char U+00A3 (decimal 163)
defining Unicode char U+00A4 (decimal 164)
defining Unicode char U+00A5 (decimal 165)
defining Unicode char U+00A6 (decimal 166)
defining Unicode char U+00A7 (decimal 167)
defining Unicode char U+00A8 (decimal 168)
defining Unicode char U+00A9 (decimal 169)
defining Unicode char U+00AA (decimal 170)
defining Unicode char U+00AC (decimal 172)
defining Unicode char U+00AE (decimal 174)
defining Unicode char U+00AF (decimal 175)
defining Unicode char U+00B0 (decimal 176)
defining Unicode char U+00B1 (decimal 177)
defining Unicode char U+00B2 (decimal 178)
defining Unicode char U+00B3 (decimal 179)
defining Unicode char U+00B4 (decimal 180)
defining Unicode char U+00B5 (decimal 181)
defining Unicode char U+00B6 (decimal 182)
defining Unicode char U+00B7 (decimal 183)
defining Unicode char U+00B9 (decimal 185)
defining Unicode char U+00BA (decimal 186)
defining Unicode char U+00BC (decimal 188)
defining Unicode char U+00BD (decimal 189)
defining Unicode char U+00BE (decimal 190)
defining Unicode char U+00D7 (decimal 215)
defining Unicode char U+00F7 (decimal 247)
defining Unicode char U+0192 (decimal 402)
defining Unicode char U+02C7 (decimal 711)
defining Unicode char U+02D8 (decimal 728)
defining Unicode char U+02DD (decimal 733)
defining Unicode char U+0E3F (decimal 3647)
defining Unicode char U+2016 (decimal 8214)
defining Unicode char U+2020 (decimal 8224)
defining Unicode char U+2021 (decimal 8225)
defining Unicode char U+2022 (decimal 8226)
defining Unicode char U+2030 (decimal 8240)
defining Unicode char U+2031 (decimal 8241)
defining Unicode char U+203B (decimal 8251)
defining Unicode char U+203D (decimal 8253)
defining Unicode char U+2044 (decimal 8260)
defining Unicode char U+204E (decimal 8270)
defining Unicode char U+2052 (decimal 8274)
defining Unicode char U+20A1 (decimal 8353)
defining Unicode char U+20A4 (decimal 8356)
defining Unicode char U+20A6 (decimal 8358)
defining Unicode char U+20A9 (decimal 8361)
defining Unicode char U+20AB (decimal 8363)
defining Unicode char U+20AC (decimal 8364)
defining Unicode char U+20B1 (decimal 8369)
defining Unicode char U+2103 (decimal 8451)
defining Unicode char U+2116 (decimal 8470)
defining Unicode char U+2117 (decimal 8471)
defining Unicode char U+211E (decimal 8478)
defining Unicode char U+2120 (decimal 8480)
defining Unicode char U+2122 (decimal 8482)
defining Unicode char U+2126 (decimal 8486)
defining Unicode char U+2127 (decimal 8487)
defining Unicode char U+212E (decimal 8494)
defining Unicode char U+2190 (decimal 8592)
defining Unicode char U+2191 (decimal 8593)
defining Unicode char U+2192 (decimal 8594)
defining Unicode char U+2193 (decimal 8595)
defining Unicode char U+2329 (decimal 9001)
defining Unicode char U+232A (decimal 9002)
defining Unicode char U+2422 (decimal 9250)
defining Unicode char U+25E6 (decimal 9702)
defining Unicode char U+25EF (decimal 9711)
defining Unicode char U+266A (decimal 9834)
))
LaTeX Info: Redefining \oldstylenums on input line 266.
Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281.
Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 282.
Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 283.
Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 
284.
Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 285.
Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 286.
Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287.
Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288.
Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289.
Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290.
Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291.
Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292.
Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293.
Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294.
Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295.
Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296.
Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297.
Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298.
Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299.
Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300.
Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301.
Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 
302.
Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input 
line 303.
Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input 
line 304.
Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305.
Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 306.
Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 307.
Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308.
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309.
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310.
Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 311.
Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 312.
Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 313.
Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 
314.
Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 
315.
Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 316.
Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 317.
Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 318.
Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 319.
Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 320.
Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 321.
Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 322.
Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 323.
Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 324.
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 325.
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 326.
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 327.
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 328.
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 329.
Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 330.
Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 331.
Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 332.
Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 333.
Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 334.
Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 335.
Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 336.
Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 337.
Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 338.
Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 339.
Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 340.
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
))
(/usr/local/texlive/2011/texmf-dist/tex/latex/lm/lmodern.sty
Package: lmodern 2009/10/30 v1.6 Latin Modern Fonts
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) OT1/cmr/m/n --> OT1/lmr/m/n on input line 22.
LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
(Font) OML/cmm/m/it --> OML/lmm/m/it on input line 23.
LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
(Font) OMS/cmsy/m/n --> OMS/lmsy/m/n on input line 24.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 25.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 26.
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
(Font) OML/cmm/b/it --> OML/lmm/b/it on input line 27.
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
(Font) OMS/cmsy/b/n --> OMS/lmsy/b/n on input line 28.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
(Font) OMX/cmex/m/n --> OMX/lmex/m/n on input line 29.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 31.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
(Font) OT1/cmss/m/n --> OT1/lmss/m/n on input line 32.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
(Font) OT1/cmr/m/it --> OT1/lmr/m/it on input line 33.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 34.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
(Font) OT1/cmr/bx/n --> OT1/lmr/bx/n on input line 35.
LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
(Font) OT1/cmss/bx/n --> OT1/lmss/bx/n on input line 36.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
(Font) OT1/cmr/bx/it --> OT1/lmr/bx/it on input line 37.
LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
(Font) OT1/cmtt/m/n --> OT1/lmtt/m/n on input line 38.
)
LaTeX Font Info: Try loading font information for T1+lmr on input line 34.
(/usr/local/texlive/2011/texmf-dist/tex/latex/lm/t1lmr.fd
File: t1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.te
x
\pgfutil <at> everybye=\toks16
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
\pgfutil <at> abb=\box26
(/usr/local/texlive/2011/texmf-dist/tex/latex/ms/everyshi.sty
Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
Package: pgfrcs 2010/10/25 v2.10 (rcs-revision 1.24)
))
Package: pgf 2008/01/15 v2.10 (rcs-revision 1.12)
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV <at> toks <at> =\toks17
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/graphics.cfg
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
)
Package graphics Info: Driver file: pdftex.def on input line 91.
)
\Gin <at> req <at> height=\dimen103
\Gin <at> req <at> width=\dimen104
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
Package: pgfsys 2010/06/30 v2.10 (rcs-revision 1.37)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
\pgfkeys <at> pathtoks=\toks18
\pgfkeys <at> temptoks=\toks19
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.c
ode.tex
\pgfkeys <at> tmptoks=\toks20
))
\pgf <at> x=\dimen105
\pgf <at> y=\dimen106
\pgf <at> xa=\dimen107
\pgf <at> ya=\dimen108
\pgf <at> xb=\dimen109
\pgf <at> yb=\dimen110
\pgf <at> xc=\dimen111
\pgf <at> yc=\dimen112
\w <at> pgf <at> writea=\write3
\r <at> pgf <at> reada=\read1
\c <at> pgf <at> counta=\count89
\c <at> pgf <at> countb=\count90
\c <at> pgf <at> countc=\count91
\c <at> pgf <at> countd=\count92
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
File: pgf.cfg 2008/05/14 (rcs-revision 1.7)
)
Package pgfsys Info: Driver file for pgf: pgfsys-pdftex.def on input 
line 900.
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.d
ef
File: pgfsys-pdftex.def 2009/05/22 (rcs-revision 1.26)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-p
df.def
File: pgfsys-common-pdf.def 2008/05/19 (rcs-revision 1.10)
)))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.
code.tex
File: pgfsyssoftpath.code.tex 2008/07/18 (rcs-revision 1.7)
\pgfsyssoftpath <at> smallbuffer <at> items=\count93
\pgfsyssoftpath <at> bigbuffer <at> items=\count94
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.
code.tex
File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
)) (/usr/local/texlive/2011/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package xcolor Info: Driver file: pdftex.def on input line 225.
LaTeX Info: Redefining \color on input line 702.
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341.
Package xcolor Info: Model `RGB' extended on input line 1353.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
Package: pgfcore 2010/04/11 v2.10 (rcs-revision 1.7)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
\pgfmath <at> dimen=\dimen113
\pgfmath <at> count=\count95
\pgfmath <at> box=\box27
\pgfmath <at> toks=\toks21
\pgfmath <at> stack <at> operand=\toks22
\pgfmath <at> stack <at> operation=\toks23
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.
tex
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic
.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigo
nometric.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.rando
m.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.compa
rison.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.
code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round
.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.
code.tex)))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
\c <at> pgfmathroundto <at> lastzeros=\count96
))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.co
de.tex
File: pgfcorepoints.code.tex 2010/04/09 (rcs-revision 1.20)
\pgf <at> picminx=\dimen114
\pgf <at> picmaxx=\dimen115
\pgf <at> picminy=\dimen116
\pgf <at> picmaxy=\dimen117
\pgf <at> pathminx=\dimen118
\pgf <at> pathmaxx=\dimen119
\pgf <at> pathminy=\dimen120
\pgf <at> pathmaxy=\dimen121
\pgf <at> xx=\dimen122
\pgf <at> xy=\dimen123
\pgf <at> yx=\dimen124
\pgf <at> yy=\dimen125
\pgf <at> zx=\dimen126
\pgf <at> zy=\dimen127
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconst
ruct.code.tex
File: pgfcorepathconstruct.code.tex 2010/08/03 (rcs-revision 1.24)
\pgf <at> path <at> lastx=\dimen128
\pgf <at> path <at> lasty=\dimen129
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage
.code.tex
File: pgfcorepathusage.code.tex 2008/04/22 (rcs-revision 1.12)
\pgf <at> shorten <at> end <at> additional=\dimen130
\pgf <at> shorten <at> start <at> additional=\dimen131
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.co
de.tex
File: pgfcorescopes.code.tex 2010/09/08 (rcs-revision 1.34)
\pgfpic=\box28
\pgf <at> hbox=\box29
\pgf <at> layerbox <at> main=\box30
\pgf <at> picture <at> serial <at> count=\count97
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicst
ate.code.tex
File: pgfcoregraphicstate.code.tex 2008/04/22 (rcs-revision 1.9)
\pgflinewidth=\dimen132
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransform
ations.code.tex
File: pgfcoretransformations.code.tex 2009/06/10 (rcs-revision 1.11)
\pgf <at> pt <at> x=\dimen133
\pgf <at> pt <at> y=\dimen134
\pgf <at> pt <at> temp=\dimen135
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.cod
e.tex
File: pgfcorequick.code.tex 2008/10/09 (rcs-revision 1.3)
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.c
ode.tex
File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2)
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathproce
ssing.code.tex
File: pgfcorepathprocessing.code.tex 2008/10/09 (rcs-revision 1.8)
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.co
de.tex
File: pgfcorearrows.code.tex 2008/04/23 (rcs-revision 1.11)
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.cod
e.tex
File: pgfcoreshade.code.tex 2008/11/23 (rcs-revision 1.13)
\pgf <at> max=\dimen136
\pgf <at> sys <at> shading <at> range <at> num=\count98
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.cod
e.tex
File: pgfcoreimage.code.tex 2010/03/25 (rcs-revision 1.16)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.
code.tex
File: pgfcoreexternal.code.tex 2010/09/01 (rcs-revision 1.17)
\pgfexternal <at> startupbox=\box31
))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.co
de.tex
File: pgfcorelayers.code.tex 2010/08/27 (rcs-revision 1.2)
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretranspare
ncy.code.tex
File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2)
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.
code.tex
File: pgfcorepatterns.code.tex 2009/07/02 (rcs-revision 1.3)
)))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.cod
e.tex
File: pgfmoduleshapes.code.tex 2010/09/09 (rcs-revision 1.13)
\pgfnodeparttextbox=\box32
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.
tex
File: pgfmoduleplot.code.tex 2010/10/22 (rcs-revision 1.8)
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
-0-65.sty
Package: pgfcomp-version-0-65 2007/07/03 v2.10 (rcs-revision 1.7)
\pgf <at> nodesepstart=\dimen137
\pgf <at> nodesepend=\dimen138
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
-1-18.sty
Package: pgfcomp-version-1-18 2007/07/23 v2.10 (rcs-revision 1.1)
))
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)
) 
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
Package: pgffor 2010/03/23 v2.10 (rcs-revision 1.18)
\pgffor <at> iter=\dimen139
\pgffor <at> skip=\dimen140
\pgffor <at> stack=\toks24
\pgffor <at> toks=\toks25
))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.cod
e.tex
Package: tikz 2010/10/13 v2.10 (rcs-revision 1.76)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothan
dlers.code.tex
File: pgflibraryplothandlers.code.tex 2010/05/31 v2.10 (rcs-revision 1.15)
\pgf <at> plot <at> mark <at> count=\count99
\pgfplotmarksize=\dimen141
)
\tikz <at> lastx=\dimen142
\tikz <at> lasty=\dimen143
\tikz <at> lastxsaved=\dimen144
\tikz <at> lastysaved=\dimen145
\tikzleveldistance=\dimen146
\tikzsiblingdistance=\dimen147
\tikz <at> figbox=\box33
\tikz <at> tempbox=\box34
\tikztreelevel=\count100
\tikznumberofchildren=\count101
\tikznumberofcurrentchild=\count102
\tikz <at> fig <at> count=\count103
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.cod
e.tex
File: pgfmodulematrix.code.tex 2010/08/24 (rcs-revision 1.4)
\pgfmatrixcurrentrow=\count104
\pgfmatrixcurrentcolumn=\count105
\pgf <at> matrix <at> numberofcolumns=\count106
)
\tikz <at> expandcount=\count107
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibrarytopaths.code.tex
File: tikzlibrarytopaths.code.tex 2008/06/17 v2.10 (rcs-revision 1.2)
)))
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/fix-cm.sty
Package: fix-cm 2006/09/13 v1.1m fixes to LaTeX
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding TS1 on input line 42.
))
(/usr/local/texlive/2011/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2008/07/08 v3.8m The Babel package
(/usr/local/texlive/2011/texmf-dist/tex/generic/babel/frenchb.ldf
Language: frenchb 2010/08/21 v2.5a French support from the babel system
(/usr/local/texlive/2011/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2008/07/08 v3.8m Babel common definitions
\babel <at> savecnt=\count108
\U <at> D=\dimen148
)
Package babel Info: Making : an active character on input line 234.
Package babel Info: Making ; an active character on input line 235.
Package babel Info: Making ! an active character on input line 236.
Package babel Info: Making ? an active character on input line 237.
\FB <at> Mht=\dimen149
\std <at> mcc=\count109
\dec <at> mcc=\count110
\parindentFFN=\dimen150
*************************************
* Local config file frenchb.cfg used
*
(/usr/local/texlive/2011/texmf-dist/tex/generic/babel/frenchb.cfg)))
(/usr/local/texlive/2011/texmf-dist/tex/latex/carlisle/scalefnt.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/tools/tabularx.sty
Package: tabularx 1999/01/07 v2.07 `tabularx' package (DPC)
(/usr/local/texlive/2011/texmf-dist/tex/latex/tools/array.sty
Package: array 2008/09/09 v2.4c Tabular extension package (FMi)
\col <at> sep=\dimen151
\extrarowheight=\dimen152
\NC <at> list=\toks26
\extratabsurround=\skip43
\backup <at> length=\skip44
)
\TX <at> col <at> width=\dimen153
\TX <at> old <at> table=\dimen154
\TX <at> old <at> col=\dimen155
\TX <at> target=\dimen156
\TX <at> delta=\dimen157
\TX <at> cols=\count111
\TX <at> ftn=\toks27
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/sectsty/sectsty.sty
Package: sectsty 2002/02/25 v2.0.2 Commands to change all sectional 
heading sty
les
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/shorttoc/shorttoc.sty
Package: shorttoc 2002/08/20 v1.3 Short table of contents (JPFD)
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
\fancy <at> headwidth=\skip45
\f <at> ncyO <at> elh=\skip46
\f <at> ncyO <at> erh=\skip47
\f <at> ncyO <at> olh=\skip48
\f <at> ncyO <at> orh=\skip49
\f <at> ncyO <at> elf=\skip50
\f <at> ncyO <at> erf=\skip51
\f <at> ncyO <at> olf=\skip52
\f <at> ncyO <at> orf=\skip53
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/psnfss/pifont.sty
Package: pifont 2005/04/12 PSNFSS-v9.2a Pi font support (SPQR) LaTeX 
Font Info: Try loading font information for U+pzd on input line 63.
(/usr/local/texlive/2011/texmf-dist/tex/latex/psnfss/upzd.fd
File: upzd.fd 2001/06/04 font definitions for U/pzd.
)
LaTeX Font Info: Try loading font information for U+psy on input line 64.
(/usr/local/texlive/2011/texmf-dist/tex/latex/psnfss/upsy.fd
File: upsy.fd 2001/06/04 font definitions for U/psy.
))
(/usr/local/texlive/2011/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2010/09/12 v5.6 Page Geometry
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 Switches for detecting VTeX and its 
modes (HO)
Package ifvtex Info: VTeX not detected.
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
\Gm <at> cnth=\count112
\Gm <at> cntv=\count113
\c <at> Gm <at> tempcnt=\count114
\Gm <at> bindingoffset=\dimen158
\Gm <at> wd <at> mp=\dimen159
\Gm <at> odd <at> mp=\dimen160
\Gm <at> even <at> mp=\dimen161
\Gm <at> layoutwidth=\dimen162
\Gm <at> layoutheight=\dimen163
\Gm <at> layouthoffset=\dimen164
\Gm <at> layoutvoffset=\dimen165
\Gm <at> dimlist=\toks28
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/setspace/setspace.sty
Package: setspace 2011/12/19 v6.7a set line spacing
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2012/02/06 v6.82o Hypertext links for LaTeX
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
Package: hobsub-hyperref 2011/04/23 v1.4 Bundle oberdiek, subset 
hyperref (HO)
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
Package: hobsub-generic 2011/04/23 v1.4 Bundle oberdiek, subset generic (HO)
Package: hobsub 2011/04/23 v1.4 Subsetting bundle oberdiek (HO)
Package hobsub Info: Skipping package `infwarerr' (already loaded).
Package hobsub Info: Skipping package `ltxcmds' (already loaded).
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
Package hobsub Info: Skipping package `ifvtex' (already loaded).
Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
Package hobsub Info: Skipping package `ifpdf' (already loaded).
Package: etexcmds 2011/02/16 v1.5 Prefix for e-TeX command names (HO)
Package etexcmds Info: Could not find \expanded.
(etexcmds) That can mean that you are not using pdfTeX 1.50 or
(etexcmds) that some package has redefined \expanded.
(etexcmds) In the latter case, load this package earlier.
Package: kvsetkeys 2011/04/07 v1.13 Key value parser (HO)
Package: kvdefinekeys 2011/04/07 v1.3 Defining keys (HO)
Package: pdftexcmds 2011/04/22 v0.16 Utilities of pdfTeX for LuaTeX (HO)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf <at> primitive is available.
Package pdftexcmds Info: \pdf <at> ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
Package: pdfescape 2011/04/04 v1.12 Provides string conversions (HO)
Package: bigintcalc 2011/01/30 v1.2 Expandable big integer calculations (HO)
Package: bitset 2011/01/30 v1.1 Data type bit set (HO)
Package: uniquecounter 2011/01/30 v1.2 Provides unlimited unique counter 
(HO)
)
Package hobsub Info: Skipping package `hobsub' (already loaded).
Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO)
Package: hopatch 2011/01/30 v1.0 Wrapper for package hooks (HO)
Package: xcolor-patch 2011/01/30 xcolor patch
Package: atveryend 2011/04/23 v1.7 Hooks at very end of document (HO)
Package: atbegshi 2011/01/30 v1.15 At begin shipout hook (HO)
Package: refcount 2010/12/01 v3.2 Data extraction from references (HO)
Package: hycolor 2011/01/30 v1.7 Color options of hyperref/bookmark (HO)
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2010/12/23 v3.10 Keyval support for LaTeX options (HO)
)
\ <at> linkdim=\dimen166
\Hy <at> linkcounter=\count115
\Hy <at> pagecounter=\count116
(/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2012/02/06 v6.82o Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
)
\Hy <at> SavedSpaceFactor=\count117
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
Package hyperref Info: Hyper figures OFF on input line 4046.
Package hyperref Info: Link nesting OFF on input line 4051.
Package hyperref Info: Hyper index ON on input line 4054.
Package hyperref Info: Plain pages OFF on input line 4061.
Package hyperref Info: Backreferencing OFF on input line 4066.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
Package hyperref Info: Bookmarks ON on input line 4284.
\c <at> Hy <at> tempcnt=\count118
(/usr/local/texlive/2011/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 4637.
\Fld <at> menulength=\count119
\Field <at> Width=\dimen167
\Fld <at> charsize=\dimen168
Package hyperref Info: Hyper figures OFF on input line 5757.
Package hyperref Info: Link nesting OFF on input line 5762.
Package hyperref Info: Hyper index ON on input line 5765.
Package hyperref Info: backreferencing OFF on input line 5772.
Package hyperref Info: Link coloring OFF on input line 5777.
Package hyperref Info: Link coloring with OCG OFF on input line 5782.
Package hyperref Info: PDF/A mode OFF on input line 5787.
LaTeX Info: Redefining \ref on input line 5827.
LaTeX Info: Redefining \pageref on input line 5831.
\Hy <at> abspage=\count120
\c <at> Item=\count121
\c <at> Hfootnote=\count122
)
Package hyperref Message: Driver (autodetected): hpdftex.
(/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2012/02/06 v6.82o Hyperref driver for pdfTeX
\Fld <at> listcount=\count123
\c <at> bookmark <at> seq <at> number=\count124
(/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files 
(HO)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input 
line 2
82.
)
\Hy <at> SectionHShift=\skip54
)
Package hyperref Info: Option `colorlinks' set `true' on input line 52.
(/usr/local/texlive/2011/texmf-dist/tex/latex/csquotes/csquotes.sty
Package: csquotes 2011/10/22 v5.1d context-sensitive quotations
(/usr/local/texlive/2011/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2011/01/03 v2.1 e-TeX tools for LaTeX
(/usr/local/texlive/2011/texmf-dist/tex/latex/etex-pkg/etex.sty
Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB)
\et <at> xins=\count125
)
\etb <at> tempcnta=\count126
)
\csq <at> reset=\count127
\csq <at> gtype=\count128
\csq <at> glevel=\count129
\csq <at> qlevel=\count130
\csq <at> maxlvl=\count131
\csq <at> tshold=\count132
\csq <at> ltx <at> everypar=\toks29
(/usr/local/texlive/2011/texmf-dist/tex/latex/csquotes/csquotes.def
File: csquotes.def 2011/10/22 v5.1d csquotes generic definitions
)
Package csquotes Info: Trying to load configuration file 'csquotes.cfg'...
Package csquotes Info: ... configuration file loaded successfully.
(/usr/local/texlive/2011/texmf-dist/tex/latex/csquotes/csquotes.cfg
File: csquotes.cfg )
Package csquotes Info: Option 'babel' depreciated.
(csquotes) Using 'autostyle'.
Package csquotes Info: Enabling multilingual quotes.
)
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/biblatex.sty
Package: biblatex 2011/11/13 v1.7 programmable bibliographies
(/usr/local/texlive/2011/texmf-dist/tex/latex/logreq/logreq.sty
Package: logreq 2010/08/04 v1.0 xml request logger
\lrq <at> indent=\count133
(/usr/local/texlive/2011/texmf-dist/tex/latex/logreq/logreq.def
File: logreq.def 2010/08/04 v1.0 logreq spec v1.0
))
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
\c <at> listtotal=\count134
\c <at> listcount=\count135
\c <at> liststart=\count136
\c <at> liststop=\count137
\c <at> citecount=\count138
\c <at> citetotal=\count139
\c <at> multicitecount=\count140
\c <at> multicitetotal=\count141
\c <at> instcount=\count142
\c <at> maxnames=\count143
\c <at> minnames=\count144
\c <at> maxitems=\count145
\c <at> minitems=\count146
\c <at> citecounter=\count147
\c <at> savedcitecounter=\count148
\c <at> uniquelist=\count149
\c <at> uniquename=\count150
\c <at> refsection=\count151
\c <at> refsegment=\count152
\c <at> maxextrayear=\count153
\c <at> maxextraalpha=\count154
\c <at> abbrvpenalty=\count155
\c <at> highnamepenalty=\count156
\c <at> lownamepenalty=\count157
\c <at> maxparens=\count158
\c <at> parenlevel=\count159
\blx <at> tempcnta=\count160
\blx <at> tempcntb=\count161
\blx <at> tempcntc=\count162
\blx <at> maxsection=\count163
\blx <at> maxsegment=\count164
\blx <at> notetype=\count165
\blx <at> parenlevel <at> text=\count166
\blx <at> parenlevel <at> foot=\count167
\labelnumberwidth=\skip55
\labelalphawidth=\skip56
\shorthandwidth=\skip57
\biblabelsep=\skip58
\bibitemsep=\skip59
\bibnamesep=\skip60
\bibinitsep=\skip61
\bibparsep=\skip62
\bibhang=\skip63
\blx <at> auxin=\read2
\blx <at> auxout=\write4
\c <at> mincomprange=\count168
\c <at> maxcomprange=\count169
\c <at> mincompwidth=\count170
\c <at> labelname=\count171
\c <at> savedlabelname=\count172
\c <at> author=\count173
\c <at> savedauthor=\count174
\c <at> shortauthor=\count175
\c <at> savedshortauthor=\count176
\c <at> editor=\count177
\c <at> savededitor=\count178
\c <at> editora=\count179
\c <at> savededitora=\count180
\c <at> editorb=\count181
\c <at> savededitorb=\count182
\c <at> editorc=\count183
\c <at> savededitorc=\count184
\c <at> shorteditor=\count185
\c <at> savedshorteditor=\count186
\c <at> bookauthor=\count187
\c <at> savedbookauthor=\count188
\c <at> translator=\count189
\c <at> savedtranslator=\count190
\c <at> annotator=\count191
\c <at> savedannotator=\count192
\c <at> commentator=\count193
\c <at> savedcommentator=\count194
\c <at> introduction=\count195
\c <at> savedintroduction=\count196
\c <at> foreword=\count197
\c <at> savedforeword=\count198
\c <at> afterword=\count199
\c <at> savedafterword=\count200
\c <at> holder=\count201
\c <at> savedholder=\count202
\c <at> namea=\count203
\c <at> savednamea=\count204
\c <at> nameb=\count205
\c <at> savednameb=\count206
\c <at> namec=\count207
\c <at> savednamec=\count208
\c <at> institution=\count209
\c <at> savedinstitution=\count210
\c <at> language=\count211
\c <at> savedlanguage=\count212
\c <at> location=\count213
\c <at> savedlocation=\count214
\c <at> organization=\count215
\c <at> savedorganization=\count216
\c <at> origlocation=\count217
\c <at> savedoriglocation=\count218
\c <at> origpublisher=\count219
\c <at> savedorigpublisher=\count220
\c <at> pageref=\count221
\c <at> savedpageref=\count222
\c <at> publisher=\count223
\c <at> savedpublisher=\count224
\c <at> lista=\count225
\c <at> savedlista=\count226
\c <at> listb=\count227
\c <at> savedlistb=\count228
\c <at> listc=\count229
\c <at> savedlistc=\count230
\c <at> listd=\count231
\c <at> savedlistd=\count232
\c <at> liste=\count233
Normal \count register pool exhausted, switching to extended pool.
\c <at> savedliste=\count277
\c <at> listf=\count278
\c <at> savedlistf=\count279
Package biblatex Info: Trying to load compatibility code...
Package biblatex Info: ... file 'blx-compat.def' found.
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/blx-compat.def
File: blx-compat.def 2011/11/13 v1.7 biblatex generic compatibility
)
Package biblatex Info: Trying to load generic definitions...
Package biblatex Info: ... file 'biblatex.def' found.
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/biblatex.def
File: biblatex.def 2011/11/13 v1.7 biblatex generic definitions
\c <at> biburlnumpenalty=\count280
\c <at> biburlucpenalty=\count281
\c <at> biburllcpenalty=\count282
\c <at> smartand=\count283
)
Package biblatex Info: Trying to load bibliography style 'verbose-trad2'...
Package biblatex Info: ... file 'verbose-trad2.bbx' found.
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/bbx/verbose-trad2.bbx
File: verbose-trad2.bbx 2011/11/13 v1.7 biblatex bibliography style
Package biblatex Info: Trying to load bibliography style 'authortitle'...
Package biblatex Info: ... file 'authortitle.bbx' found.
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/bbx/authortitle.bbx
File: authortitle.bbx 2011/11/13 v1.7 biblatex bibliography style
Package biblatex Info: Trying to load bibliography style 'standard'...
Package biblatex Info: ... file 'standard.bbx' found.
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/bbx/standard.bbx
File: standard.bbx 2011/11/13 v1.7 biblatex bibliography style
)))
Package biblatex Info: Trying to load citation style 'verbose-trad2'...
Package biblatex Info: ... file 'verbose-trad2.cbx' found.
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/cbx/verbose-trad2.cbx
File: verbose-trad2.cbx 2011/11/13 v1.7 biblatex citation style
Package biblatex Info: Redefining '\cite'.
Package biblatex Info: Redefining '\parencite'.
Package biblatex Info: Redefining '\footcite'.
Package biblatex Info: Redefining '\footcitetext'.
Package biblatex Info: Redefining '\smartcite'.
Package biblatex Info: Redefining '\textcite'.
Package biblatex Info: Redefining '\textcites'.
)
Package biblatex Info: Trying to load configuration file...
Package biblatex Info: ... file 'biblatex.cfg' found.
(./biblatex.cfg
File: biblatex.cfg )))
Package csquotes Info: Checking for multilingual support...
Package csquotes Info: ... found 'babel' package.
Package biblatex Info: Trying to load language 'french'...
Package biblatex Info: ... file 'french.lbx' found.
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/lbx/french.lbx
File: french.lbx 2011/11/13 v1.7 biblatex localization
)
(./Manuscrit.aux (./Chapitre1.aux))
\openout1 = `Manuscrit.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 9.
LaTeX Font Info: ... okay on input line 9.
(/usr/local/texlive/2011/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count284
\scratchdimen=\dimen169
\scratchbox=\box35
\nofMPsegments=\count285
\nofMParguments=\count286
\everyMPshowfont=\toks30
\MPscratchCnt=\count287
\MPscratchDim=\dimen170
\MPnumerator=\count288
\makeMPintoPDFobject=\count289
\everyMPtoPDFconversion=\toks31
) ABD: EveryShipout initializing macros
(/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf
(/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2010/08/19 v1.1 Managing graphics extensions (HO)
)
Package grfext Info: Graphics extension search list:
(grfext) [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext) \AppendGraphicsExtensions on input line 452.
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for 
TeX Liv
e
))
LaTeX Info: Redefining \degres on input line 9.
LaTeX Info: Redefining \dots on input line 9.
LaTeX Info: Redefining \up on input line 9.
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: <default>
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes: twoside * h-part:(L,W,R)=(85.35826pt, 426.79135pt, 85.35826pt)
* v-part:(T,H,B)=(113.81102pt, 617.4248pt, 113.81102pt)
* \paperwidth=597.50787pt
* \paperheight=845.04684pt
* \textwidth=426.79135pt
* \textheight=617.4248pt
* \oddsidemargin=13.08827pt
* \evensidemargin=13.08827pt
* \topmargin=11.47354pt
* \headheight=12.0pt
* \headsep=18.06749pt
* \topskip=10.0pt
* \footskip=25.29494pt
* \marginparwidth=115.0pt
* \marginparsep=7.0pt
* \columnsep=10.0pt
* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \ <at> twocolumnfalse
* \ <at> twosidetrue
* \ <at> mparswitchtrue
* \ <at> reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
\AtBeginShipoutBox=\box36
Package hyperref Info: Link coloring ON on input line 9.
(/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2010/04/30 v2.40 Cross-referencing by name of section
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
)
\c <at> section <at> level=\count290
)
LaTeX Info: Redefining \ref on input line 9.
LaTeX Info: Redefining \pageref on input line 9.
LaTeX Info: Redefining \nameref on input line 9.
(./Manuscrit.out) (./Manuscrit.out)
\ <at> outlinefile=\write5
\openout5 = `Manuscrit.out'.
Package biblatex Info: Input encoding 'utf8' detected.
Package biblatex Info: Automatic encoding selection.
(biblatex) Assuming data encoding 'utf8'.
\openout4 = `Manuscrit.bcf'.
Package biblatex Info: Trying to load bibliographic data...
Package biblatex Info: ... file 'Manuscrit.bbl' not found.
No file Manuscrit.bbl.
Package biblatex Info: Reference section=0 on input line 9.
Package biblatex Info: Reference segment=0 on input line 9.
\openout2 = `Chapitre1.aux'.
(./Chapitre1.tex
Chapitre 1.
LaTeX Font Info: Font shape `T1/lmr/bx/sc' in size <24.88> not available
(Font) Font shape `T1/cmr/bx/sc' tried instead on input line 4.
LaTeX Font Info: Try loading font information for OT1+lmr on input line 23.
(/usr/local/texlive/2011/texmf-dist/tex/latex/lm/ot1lmr.fd
File: ot1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: Try loading font information for OML+lmm on input line 23.
(/usr/local/texlive/2011/texmf-dist/tex/latex/lm/omllmm.fd
File: omllmm.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: Try loading font information for OMS+lmsy on input line 23.
(/usr/local/texlive/2011/texmf-dist/tex/latex/lm/omslmsy.fd
File: omslmsy.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: Try loading font information for OMX+lmex on input line 23.
(/usr/local/texlive/2011/texmf-dist/tex/latex/lm/omxlmex.fd
File: omxlmex.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <10> on input line 23.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <7> on input line 23.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <5> on input line 23.
LaTeX Warning: Citation 'Valles-Bachelier-1950' on page 1 undefined on 
input li
ne 23.
LaTeX Warning: Citation 'briand_action_1993' on page 1 undefined on 
input line 28.
LaTeX Warning: Citation 'Ihl_Merite-2007' on page 1 undefined on input 
line 28.
LaTeX Warning: Citation 'Foucault_archeologie_1969' on page 1 undefined 
on inpu
t line 33.
[1
{/usr/local/texlive/2011/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
LaTeX Warning: Citation 'borella-1957' on page 2 undefined on input line 37.
[2]
LaTeX Warning: Citation 
'Monchablon_Lanaissancedesassociationsgeneralesdetudian
tsetlaconstitutiondelUNEF-1998' on page 3 undefined on input line 48.
LaTeX Warning: Citation 'Histoire-des-universite-QSJ-1994' on page 3 
undefined on input line 48.
LaTeX Warning: Citation 'Histoire-des-universite-QSJ-1994' on page 3 
undefined on input line 48.
Underfull \vbox (badness 10000) has occurred while \output is active []
[3]
LaTeX Warning: Citation 
'Monchablon_Lanaissancedesassociationsgeneralesdetudian
tsetlaconstitutiondelUNEF-1998' on page 4 undefined on input line 52.
LaTeX Warning: Citation 
'Monchablon_Lanaissancedesassociationsgeneralesdetudian
tsetlaconstitutiondelUNEF-1998' on page 4 undefined on input line 52.
LaTeX Warning: Citation 
'Morder_RegardsjuridiquessurlesstrcuturesdelUNEF-1998' on page 4 
undefined on input line 52.
LaTeX Warning: Citation 'Moulinier_2002' on page 4 undefined on input 
line 52.
LaTeX Warning: Citation 'Moulinier_2002' on page 4 undefined on input 
line 52.
LaTeX Warning: Citation 'Moulinier_2002' on page 4 undefined on input 
line 52.
LaTeX Warning: Citation 
'Monchablon_Lanaissancedesassociationsgeneralesdetudian
tsetlaconstitutiondelUNEF-1998' on page 4 undefined on input line 52.
LaTeX Warning: Citation 
'Morder_RegardsjuridiquessurlesstrcuturesdelUNEF-1998' on page 4 
undefined on input line 52.
LaTeX Warning: Citation 'Moulinier_2002' on page 4 undefined on input 
line 52.
[4]
LaTeX Warning: Citation 
'Caron_Generationsromantiques.LesetudiantsdeParisetleQu
artierlatin(1814-1851)-1991' on page 5 undefined on input line 56.
LaTeX Warning: Citation 
'Caron_Generationsromantiques.LesetudiantsdeParisetleQu
artierlatin(1814-1851)-1991' on page 5 undefined on input line 56.
LaTeX Warning: Citation 'Cents-ans-2007' on page 5 undefined on input 
line 56.
Underfull \hbox (badness 10000) in paragraph at lines 56--56
[][][]\T1/lmr/m/n/8 .[][][];
[]
LaTeX Warning: Citation 
'Monchablon_Lanaissancedesassociationsgeneralesdetudian
tsetlaconstitutiondelUNEF-1998' on page 5 undefined on input line 56.
LaTeX Warning: Citation 
'Monchablon_Lanaissancedesassociationsgeneralesdetudian
tsetlaconstitutiondelUNEF-1998' on page 5 undefined on input line 56.
LaTeX Warning: Citation 
'Monchablon_Lanaissancedesassociationsgeneralesdetudian
tsetlaconstitutiondelUNEF-1998' on page 5 undefined on input line 56.
[5] <congres-international-1906.jpg, id=111, 188.20313pt x 188.20313pt>
File: congres-international-1906.jpg Graphic file (type jpg)
<use congres-international-1906.jpg>
Package pdftex.def Info: congres-international-1906.jpg used on input 
line 65.
(pdftex.def) Requested size: 188.20265pt x 188.20265pt.
LaTeX Warning: Citation 'Monchablon_100ans(1876-1919)' on page 6 
undefined on i
nput line 72.
LaTeX Warning: Citation 'Monchablon_100ans(1876-1919)' on page 6 
undefined on i
nput line 72.
LaTeX Warning: Citation 'These-Ducrocq-1897' on page 6 undefined on 
input line 72.
LaTeX Warning: Citation 'Monchablon_100ans(1876-1919)' on page 6 
undefined on i
nput line 72.
[6 <./congres-international-1906.jpg>]
LaTeX Warning: Citation 'Condette_2007' on page 7 undefined on input 
line 76.
LaTeX Warning: Citation 'Histoire-des-universite-QSJ-1994' on page 7 
undefined on input line 76.
LaTeX Warning: Citation 'Monchablon_100ans(1876-1919)' on page 7 
undefined on i
nput line 76.
LaTeX Warning: Citation 'Condette_2007' on page 7 undefined on input 
line 76.
LaTeX Warning: Citation 'bouneau_socialisme_2009' on page 7 undefined on 
input line 76.
[7]
LaTeX Warning: Citation 'Moulinier_2002' on page 8 undefined on input 
line 80.
LaTeX Warning: Citation 'Moulinier_2002' on page 8 undefined on input 
line 80.
LaTeX Warning: Citation 'Moulinier_2002' on page 8 undefined on input 
line 80.
[8]
Underfull \vbox (badness 1917) has occurred while \output is active []
[9]
LaTeX Warning: Citation 
'Fischer_Lanaissancedesassociationsgeneralesdetudiants-
1998' on page 10 undefined on input line 95.
LaTeX Warning: Citation 
'Fischer_Lanaissancedesassociationsgeneralesdetudiants-
1998' on page 10 undefined on input line 95.
LaTeX Warning: Citation 
'Ory_LesintellectuelsenFrance:delaffaireDreyfusanosjour
s-2004' on page 10 undefined on input line 95.
LaTeX Warning: Citation 'Moulinier_2002' on page 10 undefined on input 
line 95.
LaTeX Warning: Citation 'Czerny_2007' on page 10 undefined on input line 95.
LaTeX Warning: Citation 
'Chatriot_Laluttecontrelechomageintellectuel-2006' on p
age 10 undefined on input line 112.
[10]
LaTeX Warning: Citation 'Fischer_100ans' on page 11 undefined on input 
line 116
.
LaTeX Warning: Citation 'Pechoux_AGE-Dijon-1998' on page 11 undefined on 
input line 116.
LaTeX Warning: Citation 'Cents-ans-2007' on page 11 undefined on input 
line 119
.
[11]
LaTeX Warning: Citation 'Pechoux_AGE-Dijon-1998' on page 12 undefined on 
input line 122.
LaTeX Warning: Citation 'Fischer_100ans' on page 12 undefined on input 
line 126
.
LaTeX Warning: Citation 'Pechoux_AGE-Dijon-1998' on page 12 undefined on 
input line 126.
LaTeX Warning: Citation 'Merceron_Oeuvres-2003' on page 12 undefined on 
input l
ine 126.
LaTeX Warning: Citation 'Fischer_100ans' on page 12 undefined on input 
line 126
.
[12]
LaTeX Warning: Citation 'FSEF-Sana-2010' on page 13 undefined on input 
line 129
.
LaTeX Warning: Citation 'FSEF-Sana-2010' on page 13 undefined on input 
line 129
.
LaTeX Warning: Citation 'FSEF-Sana-2010' on page 13 undefined on input 
line 129
.
LaTeX Warning: Citation 'FSEF-Sana-2010' on page 13 undefined on input 
line 129
.
LaTeX Warning: Citation 'FSEF-Sana-2010' on page 13 undefined on input 
line 129
.
[13] [14]
LaTeX Warning: Citation 'bouneau_socialisme_2009' on page 15 undefined 
on input
line 133.
Underfull \vbox (badness 2865) has occurred while \output is active []
[15]
LaTeX Warning: Citation 'Fischer_violence-etudiante-1999' on page 16 
undefined on input line 157.
Underfull \vbox (badness 10000) has occurred while \output is active []
[16]
LaTeX Warning: Citation 'bouneau_socialisme_2009' on page 17 undefined 
on input
line 162.
LaTeX Warning: Citation 'Vavasseur-Desperriers_droite-2008' on page 17 
undefine
d on input line 162.
LaTeX Warning: Citation 'Varin_UFE-1998' on page 17 undefined on input 
line 163
.
LaTeX Warning: Citation 'Sanchez_HP-2008' on page 17 undefined on input 
line 16
3.
LaTeX Warning: Citation 'Moulinier_2002' on page 17 undefined on input 
line 163
.
[17]
LaTeX Warning: Citation 'Leschi_LePartisocialfrancais-1998' on page 18 
undefine
d on input line 167.
LaTeX Warning: Citation 'Leschi_LePartisocialfrancais-1998' on page 18 
undefine
d on input line 167.
LaTeX Warning: Citation 'Lyautey_rolesocialdelofficier-2009' on page 18 
undefin
ed on input line 167.
[18]
LaTeX Warning: Citation 'Leschi_LePartisocialfrancais-1998' on page 19 
undefine
d on input line 172.
LaTeX Warning: Citation 'Leschi_LePartisocialfrancais-1998' on page 19 
undefine
d on input line 177.
LaTeX Warning: Citation 'Leschi_LePartisocialfrancais-1998' on page 19 
undefine
d on input line 177.
[19] [20]
LaTeX Warning: Citation 'Moulinier_2002' on page 21 undefined on input 
line 216
.
LaTeX Warning: Citation 'Moulinier_2002' on page 21 undefined on input 
line 216
.
LaTeX Warning: Citation 'Moulinier_2002' on page 21 undefined on input 
line 216
.
LaTeX Warning: Citation 'Moulinier_2002' on page 21 undefined on input 
line 216
.
[21]
Underfull \hbox (badness 10000) in paragraph at lines 242--242
[]|\T1/lmr/bx/n/10 Conditions d'oc-
[]
Underfull \hbox (badness 3657) in paragraph at lines 242--242
\T1/lmr/m/n/10 ba-che-liers de 18 à
[]
Underfull \hbox (badness 7796) in paragraph at lines 242--242
\T1/lmr/m/n/10 25 ans, de na-tio-
[]
Underfull \hbox (badness 10000) in paragraph at lines 242--242
[]|\T1/lmr/m/n/10 Maximum 1200 F
[]
Underfull \hbox (badness 1127) in paragraph at lines 242--242
[]|\T1/lmr/m/n/10 Bourses d'études de
[]
Underfull \hbox (badness 1189) in paragraph at lines 242--242
[]|\T1/lmr/m/n/10 Accordées sans exa-
[]
Underfull \hbox (badness 5970) in paragraph at lines 242--242
\T1/lmr/m/n/10 men aux étu-diants
[]
Underfull \hbox (badness 1360) in paragraph at lines 242--242
\T1/lmr/m/n/10 de 1er an-née ayant
[]
Underfull \hbox (badness 1675) in paragraph at lines 242--242
\T1/lmr/m/n/10 eu la men-tion bien
[]
Underfull \hbox (badness 3428) in paragraph at lines 242--242
\T1/lmr/m/n/10 au bac-ca-lau-réat, et
[]
Underfull \hbox (badness 1009) in paragraph at lines 242--242
\T1/lmr/m/n/10 diants de 2e, 3e et
[]
Underfull \hbox (badness 10000) in paragraph at lines 242--242
[]|\T1/lmr/m/n/10 Attribuées sans
[]
Underfull \hbox (badness 10000) in paragraph at lines 242--242
\T1/lmr/m/n/10 concours par les
[]
Underfull \hbox (badness 6157) in paragraph at lines 242--242
\T1/lmr/m/n/10 fa-cul-tés des lettres
[]
Underfull \hbox (badness 1406) in paragraph at lines 242--242
\T1/lmr/m/n/10 et des sciences aux
[]
Underfull \hbox (badness 10000) in paragraph at lines 242--242
\T1/lmr/m/n/10 d'une bourse de
[]
Underfull \hbox (badness 10000) in paragraph at lines 242--242
[]|\T1/lmr/m/n/10 Maximum 1200 F
[]
Underfull \hbox (badness 1199) in paragraph at lines 242--242
[]|\T1/lmr/m/n/10 Aides ac-cor-dées par
[]
Underfull \hbox (badness 1406) in paragraph at lines 242--242
\T1/lmr/m/n/10 et des sciences aux
[]
Underfull \hbox (badness 2096) in paragraph at lines 242--242
[]|\T1/lmr/m/n/10 Bourses de di-plôme
[]
Underfull \hbox (badness 4467) in paragraph at lines 242--242
\T1/lmr/m/n/10 d'études su-pé-rieures
[]
Underfull \hbox (badness 10000) in paragraph at lines 242--242
[]|\T1/lmr/m/n/10 Attribuées sans
[]
Underfull \hbox (badness 10000) in paragraph at lines 242--242
\T1/lmr/m/n/10 concours par les
[]
Underfull \hbox (badness 6157) in paragraph at lines 242--242
\T1/lmr/m/n/10 fa-cul-tés des lettres
[]
Underfull \hbox (badness 1406) in paragraph at lines 242--242
\T1/lmr/m/n/10 et des sciences aux
[]
Underfull \hbox (badness 4193) in paragraph at lines 242--242
\T1/lmr/m/n/10 étu-diants de moins
[]
Underfull \hbox (badness 4266) in paragraph at lines 242--242
\T1/lmr/m/n/10 de 30 ans n'ayant
[]
Underfull \hbox (badness 4254) in paragraph at lines 242--242
\T1/lmr/m/n/10 pas bé-né-fi-cié d'une
[]
LaTeX Warning: Float too large for page by 29.57513pt on input line 248.
LaTeX Warning: Citation 'Ihl_Merite-2007' on page 22 undefined on input 
line 25
2.
LaTeX Warning: Citation 'Moulinier_2002' on page 22 undefined on input 
line 252
.
LaTeX Warning: Citation 'Costechareire_2011' on page 22 undefined on 
input line
252.
LaTeX Warning: Citation 'Moulinier_2002' on page 22 undefined on input 
line 252
.
LaTeX Warning: Citation 'Ihl_Merite-2007' on page 22 undefined on input 
line 25
2.
LaTeX Warning: Citation 'Topalov-Chomeur-1994' on page 22 undefined on 
input li
ne 252.
LaTeX Warning: Citation 'Simmel_Lespauvres-2002' on page 22 undefined on 
input line 252.
[22] [23]
LaTeX Warning: Citation 'Borne_1976' on page 24 undefined on input line 256.
LaTeX Warning: Citation 'Fischer_100ans' on page 24 undefined on input 
line 256
.
LaTeX Warning: Citation 'Pechoux_AGE-Dijon-1998' on page 24 undefined on 
input line 256.
LaTeX Warning: Citation 'Hochard_100ans' on page 24 undefined on input 
line 256
.
[24]
LaTeX Warning: Citation 'perrin_histoire_2004' on page 25 undefined on 
input li
ne 260.
[25]
LaTeX Warning: Citation 
'Poingnant_Laplanificationdelexpansiondelenseignementen
France-1960' on page 26 undefined on input line 269.
LaTeX Warning: Citation 'Loubes_Dundrapeaulautre.JeanZay-2001' on page 
26 undef
ined on input line 269.
LaTeX Warning: Citation 'Merceron_Annees30ouUNEFchangedecap-1998' on 
page 26 un
defined on input line 273.
LaTeX Warning: Citation 'Merceron_Annees30ouUNEFchangedecap-1998' on 
page 26 un
defined on input line 273.
LaTeX Warning: Citation 
'Ory_LesintellectuelsenFrance:delaffaireDreyfusanosjour
s-2004' on page 26 undefined on input line 273.
LaTeX Warning: Citation 'julliard_souvenirs_1945' on page 26 undefined 
on input
line 273.
LaTeX Warning: Citation 'Merceron_Annees30ouUNEFchangedecap-1998' on 
page 26 un
defined on input line 273.
[26]
LaTeX Warning: Citation 'Merceron_Annees30ouUNEFchangedecap-1998' on 
page 27 un
defined on input line 276.
LaTeX Warning: Citation 'Fischer_100ans' on page 27 undefined on input 
line 279
.
LaTeX Warning: Citation 
'Chatriot_Laluttecontrelechomageintellectuel-2006' on p
age 27 undefined on input line 279.
LaTeX Warning: Citation 'Merceron_Annees30ouUNEFchangedecap-1998' on 
page 27 un
defined on input line 279.
[27]
LaTeX Warning: Citation 'FSEF-Sana-2010' on page 28 undefined on input 
line 283
.
LaTeX Warning: Citation 'Fischer_100ans' on page 28 undefined on input 
line 283
.
[28]
Underfull \vbox (badness 1655) has occurred while \output is active []
[29]
LaTeX Warning: Citation 'fischer_monde_1996' on page 30 undefined on 
input line
295.
LaTeX Warning: Citation 'Dreyfus_Liberteegalitemutualite' on page 30 
undefined on input line 295.
LaTeX Warning: Citation 'Colon2008' on page 30 undefined on input line 299.
[30]) [31]
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 15.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 15.
(./Manuscrit.aux (./Chapitre1.aux))
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 15.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input 
line 15.
Package rerunfilecheck Info: File `Manuscrit.out' has not changed.
(rerunfilecheck) Checksum: 31FFA562EE8F722EB5AC90EC367C664A;990.
LaTeX Warning: There were undefined references.
Package biblatex Warning: Please (re)run Biber on the file:
(biblatex) Manuscrit
(biblatex) and rerun LaTeX afterwards.
Package logreq Info: Writing requests to 'Manuscrit.run.xml'.
\openout1 = `Manuscrit.run.xml'.
) Here is how much of TeX's memory you used:
21178 strings out of 493629
369154 string characters out of 3143344
540267 words of memory out of 3000000
23926 multiletter control sequences out of 15000+200000
53604 words of font info for 40 fonts, out of 3000000 for 9000
831 hyphenation exceptions out of 8191
63i,11n,57p,6078b,1391s stack positions out of 
5000i,500n,10000p,200000b,50000s
{/usr/local/texlive/2011/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc}{/usr/local/
texlive/2011/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc}</usr/local/te
xlive/2011/texmf-dist/fonts/type1/public/lm/lmbx10.pfb></usr/local/texlive/2011
/texmf-dist/fonts/type1/public/lm/lmbx12.pfb></usr/local/texlive/2011/texmf-dis
t/fonts/type1/public/lm/lmbx8.pfb></usr/local/texlive/2011/texmf-dist/fonts/typ
e1/public/lm/lmcsc10.pfb></usr/local/texlive/2011/texmf-dist/fonts/type1/public
/lm/lmr10.pfb></usr/local/texlive/2011/texmf-dist/fonts/type1/public/lm/lmr7.pf
b></usr/local/texlive/2011/texmf-dist/fonts/type1/public/lm/lmr8.pfb></usr/loca
l/texlive/2011/texmf-dist/fonts/type1/public/lm/lmri10.pfb></usr/local/texlive/
2011/texmf-dist/fonts/type1/public/cm-super/sfxc1200.pfb>
Output written on Manuscrit.pdf (31 pages, 342926 bytes).
PDF statistics:
472 PDF objects out of 1000 (max. 8388607)
424 compressed objects within 5 object streams
152 named destinations out of 1000 (max. 500000)
82 words of extra memory for PDF output out of 10000 (max. 10000000)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Désolé pour ces derniers embêtements !


Denis Bitouzé | 15 Feb 22:37
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 22h10,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> Désolé pour ces derniers embêtements !

On touche au but ! À nouveau, allons-y progressivement :

1. Comment est appelé le fichier .bib dans le fichier .tex ?

2. Ces 2 fichiers sont-ils dans le même répertoire ?

3. Essaie de compiler en ligne de commandes. Si le fichier .tex se
nomme disons toto.tex, procède à :

pdflatex toto

puis à :

biber toto

et donne-nous le résultat.

Une remarque générale : pour régler ce genre de problème, tu peux te
créer ton propre ECM et le tester avant de le faire sur le fichier
grandeur nature.
--

-- 
Denis

Emmanuel Porte | 16 Feb 09:26
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 15/02/2012 22:37, Denis Bitouzé a écrit :
> Le mercredi 15/02/12 à 22h10,
> Emmanuel Porte<emmanuel.porte <at> univ-lyon2.fr>  a écrit :
>
>    
>> Désolé pour ces derniers embêtements !
>>      
> On touche au but ! À nouveau, allons-y progressivement :
>
> 1. Comment est appelé le fichier .bib dans le fichier .tex ?
>    
Le fichier .bib se nomme bibliographie.bib
Le fichier .tex s'appelle Manuscrit.tex et fait appel à Chapitre1.tex, 
Chapitre2.tex, etc...

> 2. Ces 2 fichiers sont-ils dans le même répertoire ?
>    
Oui (ainsi que les fichiers chapitres)
> 3. Essaie de compiler en ligne de commandes. Si le fichier .tex se
> nomme disons toto.tex, procède à :
>
> pdflatex toto
>    
Donne le log suivant :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

manu <at> Manu-laptop:~/Universitaire/These/Manuscrit$ pdflatex Manuscrit.tex
This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2011)
restricted \write18 enabled.
entering extended mode
(./Manuscrit.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, 
nohyphenation, ge
rman-x-2011-07-01, ngerman-x-2011-07-01, afrikaans, ancientgreek, 
ibycus, arabi
c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, 
czech, danis
h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, 
finnis
h, french, galician, german, ngerman, swissgerman, monogreek, greek, 
hungarian,
icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, 
marathi, or
iya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian, 
kurmanji,
lao, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, 
nynorsk, pol
ish, portuguese, romanian, russian, sanskrit, serbian, serbianc, slovak, 
sloven
ian, spanish, swedish, turkish, turkmen, ukrainian, uppersorbian, welsh, 
loaded
.
(./bredele_new.cls
Document Class: bredele_new
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/book.cls
Document Class: book 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/bk10.clo))
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/inputenc.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/utf8.def
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/t1enc.dfu)
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/ot1enc.dfu)
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/omsenc.dfu)))
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/ifpdf.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/color.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/color.cfg)
(/usr/local/texlive/2011/texmf-dist/tex/latex/pdftex-def/pdftex.def
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/infwarerr.sty)
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/ltxcmds.sty)))
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/textcomp.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/ts1enc.def
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/ts1enc.dfu)))
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/t1enc.def))
(/usr/local/texlive/2011/texmf-dist/tex/latex/lm/lmodern.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/lm/t1lmr.fd)
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.te
x)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
(/usr/local/texlive/2011/texmf-dist/tex/latex/ms/everyshi.sty))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex))
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/graphics.cfg)))
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.c
ode.tex))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.d
ef
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-p
df.def)))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.
code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.
code.tex)) (/usr/local/texlive/2011/texmf-dist/tex/latex/xcolor/xcolor.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/color.cfg))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.
tex
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic
.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigo
nometric.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.rando
m.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.compa
rison.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.
code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round
.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.
code.tex)))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex)
)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.co
de.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconst
ruct.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage
.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.co
de.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicst
ate.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransform
ations.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.cod
e.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.c
ode.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathproce
ssing.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.co
de.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.cod
e.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.cod
e.tex
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.
code.tex))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.co
de.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretranspare
ncy.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.
code.tex)))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.cod
e.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.
tex)
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
-0-65.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
-1-18.sty))
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)
) 
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
))
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.cod
e.tex
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothan
dlers.code.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.cod
e.tex)
(/usr/local/texlive/2011/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibrarytopaths.code.tex)))
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/fix-cm.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/ts1enc.def))
(/usr/local/texlive/2011/texmf-dist/tex/generic/babel/babel.sty
(/usr/local/texlive/2011/texmf-dist/tex/generic/babel/frenchb.ldf
(/usr/local/texlive/2011/texmf-dist/tex/generic/babel/babel.def)
*************************************
* Local config file frenchb.cfg used
*
(/usr/local/texlive/2011/texmf-dist/tex/generic/babel/frenchb.cfg)))
(/usr/local/texlive/2011/texmf-dist/tex/latex/carlisle/scalefnt.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/tools/tabularx.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/tools/array.sty))
(/usr/local/texlive/2011/texmf-dist/tex/latex/sectsty/sectsty.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/shorttoc/shorttoc.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/psnfss/pifont.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/psnfss/upzd.fd)
(/usr/local/texlive/2011/texmf-dist/tex/latex/psnfss/upsy.fd))
(/usr/local/texlive/2011/texmf-dist/tex/latex/geometry/geometry.sty
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/ifvtex.sty)
(/usr/local/texlive/2011/texmf-dist/tex/generic/ifxetex/ifxetex.sty))
(/usr/local/texlive/2011/texmf-dist/tex/latex/setspace/setspace.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/hyperref.sty
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty))
(/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/kvoptions.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/pd1enc.def)
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/hyperref.cfg)
(/usr/local/texlive/2011/texmf-dist/tex/latex/url/url.sty))

Package hyperref Message: Driver (autodetected): hpdftex.

(/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/hpdftex.def
(/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))
(/usr/local/texlive/2011/texmf-dist/tex/latex/csquotes/csquotes.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/etoolbox/etoolbox.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/etex-pkg/etex.sty))
(/usr/local/texlive/2011/texmf-dist/tex/latex/csquotes/csquotes.def)
(/usr/local/texlive/2011/texmf-dist/tex/latex/csquotes/csquotes.cfg))
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/biblatex.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/logreq/logreq.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/logreq/logreq.def))
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/ifthen.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/blx-compat.def)
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/biblatex.def)
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/bbx/verbose-trad2.bbx
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/bbx/authortitle.bbx
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/bbx/standard.bbx)))
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/cbx/verbose-trad2.cbx)
(./biblatex.cfg)))
(/usr/local/texlive/2011/texmf-dist/tex/latex/biblatex/lbx/french.lbx)
(./Manuscrit.aux (./Chapitre1.aux))
(/usr/local/texlive/2011/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) ABD: EveryShipout initializing macros
(/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/oberdiek/grfext.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
(/usr/local/texlive/2011/texmf-dist/tex/latex/hyperref/nameref.sty
(/usr/local/texlive/2011/texmf-dist/tex/generic/oberdiek/gettitlestring.sty))
(./Manuscrit.out) (./Manuscrit.out)
No file Manuscrit.bbl.
(./Chapitre1.tex
Chapitre 1.
(/usr/local/texlive/2011/texmf-dist/tex/latex/lm/ot1lmr.fd)
(/usr/local/texlive/2011/texmf-dist/tex/latex/lm/omllmm.fd)
(/usr/local/texlive/2011/texmf-dist/tex/latex/lm/omslmsy.fd)
(/usr/local/texlive/2011/texmf-dist/tex/latex/lm/omxlmex.fd)

LaTeX Warning: Citation 'Valles-Bachelier-1950' on page 1 undefined on 
input li
ne 23.

Underfull \hbox (badness 4266) in paragraph at lines 242--242
\T1/lmr/m/n/10 de 30 ans n'ayant

Underfull \hbox (badness 4254) in paragraph at lines 242--242
\T1/lmr/m/n/10 pas b�-n�-fi-ci� d'une

LaTeX Warning: Float too large for page by 29.57513pt on input line 248.

LaTeX Warning: There were undefined references.

Package biblatex Warning: Please (re)run Biber on the file:
(biblatex) Manuscrit
(biblatex) and rerun LaTeX afterwards.

)
(see the transcript file for additional 
information){/usr/local/texlive/2011/te
xmf-dist/fonts/enc/dvips/lm/lm-ec.enc}{/usr/local/texlive/2011/texmf-dist/fonts
/enc/dvips/cm-super/cm-super-t1.enc}</usr/local/texlive/2011/texmf-dist/fonts/t
ype1/public/lm/lmbx10.pfb></usr/local/texlive/2011/texmf-dist/fonts/type1/publi
c/lm/lmbx12.pfb></usr/local/texlive/2011/texmf-dist/fonts/type1/public/lm/lmbx8
.pfb></usr/local/texlive/2011/texmf-dist/fonts/type1/public/lm/lmcsc10.pfb></us
r/local/texlive/2011/texmf-dist/fonts/type1/public/lm/lmr10.pfb></usr/local/tex
live/2011/texmf-dist/fonts/type1/public/lm/lmr7.pfb></usr/local/texlive/2011/te
xmf-dist/fonts/type1/public/lm/lmr8.pfb></usr/local/texlive/2011/texmf-dist/fon
ts/type1/public/lm/lmri10.pfb></usr/local/texlive/2011/texmf-dist/fonts/type1/p
ublic/cm-super/sfxc1200.pfb>
Output written on Manuscrit.pdf (31 pages, 342926 bytes).
Transcript written on Manuscrit.log.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

> puis à :
>
> biber toto
>
>    

Le log suivant :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

manu <at> Manu-laptop:~/Universitaire/These/Manuscrit$ biber Manuscrit.tex
INFO - This is Biber 0.9.8
INFO - Logfile is 'Manuscrit.tex.blg'
ERROR - Cannot find control file 'Manuscrit.tex.bcf'! - did you pass the 
"backend=biber" option to BibLaTeX?
INFO - ERRORS: 1

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

> et donne-nous le résultat.
>
> Une remarque générale : pour régler ce genre de problème, tu peux te
> créer ton propre ECM et le tester avant de le faire sur le fichier
> grandeur nature.
>    

Ok. J'ai coupé quelques "LaTeX Warning: Citation" pour le message soit 
pas trop long...

Denis Bitouzé | 16 Feb 14:35
Picon

Re: Texlive 2011 et Texstudio

Le jeudi 16/02/12 à 09h26,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> Le 15/02/2012 22:37, Denis Bitouzé a écrit :
> > Le mercredi 15/02/12 à 22h10,
> > Emmanuel Porte<emmanuel.porte <at> univ-lyon2.fr>  a écrit :
> >
> >    
> >> Désolé pour ces derniers embêtements !
> >>      
> > On touche au but ! À nouveau, allons-y progressivement :
> >
> > 1. Comment est appelé le fichier .bib dans le fichier .tex ?
> >    
> Le fichier .bib se nomme bibliographie.bib
> Le fichier .tex s'appelle Manuscrit.tex et fait appel à
> Chapitre1.tex, Chapitre2.tex, etc...

OK mais j'entendais « quelle commande est utilisée pour charger la
bibliographie » ? Avec les versions récentes de biblatex, ce devrait
être :

\addbibresource{bibliographie.bib}

/avec/ l'extension .bib.

> > 2. Ces 2 fichiers sont-ils dans le même répertoire ?
> >    
> Oui (ainsi que les fichiers chapitres)

OK.

> > 3. Essaie de compiler en ligne de commandes. Si le fichier .tex se
> > nomme disons toto.tex, procède à :
> >
> > pdflatex toto
> >    
> Donne le log suivant :
> 
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> 
> manu <at> Manu-laptop:~/Universitaire/These/Manuscrit$ pdflatex
> Manuscrit.tex
> 
> [...]

OK, rien de spécial à noter après un survol rapide.

> Package biblatex Warning: Please (re)run Biber on the file:
> (biblatex) Manuscrit
> (biblatex) and rerun LaTeX afterwards.

Biber est donc à runner sur Manuscrit et non, cf. ci-dessous, sur
Manuscrit.tex...

> > puis à :
> >
> > biber toto
> 
> Le log suivant :
> 
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> 
> manu <at> Manu-laptop:~/Universitaire/These/Manuscrit$ biber Manuscrit.tex
> INFO - This is Biber 0.9.8
> INFO - Logfile is 'Manuscrit.tex.blg'
> ERROR - Cannot find control file 'Manuscrit.tex.bcf'! - did you pass
> the "backend=biber" option to BibLaTeX?
> INFO - ERRORS: 1

Boum, paf ! Il fallait lancer biber sur toto, pas sur toto.tex :) Ce
log te montre qu'aucun fichier de contrôle Manuscrit.tex.bcf n'a été
trouvé. Si tu avais lancé :

non pas :

biber Manuscrit.tex

mais :

biber Manuscrit

ça aurait cherché (et trouvé car je suis sûr qu'il s'y trouve) le
fichier de contrôle Manuscrit.bcf. Voilà, il te suffit donc de lancer :

biber Manuscrit

puis :

pdflatex Manuscrit

pour que ça fonctionne !
--

-- 
Denis

Emmanuel Porte | 16 Feb 15:07
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 16/02/2012 14:35, Denis Bitouzé a écrit :
> Le jeudi 16/02/12 à 09h26,
> Emmanuel Porte<emmanuel.porte <at> univ-lyon2.fr>  a écrit :
>
>    
>> Le 15/02/2012 22:37, Denis Bitouzé a écrit :
>>      
>>> Le mercredi 15/02/12 à 22h10,
>>> Emmanuel Porte<emmanuel.porte <at> univ-lyon2.fr>   a écrit :
>>>
>>>
>>>        
>>>> Désolé pour ces derniers embêtements !
>>>>
>>>>          
>>> On touche au but ! À nouveau, allons-y progressivement :
>>>
>>> 1. Comment est appelé le fichier .bib dans le fichier .tex ?
>>>
>>>        
>> Le fichier .bib se nomme bibliographie.bib
>> Le fichier .tex s'appelle Manuscrit.tex et fait appel à
>> Chapitre1.tex, Chapitre2.tex, etc...
>>      
> OK mais j'entendais « quelle commande est utilisée pour charger la
> bibliographie » ? Avec les versions récentes de biblatex, ce devrait
> être :
>
> \addbibresource{bibliographie.bib}
>
> /avec/ l'extension .bib.
>
>    
Désolé, j'avais compris. Donc, ça c'est fait, je l'ai modifié dans 
bredele_new.cls
>>> 2. Ces 2 fichiers sont-ils dans le même répertoire ?
>>>
>>>        
>> Oui (ainsi que les fichiers chapitres)
>>      
> OK.
>
>    
>>> 3. Essaie de compiler en ligne de commandes. Si le fichier .tex se
>>> nomme disons toto.tex, procède à :
>>>
>>> pdflatex toto
>>>
>>>        
>> Donne le log suivant :
>>
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>>
>> manu <at> Manu-laptop:~/Universitaire/These/Manuscrit$ pdflatex
>> Manuscrit.tex
>>
>> [...]
>>      
> OK, rien de spécial à noter après un survol rapide.
>
>    
>> Package biblatex Warning: Please (re)run Biber on the file:
>> (biblatex) Manuscrit
>> (biblatex) and rerun LaTeX afterwards.
>>      
> Biber est donc à runner sur Manuscrit et non, cf. ci-dessous, sur
> Manuscrit.tex...
>
>    
>>> puis à :
>>>
>>> biber toto
>>>        
>> Le log suivant :
>>
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>>
>> manu <at> Manu-laptop:~/Universitaire/These/Manuscrit$ biber Manuscrit.tex
>> INFO - This is Biber 0.9.8
>> INFO - Logfile is 'Manuscrit.tex.blg'
>> ERROR - Cannot find control file 'Manuscrit.tex.bcf'! - did you pass
>> the "backend=biber" option to BibLaTeX?
>> INFO - ERRORS: 1
>>      
> Boum, paf ! Il fallait lancer biber sur toto, pas sur toto.tex :) Ce
> log te montre qu'aucun fichier de contrôle Manuscrit.tex.bcf n'a été
> trouvé. Si tu avais lancé :
>
> non pas :
>
> biber Manuscrit.tex
>
> mais :
>
> biber Manuscrit
>
> ça aurait cherché (et trouvé car je suis sûr qu'il s'y trouve) le
> fichier de contrôle Manuscrit.bcf. Voilà, il te suffit donc de lancer :
>
> biber Manuscrit
>
> puis :
>
> pdflatex Manuscrit
>
> pour que ça fonctionne !
>    

Alors lorsque je lance "biber Manuscrit", j'obtiens le log suivant :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
manu <at> Manu-laptop:~/Universitaire/These/Manuscrit$ biber Manuscrit
INFO - This is Biber 0.9.8
INFO - Logfile is 'Manuscrit.blg'
INFO - Reading 'Manuscrit.bcf'
INFO - Found 42 citekeys in bib section 0
INFO - Processing bib section 0
INFO - Looking for bibtex format file 'bibliographie.bib' for section 0
INFO - Decoding LaTeX character macros into UTF-8
INFO - Finished Decoding LaTeX character macros into UTF-8
INFO - Found BibTeX data source 'bibliographie.bib'
WARN - Entry 
Caron_Generationsromantiques.LesetudiantsdeParisetleQuartierlatin does 
not parse correctly
WARN - Invalid or undefined BibTeX entry key in file 
'/tmp/5npq72cHjb/bibliographie.bib_4609.utf8', skipping ...
WARN - Entry Monchablon_100ans does not parse correctly
WARN - BibTeX subsystem: /tmp/5npq72cHjb/bibliographie.bib_4609.utf8, 
line 543, warning: "(" in strange place -- should get a syntax error
ERROR - BibTeX subsystem: /tmp/5npq72cHjb/bibliographie.bib_4609.utf8, 
line 543, syntax error: found "(", expected ","
INFO - WARNINGS: 4
INFO - ERRORS: 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Je pense pourtant avoir suivi minutieusement ce que tu m'as indiqué...

Denis Bitouzé | 16 Feb 15:27
Picon

Re: Texlive 2011 et Texstudio

Le jeudi 16/02/12 à 15h07,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

(Essaie, lorsque tu réponds, de ne reproduire que la partie
intéressante du message.)

> Alors lorsque je lance "biber Manuscrit", j'obtiens le log suivant :
> 
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> manu <at> Manu-laptop:~/Universitaire/These/Manuscrit$ biber Manuscrit
> INFO - This is Biber 0.9.8
> INFO - Logfile is 'Manuscrit.blg'
> INFO - Reading 'Manuscrit.bcf'
> INFO - Found 42 citekeys in bib section 0
> INFO - Processing bib section 0
> INFO - Looking for bibtex format file 'bibliographie.bib' for section
> 0 INFO - Decoding LaTeX character macros into UTF-8
> INFO - Finished Decoding LaTeX character macros into UTF-8
> INFO - Found BibTeX data source 'bibliographie.bib'

On avance ! :)

> WARN - Entry 
> Caron_Generationsromantiques.LesetudiantsdeParisetleQuartierlatin
> does not parse correctly
> WARN - Invalid or undefined BibTeX entry key in file 
> '/tmp/5npq72cHjb/bibliographie.bib_4609.utf8', skipping ...
> WARN - Entry Monchablon_100ans does not parse correctly
> WARN - BibTeX subsystem: /tmp/5npq72cHjb/bibliographie.bib_4609.utf8, 
> line 543, warning: "(" in strange place -- should get a syntax error
> ERROR - BibTeX
> subsystem: /tmp/5npq72cHjb/bibliographie.bib_4609.utf8, line 543,
> syntax error: found "(", expected "," INFO - WARNINGS: 4
> INFO - ERRORS: 1
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Cela semble être une erreur de syntaxe biblatex, entrée «
Caron_Generationsromantiques.LesetudiantsdeParisetleQuartierlatin
», ligne 543 du fichier bibliographie.bib. Peux-tu la vérifier ?
--

-- 
Denis

Emmanuel Porte | 16 Feb 15:45
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 16/02/2012 15:27, Denis Bitouzé a écrit :
> Le jeudi 16/02/12 à 15h07,
> Emmanuel Porte<emmanuel.porte <at> univ-lyon2.fr>  a écrit :
>
> (Essaie, lorsque tu réponds, de ne reproduire que la partie
> intéressante du message.)
>
>
D'accord ! Désolé.
>
>> WARN - Entry
>> Caron_Generationsromantiques.LesetudiantsdeParisetleQuartierlatin
>> does not parse correctly
>> WARN - Invalid or undefined BibTeX entry key in file
>> '/tmp/5npq72cHjb/bibliographie.bib_4609.utf8', skipping ...
>> WARN - Entry Monchablon_100ans does not parse correctly
>> WARN - BibTeX subsystem: /tmp/5npq72cHjb/bibliographie.bib_4609.utf8,
>> line 543, warning: "(" in strange place -- should get a syntax error
>> ERROR - BibTeX
>> subsystem: /tmp/5npq72cHjb/bibliographie.bib_4609.utf8, line 543,
>> syntax error: found "(", expected "," INFO - WARNINGS: 4
>> INFO - ERRORS: 1
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>>
> Cela semble être une erreur de syntaxe biblatex, entrée «
> Caron_Generationsromantiques.LesetudiantsdeParisetleQuartierlatin
> », ligne 543 du fichier bibliographie.bib. Peux-tu la vérifier ?
>

Alors, il y avait effectivement deux erreurs (Monchablon_100ans  et 
Caron_) dans des références (j'avais laissé des parenthèses dans la clef 
bibtex)... Oups
Après correction de ces erreurs, le log donne ça :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
manu <at> Manu-laptop:~/Universitaire/These/Manuscrit$ biber Manuscrit
INFO - This is Biber 0.9.8
INFO - Logfile is 'Manuscrit.blg'
INFO - Reading 'Manuscrit.bcf'
INFO - Found 42 citekeys in bib section 0
INFO - Processing bib section 0
INFO - Looking for bibtex format file 'bibliographie.bib' for section 0
INFO - Decoding LaTeX character macros into UTF-8
INFO - Finished Decoding LaTeX character macros into UTF-8
INFO - Found BibTeX data source 'bibliographie.bib'
WARN - Invalid or undefined BibTeX entry key in file 
'/tmp/yvfLjB_YZ7/bibliographie.bib_4862.utf8', skipping ...
ERROR - BibTeX subsystem: /tmp/yvfLjB_YZ7/bibliographie.bib_4862.utf8, 
line 2233, syntax error: found ",", expected one of: number, name (entry 
type, key, field, or macro name), end of entry ("}" or ")") or quoted 
string ({...} or "...")
INFO - WARNINGS: 1
INFO - ERRORS: 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

J'apprends plein de choses pour devenir autonome en tout cas, c'est agréable

Denis Bitouzé | 16 Feb 15:52
Picon

Re: Texlive 2011 et Texstudio

Le jeudi 16/02/12 à 15h45,
Emmanuel Porte <emmanuel.porte <at> univ-lyon2.fr> a écrit :

> Après correction de ces erreurs, le log donne ça :
> 
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> [...]
> WARN - Invalid or undefined BibTeX entry key in file 
> '/tmp/yvfLjB_YZ7/bibliographie.bib_4862.utf8', skipping ...
> ERROR - BibTeX
> subsystem: /tmp/yvfLjB_YZ7/bibliographie.bib_4862.utf8, line 2233,
> syntax error: found ",", expected one of: number, name (entry type,
> key, field, or macro name), end of entry ("}" or ")") or quoted
> string ({...} or "...") INFO - WARNINGS: 1
> INFO - ERRORS: 1
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> 
> J'apprends plein de choses pour devenir autonome en tout cas, c'est
> agréable

Comme le log te dit :

  line 2233, syntax error: found ",", expected one of: number, name
  (entry type, key, field, or macro name), end of entry ("}" or ")") or
  quoted string ({...} or "...")

je pense que tu vas être comblé : tu vas pouvoir, en autonomie,
corriger une autre erreur dans ton fichier .bib :) 
--

-- 
Denis

Denis Bitouzé | 15 Feb 15:10
Picon

Re: Texlive 2011 et Texstudio

Le mercredi 15/02/12 à 14h56,
Denis Bitouzé <dbitouze <at> wanadoo.fr> a écrit :

> Si celui indiqué n'est pas l'UTF-8, confirme le codage en te rendant
> dans le menu Idéfix

Je voulais dire « Éditer ».

> -> Sélectionner le codage d'entrée.
--

-- 
Denis

Emmanuel Porte | 15 Feb 15:14
Picon
Picon
Favicon
Gravatar

Re: Texlive 2011 et Texstudio

Le 15/02/2012 15:10, Denis Bitouzé a écrit :
> Le mercredi 15/02/12 à 14h56,
> Denis Bitouzé<dbitouze <at> wanadoo.fr>  a écrit :
>
>    
>> Si celui indiqué n'est pas l'UTF-8, confirme le codage en te rendant
>> dans le menu Idéfix
>>      
> Je voulais dire « Éditer ».
>
>    
>> ->  Sélectionner le codage d'entrée.
>>      

C'est ce que je pensais... mais tout est ok de ce côté là.


Gmane