apply two times latex
This commit is contained in:
parent
ea432adc6f
commit
09aef28c23
|
@ -11,6 +11,7 @@ start.pdf : start.dvi
|
||||||
|
|
||||||
start.dvi : start.tex
|
start.dvi : start.tex
|
||||||
latex start.tex
|
latex start.tex
|
||||||
|
latex start.tex
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
rm -f $(MYFILE).ps $(MYFILE).pdf *.log *.dvi *.aux
|
rm -f $(MYFILE).ps $(MYFILE).pdf *.log *.dvi *.aux
|
||||||
|
|
|
@ -5,11 +5,11 @@
|
||||||
% Version for Alliance releases 2.0 and up by Frederic Petrot
|
% Version for Alliance releases 2.0 and up by Frederic Petrot
|
||||||
% Modified by czo for Alliance release 4.0 (01/2000)
|
% Modified by czo for Alliance release 4.0 (01/2000)
|
||||||
% TODO : no fully working, needs some adjustements
|
% TODO : no fully working, needs some adjustements
|
||||||
% $Id: start.tex,v 1.5 2004/10/16 12:52:13 fred Exp $
|
% $Id: start.tex,v 1.6 2007/12/26 12:47:12 xtof Exp $
|
||||||
%
|
%
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\documentclass{article}
|
\documentclass{article}
|
||||||
\usepackage{charter,doublespace,here,fancybox}
|
\usepackage{charter,setspace,here,fancybox}
|
||||||
\textwidth 15cm
|
\textwidth 15cm
|
||||||
\textheight 23cm
|
\textheight 23cm
|
||||||
\oddsidemargin +0.75cm
|
\oddsidemargin +0.75cm
|
||||||
|
|
Loading…
Reference in New Issue