Skeleton bibtex latex

Exercices, projets etc relatifs au Master d'Informatique
Post Reply
User avatar
Johan HERRMANN
Posts: 24
Joined: Mon Sep 22, 2008 1:14 pm

Skeleton bibtex latex

Post by Johan HERRMANN » Thu Dec 03, 2009 7:29 pm

Donc voila un petit message sur le ton forum pour te demander un squelette de fichier .tex qui inclut un fichier .bib (avec à la rigueur un exemple dedans). Si il pouvais y avoir un makefile en plus se serrais très gentil.

Voila merci beaucoup. A demain pour la SVT.

User avatar
Vincent
Posts: 3077
Joined: Fri Apr 07, 2006 12:10 pm
Location: Schtroumpf
Contact:

Re: Skeleton bibtex latex

Post by Vincent » Thu Dec 03, 2009 7:58 pm

Yop; j'essayerai de poster ça demain soir :)
{ Vincent Hugot }

User avatar
Mathias COQBLIN
Membre projet CRT
Posts: 130
Joined: Mon Apr 13, 2009 10:20 pm
Location: 127.0.0.1

Re: Skeleton bibtex latex

Post by Mathias COQBLIN » Thu Dec 03, 2009 11:53 pm

C'est quoi ces idées à la con lancées aujourd'hui de makefile ^^'
N'importe quel éditeur type IDE peu enchainer les commandes (et vaut mieux avoir un editeur manière), au pire faire un .bat/.sh avec.
Your mom is so fat she sat on a binary tree and turned it into a linked list in constant time!

User avatar
Vincent
Posts: 3077
Joined: Fri Apr 07, 2006 12:10 pm
Location: Schtroumpf
Contact:

Re: Skeleton bibtex latex

Post by Vincent » Fri Dec 04, 2009 1:20 pm

Je ne pense pas qu'il voulait dire "makefile" au sens strict, mais plutôt "script" pour connaître le processus de compilation et savoir le faire à la main, même si en pratique c'est le boulot de l'éditeur.
{ Vincent Hugot }

User avatar
Vincent
Posts: 3077
Joined: Fri Apr 07, 2006 12:10 pm
Location: Schtroumpf
Contact:

Re: Skeleton bibtex latex

Post by Vincent » Sat Dec 05, 2009 5:09 pm

Code: Select all

%% BibTeX skeleton.

\documentclass[a4paper,12pt]{article}


\usepackage{doc} % defines \BibTeX macro
\title{\BibTeX}


\begin{document}

\maketitle
% If you want to rename the section
%\def\refname{Bibliography}
\nocite{*}
\bibliographystyle{apalike}
\bibliography{mybib} % .bib omitted

\end{document}

Pour compiler, il te faut bien sûr le .bib (ici mybib.bib) (géré de préférence avec JabRef), et il suffit de suivre les instructions en section 7 du document distribué.
{ Vincent Hugot }

User avatar
Johan HERRMANN
Posts: 24
Joined: Mon Sep 22, 2008 1:14 pm

Re: Skeleton bibtex latex

Post by Johan HERRMANN » Sun Dec 06, 2009 2:35 pm

merci

Post Reply

Who is online

Users browsing this forum: No registered users and 67 guests