IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Bibliographies - Index - Glossaires Discussion :

Biblio qui n'apparait pas dans un document LaTeX avec fichier maître


Sujet :

Bibliographies - Index - Glossaires

  1. #1
    Candidat au Club
    Femme Profil pro
    Étudiant
    Inscrit en
    Avril 2016
    Messages
    8
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 35
    Localisation : France, Hérault (Languedoc Roussillon)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Avril 2016
    Messages : 8
    Points : 3
    Points
    3
    Par défaut Biblio qui n'apparait pas dans un document LaTeX avec fichier maître
    Bonjour,

    je suis sous xubuntu et kile. C'est la première fois que je veux compiler un document LaTeX avec un fichier maître et j'ai du mal avec la bibliographie.
    Dans mon fichier preambule.tex j'ai :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    \usepackage[utf8]{inputenc}
    \usepackage[T1]{fontenc}
    % \usepackage{lipsum}% juste utile ici pour générer du faux texte}
    % \usepackage{mwe}%juste utile ici pour générer de fausses images
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%biblio%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    \usepackage[backend=biber]{biblatex}
    \addbibresource{bibliographie/My_Collection.bib}% pour indiquer où se trouve notre .bib
    \usepackage{csquotes}% pour la gestion des guillemets français.
    dans mon fichier monrapport.tex j'ai :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    \documentclass[11pt,a4paper,twoside,openright]{book}
    \include{preambule/preambule}
    \begin{document}
    \frontmatter  % début des pages liminaires
    \pagestyle{front}  %style des en-têtes pour cette partie
    \thispagestyle{empty}%pour la page de garde toute blanche
    % \include{page-de-couverture/page-de-titre}
    % \include{dedicaces/dedicaces}
    % \include{remerciements/remerciements}
    % \include{resumes/resumes}
    % \shorttableofcontents{Sommaire}{0}   %sommaire avec uniquement les chapitres
    % \addcontentsline{toc}{chapter}{Sommaire}   %ajout du sommaire dans le sommaire !
    \tableofcontents  %table des matières plus complète
    \addcontentsline{toc}{chapter}{Table des matières}  %ajout de la table des matières dans la table des matières !
    \listoffigures
    \addcontentsline{toc}{chapter}{Liste des figures}
    \listoftables
    \addcontentsline{toc}{chapter}{Liste des tableaux}
    \include{glossaire/glossaire}
    \printglossaries
    \addcontentsline{toc}{chapter}{Liste des abbréviations}
     
     
    \mainmatter   % corps du document
    \pagestyle{main}   %style des en-têtes pour cette partie
    \include{introduction/introduction}
    % \include{chapitre1/chapitre1}
    % \include{chapitre2/chapitre2}
    % \include{chapitre3/chapitre3}
    % \include{conclusion/conclusion}
    \cleardoublepage   % le corps du document est terminé
    \printbibliography
    \addcontentsline{toc}{chapter}{Bibliographie}
     
    \appendix
    \pagestyle{back}
    % \include{annexes/annexe1}
    % \include{annexes/annexe2}
     
    \backmatter
    % \printindex
    % \addcontentsline{toc}{chapter}{Index}
    % \include{page-de-couverture/quatrieme-de-couv}
    \end{document}
    et lorsque je fais la compile avec PdfLatex et BibTex puis PdfLatex (x2) j'obtiens dans le fichier ".blg" :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    [1] Config.pm:318> INFO - This is Biber 1.8
    [1] Config.pm:321> INFO - Logfile is 'monrapport.blg'
    [79] biber:275> INFO - === jeu. avril 14, 2016, 15:54:49
    [79] Biber.pm:333> INFO - Reading 'monrapport.bcf'
    [161] Biber.pm:630> INFO - Found 99 citekeys in bib section 0
    [177] Biber.pm:3053> INFO - Processing section 0
    [193] Biber.pm:3190> INFO - Looking for bibtex format file 'bibliographie/My_Collection.bib' for section 0
    [425] bibtex.pm:933> INFO - Decoding LaTeX character macros into UTF-8
    [949] bibtex.pm:808> INFO - Found BibTeX data source 'bibliographie/My_Collection.bib'
    [996] Utils.pm:169> WARN - Invalid or undefined BibTeX entry key in file '/tmp/D_U25l2Qtl/My_Collection.bib_27178.utf8', skipping ...
    [1006] Utils.pm:169> WARN - Invalid or undefined BibTeX entry key in file '/tmp/D_U25l2Qtl/My_Collection.bib_27178.utf8', skipping ...
    [1011] Utils.pm:169> WARN - Invalid or undefined BibTeX entry key in file '/tmp/D_U25l2Qtl/My_Collection.bib_27178.utf8', skipping ...
    [1017] Utils.pm:169> WARN - Invalid or undefined BibTeX entry key in file '/tmp/D_U25l2Qtl/My_Collection.bib_27178.utf8', skipping ...
    [1168] Utils.pm:169> WARN - Name "{Stephen A. Goff, 1* Darrell Ricke, 1 Tien-Hung Lan, 1 Gernot Presting, 1 Ronglin Wang, 1 Molly Dunn}, 1" has too many commas: skipping name
    [1169] Utils.pm:169> WARN - Name "{Jane Glazebrook, 1 Allen Sessions, 1 Paul Oeller, 1 Hemant Varma, 1 David Hadley, 1 Don Hutchison, 1 Chris Martin, 1 Fumiaki Katagiri, 1 B. Markus Lange, 1 Todd Moughamer, 1 Yu Xia, 1 Paul Budworth, 1 Jingping Zhong, 1 Trini Miguel, 1 Uta Paszkowski, 1 Sh}, 6" has too many commas: skipping name
    [1169] Utils.pm:169> WARN - Name "{Rob Cannings, 6 Alexander Gutin, 6 Dmitry Pruss, 6 Julia Reid, 6 Sean Tavtigian, 6 Jeff Mitchell, 6 Glenn Eldredge, 6 Terri Scholl, 6 Rose Mary Miller, 6 Satish Bhatnagar, 6 Nils Adey}, 6" has too many commas: skipping name
    [1169] Utils.pm:169> WARN - Name "{Todd Rubano, 6† Nadeem Tusneem, 6 Rosann Robinson, 6 Jane Feldhaus, 6 Teresita Macalma, 6 Arnold Oliphant}, 6† Steven" has too many commas: skipping name
    [1277] Utils.pm:169> WARN - Name "{Tsuyoshi Tanaka1, Baltazar A. Antonio1, Shoshi Kikuchi1, Takashi Matsumoto1, Yoshiaki Nagamura1, Hisataka Numa1, Hiroaki Sakai1, Jianzhong Wu1, Takeshi Itoh1, 2, y}, Takuji Sasaki1" has too many commas: skipping name
    [1313] Utils.pm:185> ERROR - BibTeX subsystem: /tmp/D_U25l2Qtl/My_Collection.bib_27178.utf8, line 6393, syntax error: found ",", expected one of: number, name (entry type, key, field, or macro name), end of entry ("}" or ")") or quoted string ({...} or "...")
    [1313] Biber.pm:105> INFO - WARNINGS: 9
    [1313] Biber.pm:109> INFO - ERRORS: 1
    mon fichier ".bbl" est vide.
    Concernant le PDF final
    1/ les commandes \cite fonctionnent, mes références apparaissent normalement et pas en [??] par contre pas de section Bibliographie...

    Si quelqu'un à une idée du pourquoi ça ne fonctionne pas ? Je vous en serez très reconnaissante !

    Merci d'avance, en espérant n'avoir rien oublié .

  2. #2
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2014
    Messages
    344
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Haute Vienne (Limousin)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Mai 2014
    Messages : 344
    Points : 561
    Points
    561
    Par défaut
    Bonjour,

    Belle présentation du problème, félicitations

    Après lecture du fichier .blg, je dirai que le soucis se trouve dans le fichier de bibliographie. Est-ce que tu peux le poster pour qu'on puisse reproduire le problème chez nous ?
    La FAQ apporte souvent la solution aux problèmes
    Avant de demander de l'aide, pensez à faire un ECM ! Un problème bien expliqué est un problème à moitié résolu .

  3. #3
    Candidat au Club
    Femme Profil pro
    Étudiant
    Inscrit en
    Avril 2016
    Messages
    8
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 35
    Localisation : France, Hérault (Languedoc Roussillon)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Avril 2016
    Messages : 8
    Points : 3
    Points
    3
    Par défaut
    Bonjour,

    alors mon fichier biblio est assez conséquent (je rédige ma thèse en fait ) je vais donc en montrer une partie en espérant que ça suffise à identifier le problème ...

    Mais déjà merci pour avoir pris du temps pour moi =)

    Bonne journée !

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    @article{Rhoads2015,
    abstract = {Single-molecule, real-time sequencing developed by Pacific BioSciences offers longer read lengths than the second-generation sequencing (SGS) technologies, making it well-suited for unsolved problems in genome, transcriptome, and epigenetics research. The highly-contiguous de novo assemblies using PacBio sequencing can close gaps in current reference assemblies and characterize structural variation (SV) in personal genomes. With longer reads, we can sequence through extended repetitive regions and detect mutations, many of which are associated with diseases. Moreover, PacBio transcriptome sequencing is advantageous for the identification of gene isoforms and facilitates reliable discoveries of novel genes and novel isoforms of annotated genes, due to its ability to sequence full-length transcripts or fragments with significant lengths. Additionally, PacBio's sequencing technique provides information that is useful for the direct detection of base modifications, such as methylation. In addition to using PacBio sequencing alone, many hybrid sequencing strategies have been developed to make use of more accurate short reads in conjunction with PacBio long reads. In general, hybrid sequencing strategies are more affordable and scalable especially for small-size laboratories than using PacBio Sequencing alone. The advent of PacBio sequencing has made available much information that could not be obtained via SGS alone.},
    author = {Rhoads, Anthony and Au, Kin Fai},
    doi = {10.1016/j.gpb.2015.08.002},
    file = {:home/cecile/Publis/main.pdf:pdf},
    isbn = {1672-0229},
    issn = {22103244},
    journal = {Genomics, Proteomics and Bioinformatics},
    keywords = {3rd generation sequencing,De novo assembly,Gene isoform detection,Hybrid sequencing,Methylation,Third-generation sequencing,pacbio},
    mendeley-tags = {3rd generation sequencing,pacbio},
    number = {5},
    pages = {278--289},
    pmid = {26542840},
    publisher = {Beijing Institute of Genomics, Chinese Academy of Sciences and Genetics Society of China},
    title = {{PacBio Sequencing and Its Applications}},
    url = {http://dx.doi.org/10.1016/j.gpb.2015.08.002},
    volume = {13},
    year = {2015}
    }
    @article{Laver2015,
    abstract = {The Oxford Nanopore Technologies (ONT) MinION is a new sequencing technology that potentially offers read lengths of tens of kilobases (kb) limited only by the length of DNA molecules presented to it. The device has a low capital cost, is by far the most portable DNA sequencer available, and can produce data in real-time. It has numerous prospective applications including improving genome sequence assemblies and resolution of repeat-rich regions. Before such a technology is widely adopted, it is important to assess its performance and limitations in respect of throughput and accuracy. In this study we assessed the performance of the MinION by re-sequencing three bacterial genomes, with very different nucleotide compositions ranging from 28.6{\%} to 70.7{\%}; the high G. +. C strain was underrepresented in the sequencing reads. We estimate the error rate of the MinION (after base calling) to be 38.2{\%}. Mean and median read lengths were 2. kb and 1. kb respectively, while the longest single read was 98. kb. The whole length of a 5. kb rRNA operon was covered by a single read. As the first nanopore-based single molecule sequencer available to researchers, the MinION is an exciting prospect; however, the current error rate limits its ability to compete with existing sequencing technologies, though we do show that MinION sequence reads can enhance contiguity of de novo assembly when used in conjunction with Illumina MiSeq data.},
    author = {Laver, T. and Harrison, J. and O'Neill, P. A. and Moore, K. and Farbos, A. and Paszkiewicz, K. and Studholme, D. J.},
    doi = {10.1016/j.bdq.2015.02.001},
    file = {:home/cecile/Publis/laver2015.pdf:pdf},
    issn = {22147535},
    journal = {Biomolecular Detection and Quantification},
    keywords = {DNA sequencing,MinION,Nanopore},
    pages = {1--8},
    pmid = {26753127},
    publisher = {Elsevier GmbH},
    title = {{Assessing the performance of the Oxford Nanopore Technologies MinION}},
    url = {http://dx.doi.org/10.1016/j.bdq.2015.02.001},
    volume = {3},
    year = {2015}
    }
    @article{Gordon2016,
    author = {{Gordon, David; Huddleston, John; Chaisson, Mark; Hill, Christopher; Kronenberg , Zev; Munson, Katherine; Malig, Maika; Raja, Archana; Fiddes, Ian; Hillier, LaDeana; Dunn, Christopher; Baker, Carl; Armstrong, Joel; Diekhans, Mark; Paten, Benedict; Shendure}, Evan},
    file = {:home/cecile/Publis/aae0344.full.pdf:pdf},
    keywords = {3rd generation sequencing,assemblage,pan-genome},
    mendeley-tags = {3rd generation sequencing,pan-genome,assemblage},
    title = {{Long-read sequence assembly of the gorilla genome}}
    }
    @article{Santos2016,
    author = {Santos, Leonardo N. and Silva, Eduardo S. and Santos, Andr{\'{e}} S. and {De S{\'{a}}}, Pablo H. and Ramos, Rommel T. and Silva, Artur and Cooper, Philip J. and Barreto, Maur{\'{i}}cio L. and Loureiro, Sebasti{\~{a}}o and Pinheiro, Carina S. and Alcantara-Neves, Neuza M. and Pacheco, Luis G.C.},
    doi = {10.1016/j.actatropica.2016.03.036},
    file = {:home/cecile/Publis/1-s2.0-S0001706X16301474-main.pdf:pdf},
    issn = {0001706X},
    journal = {Acta Tropica},
    keywords = {3rd generation sequencing,pan-genome,transcriptome},
    mendeley-tags = {3rd generation sequencing,transcriptome,pan-genome},
    pages = {132--141},
    publisher = {Elsevier B.V.},
    title = {{De novo assembly and characterization of the Trichuris trichiura adult worm transcriptome using Ion Torrent sequencing}},
    url = {http://linkinghub.elsevier.com/retrieve/pii/S0001706X16301474},
    volume = {159},
    year = {2016}
    }
    @article{Hatem2013,
    file = {:home/cecile/Publis/art{\%}3A10.1186{\%}2F1471-2105-14-184.pdf:pdf},
    keywords = {benchmark,mapping,next-generation sequencing,sequence analysis,short sequence mapping,tools},
    mendeley-tags = {mapping,tools},
    title = {{Benchmarking short sequence mapping tools ˘ 2 ,}},
    year = {2013}
    }
    @article{Fonseca2012a,
    abstract = {MOTIVATION: A ubiquitous and fundamental step in high-throughput sequencing analysis is the alignment (mapping) of the generated reads to a reference sequence. To accomplish this task, numerous software tools have been proposed. Determining the mappers that are most suitable for a specific application is not trivial. RESULTS: This survey focuses on classifying mappers through a wide number of characteristics. The goal is to allow practitioners to compare the mappers more easily and find those that are most suitable for their specific problem.},
    author = {Fonseca, Nuno A. and Rung, Johan and Brazma, Alvis and Marioni, John C.},
    doi = {10.1093/bioinformatics/bts605},
    file = {:home/cecile/Publis/Bioinformatics-2012-Fonseca-3169-77.pdf:pdf},
    isbn = {1367-4811 (Electronic)$\backslash$r1367-4803 (Linking)},
    issn = {13674803},
    journal = {Bioinformatics},
    keywords = {mapping,tools},
    mendeley-tags = {mapping,tools},
    number = {24},
    pages = {3169--3177},
    pmid = {23060614},
    title = {{Tools for mapping high-throughput sequencing data}},
    volume = {28},
    year = {2012}
    }
    @article{Dai2012,
    abstract = {UNLABELLED: As advances in life sciences and information technology bring profound influences on bioinformatics due to its interdisciplinary nature, bioinformatics is experiencing a new leap-forward from in-house computing infrastructure into utility-supplied cloud computing delivered over the Internet, in order to handle the vast quantities of biological data generated by high-throughput experimental technologies. Albeit relatively new, cloud computing promises to address big data storage and analysis issues in the bioinformatics field. Here we review extant cloud-based services in bioinformatics, classify them into Data as a Service (DaaS), Software as a Service (SaaS), Platform as a Service (PaaS), and Infrastructure as a Service (IaaS), and present our perspectives on the adoption of cloud computing in bioinformatics.$\backslash$n$\backslash$nREVIEWERS: This article was reviewed by Frank Eisenhaber, Igor Zhulin, and Sandor Pongor.},
    author = {Dai, Lin and Gao, Xin and Guo, Yan and Xiao, Jingfa and Zhang, Zhang},
    doi = {10.1186/1745-6150-7-43},
    file = {:home/cecile/Publis/1745-6150-7-43.pdf:pdf},
    isbn = {1745-6150},
    issn = {1745-6150},
    journal = {Biology direct},
    keywords = {Access to Information,Computational Biology,Computational Biology: methods,Data Collection,Information Storage and Retrieval,Information Storage and Retrieval: classification,Information Storage and Retrieval: methods,Internet,Software,User-Computer Interface,cloud},
    mendeley-tags = {cloud},
    pages = {43; discussion 43},
    pmid = {23190475},
    title = {{Bioinformatics clouds for big data manipulation.}},
    url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3533974{\&}tool=pmcentrez{\&}rendertype=abstract},
    volume = {7},
    year = {2012}
    }

  4. #4
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2014
    Messages
    344
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Haute Vienne (Limousin)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Mai 2014
    Messages : 344
    Points : 561
    Points
    561
    Par défaut
    Le soucis provient bien du fichier de bibliographie.

    LaTeX indiquait une erreur dans le fichier .bbl, à la ligne 26 dans mon cas. Je suis donc allé voir ce qu'il se passait et si je retrouvais le message d'erreur. Effectivement, à la ligne 26, il y avait cette séquence ˘. J'ai repéré d'où venait cette séquence pour la retrouver dans le fichier de bibliographie et c'est l'article Hatem2013 qui pose problème. En effet, dans le titre, tu as :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    {Benchmarking short sequence mapping tools ˘ 2 ,}
    C'est le fameux ˘ qui pose problème. En le supprimant, le soucis disparait et la bibliographie apparait bien.

    Se pose alors un nouveau problème que je ne saurais résoudre… ce symbole n'est pas là pour rien je suppose, et il a un sens. Comment le faire comprendre et accepter par BibLaTeX… ? Peut être en fouillant la documentation de BibLaTeX, en passant par XeLaTeX qui a moins de mal avec l'UTF-8… Ce ne sont que des pistes.
    La FAQ apporte souvent la solution aux problèmes
    Avant de demander de l'aide, pensez à faire un ECM ! Un problème bien expliqué est un problème à moitié résolu .

  5. #5
    Candidat au Club
    Femme Profil pro
    Étudiant
    Inscrit en
    Avril 2016
    Messages
    8
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 35
    Localisation : France, Hérault (Languedoc Roussillon)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Avril 2016
    Messages : 8
    Points : 3
    Points
    3
    Par défaut
    J'ai essayé de généré une biblio avec seulement les références que j'avais posté sur le forum en supprimant l'erreur que vous avez trouvé, mais hélas chez moi ça ne fonctionne toujours pas ...
    Je me demande si ça ne vient pas de biber ... mais comme je n'y connais pas grand chose je préfère vous faire une copie d'écran :
    Nom : debugLatex.png
Affichages : 2201
Taille : 402,0 Ko

    Je ne sais pas si c'est bien comme ça qu'il faut configurer BibTex...

    Sinon je ne vois pas ...
    Mais merci déjà, je vais pouvoir revérifier l'ensemble de ma biblio pour être certaine qu'il n'y a pas d'autres symboles étranges cachés

  6. #6
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2014
    Messages
    344
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Haute Vienne (Limousin)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Mai 2014
    Messages : 344
    Points : 561
    Points
    561
    Par défaut
    Je n'y connais rien du tout en configuration d'éditeur, et encore moins sous Linux.

    Pour vérifier que le code est bon, je t'invite à essayer de compiler depuis le terminal (incontournable sous Linux).

    Quelques commandes de bases pour s'en sortir :

    • cd <nom_du_dossier> : permet de se déplacer de dossier en dossier ;
    • pwd : permet d'afficher le dossier courant ;
    • ls : affiche la liste des fichiers et dossiers du dossier courant ;
    • clear : fait un peu de ménage dans le terminal (c'est accessoire mais ça permet de prendre un peu l'air parfois).


    Donc, pour compiler un document LaTeX depuis le terminal, il faut te rendre dans le dossier du projet (à la racine, là où tu as ton document maitre). Dans ce dossier, tu lances les commandes :

    1. pdflatex <fichier_maitre>.tex
    2. biber <fichier_maitre> (sans extension)
    3. pdflatex <fichier_maitre>.tex (x2 pour résoudre les références)


    C'est exactement la procédure que j'ai suivi (sous Mac mais ça ne change pas grand chose). Dis moi si elle fonctionne avec le code que tu as posté. Si ça fonctionne, on pourra conclure que c'est un problème de configuration de l'éditeur.

    N'hésite pas non plus à éplucher les fichiers de log (.log, .blg, …), il y a souvent toutes les informations nécessaires pour résoudre les problèmes

    Bon courage
    La FAQ apporte souvent la solution aux problèmes
    Avant de demander de l'aide, pensez à faire un ECM ! Un problème bien expliqué est un problème à moitié résolu .

  7. #7
    Candidat au Club
    Femme Profil pro
    Étudiant
    Inscrit en
    Avril 2016
    Messages
    8
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 35
    Localisation : France, Hérault (Languedoc Roussillon)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Avril 2016
    Messages : 8
    Points : 3
    Points
    3
    Par défaut
    Oups désolé erreur de ma part j'avais fait une faute de frappe
    Ça fonctionne bien désormais avec le "petit" fichier !

    J'espère que je vais trouver comment faire avec ma biblio entière.

    Merci beaucoup en tout cas !

  8. #8
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2014
    Messages
    344
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Haute Vienne (Limousin)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Mai 2014
    Messages : 344
    Points : 561
    Points
    561
    Par défaut
    Pas de soucis

    J'espère aussi que la compilation va bien se passer. N'hésite pas si tu rencontres de nouveaux problèmes
    La FAQ apporte souvent la solution aux problèmes
    Avant de demander de l'aide, pensez à faire un ECM ! Un problème bien expliqué est un problème à moitié résolu .

  9. #9
    Candidat au Club
    Femme Profil pro
    Étudiant
    Inscrit en
    Avril 2016
    Messages
    8
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 35
    Localisation : France, Hérault (Languedoc Roussillon)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Avril 2016
    Messages : 8
    Points : 3
    Points
    3
    Par défaut
    Bon finalement, après avoir transféré l'ensemble de ma biblio 10 par 10 j'ai reussi à générer une bibliographie complète !
    MERCI BEAUCOUP !



    Bon Weekend !

  10. #10
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2014
    Messages
    344
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Haute Vienne (Limousin)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Mai 2014
    Messages : 344
    Points : 561
    Points
    561
    Par défaut
    Avec plaisir.

    Bon week end également, et bon courage pour la rédaction de ta thèse
    La FAQ apporte souvent la solution aux problèmes
    Avant de demander de l'aide, pensez à faire un ECM ! Un problème bien expliqué est un problème à moitié résolu .

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Une vue qui n'apparait pas dans un menu
    Par hassan_wahsiss dans le forum Odoo (ex-OpenERP)
    Réponses: 5
    Dernier message: 09/06/2015, 18h06
  2. [2.x] Champ File qui n'apparait pas dans le formulaire (imbriqué)
    Par pixel016 dans le forum Symfony
    Réponses: 2
    Dernier message: 24/11/2014, 11h12
  3. Réponses: 7
    Dernier message: 19/06/2011, 13h40
  4. Bouton qui n'apparait pas dans la toolbox
    Par ketaaa dans le forum Windows Forms
    Réponses: 32
    Dernier message: 03/02/2010, 12h49
  5. Elément qui n'apparait pas dans le SELECT
    Par mattyeux dans le forum Balisage (X)HTML et validation W3C
    Réponses: 3
    Dernier message: 06/11/2007, 17h04

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo