Initial.
authorEugen Sawin <sawine@me73.com>
Thu, 18 Aug 2011 01:27:04 +0200
changeset 0cd76c4b9fab0
child 1 30790bd02972
Initial.
makefile
src/book1.tex
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/makefile	Thu Aug 18 01:27:04 2011 +0200
     1.3 @@ -0,0 +1,5 @@
     1.4 +paper: 
     1.5 +	pdflatex -output-directory=out -aux-directory=out src/book1.tex
     1.6 +
     1.7 +clean:
     1.8 +	rm -rf out/*
     1.9 \ No newline at end of file
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/src/book1.tex	Thu Aug 18 01:27:04 2011 +0200
     2.3 @@ -0,0 +1,8 @@
     2.4 +\documentclass{book}
     2.5 +
     2.6 +\title{Within Machine}
     2.7 +\author{Eugen Sawin}
     2.8 +
     2.9 +\begin{document}
    2.10 +
    2.11 +\end{document}