source: trunk/data/superbib01.tex

Last change on this file was 72, checked in by pinsard, 16 years ago

add data/superbib01.tex for bibtex test

  • Property svn:keywords set to Id
File size: 723 bytes
Line 
1% module :
2% a minimal TeX file to see the result of XML to bibtex
3% transformation
4%
5% original location :
6% /usr/home/fplod/src/superbib_ws/data/superbib01.tex sur aedon.locean-ipsl.upmc.fr
7%
8% update :
9% $Id$
10% fplod 2008-05-15T10:10:21Z aedon.locean-ipsl.upmc.fr (Darwin)
11% creation
12%
13\documentclass[a4paper]{article}
14\usepackage{hyperref}
15\usepackage{makeidx}
16\usepackage{hyperref}
17\usepackage{fancyhdr}
18\usepackage{times}
19\usepackage[latin1]{inputenc}
20\usepackage[T1]{fontenc}
21\begin{document}
22%
23\sloppy
24%
25\title%
26{demo1}%
27\author{moi}
28\date{\today}
29\maketitle
30\newpage
31% force to include all entry of the bibliography
32\nocite{*}
33
34% bibliography
35\bibliographystyle{plain}
36\bibliography{superbib01}
37%
38\end{document}
Note: See TracBrowser for help on using the repository browser.