[Sysfence-commit] sysfence/dokprojektlic Makefile,1.1,1.2 main.tex,1.13,1.14 titlepage.tex,1.3,1.4
Status: Alpha
Brought to you by:
emes
|
From: Michal S. <em...@us...> - 2004-06-16 09:22:49
|
Update of /cvsroot/sysfence/sysfence/dokprojektlic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2891/dokprojektlic Modified Files: Makefile main.tex titlepage.tex Log Message: + poprawki Index: titlepage.tex =================================================================== RCS file: /cvsroot/sysfence/sysfence/dokprojektlic/titlepage.tex,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- titlepage.tex 31 May 2004 08:41:03 -0000 1.3 +++ titlepage.tex 16 Jun 2004 09:22:40 -0000 1.4 @@ -1,4 +1,4 @@ \author{Micha³ Sa³aban \and Miros³aw Kopertowski \and Przemys³aw Miszczuk} -\title{Projekt Licencjacki\\ \textit{sysfence}} +\title{{sysfence}\\ \textit{Projekt licencjacki}} \maketitle Index: Makefile =================================================================== RCS file: /cvsroot/sysfence/sysfence/dokprojektlic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 28 May 2004 14:33:06 -0000 1.1 +++ Makefile 16 Jun 2004 09:22:37 -0000 1.2 @@ -1,3 +1,6 @@ all: latex main.tex dvips main.dvi -o dokumentacja.ps + +clean: + rm -f *.aux *.dvi *.log Index: main.tex =================================================================== RCS file: /cvsroot/sysfence/sysfence/dokprojektlic/main.tex,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- main.tex 7 Jun 2004 13:24:40 -0000 1.13 +++ main.tex 16 Jun 2004 09:22:40 -0000 1.14 @@ -15,6 +15,8 @@ % abstract \input{abstract} +\newpage + % table of contents \tableofcontents |